A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

V

valid - Variable in class org.apache.cocoon.webapps.authentication.components.Authenticator.AuthenticationResult
Deprecated.  
validate(Number) - Method in interface org.apache.cocoon.components.elementprocessor.types.Validator
Is this number valid? If so, return a null IOException.
validateBegin() - Method in class org.apache.cocoon.taglib.core.LoopTagSupport
Ensures the "begin" property is sensible, throwing an exception expected to propagate up if it isn't
validateEnd() - Method in class org.apache.cocoon.taglib.core.LoopTagSupport
Ensures the "end" property is sensible, throwing an exception expected to propagate up if it isn't
validateParameter(String, Configuration, Map, Map, boolean) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Try to validate given parameter.
validateParameter(String, String, Configuration, Map, Map, boolean) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Try to validate given parameter.
validatePipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Calculate the key that can be used to get something from the cache, and handle expires properly.
validateSetOfParameters(Map, Map, Map, Collection, Map, boolean) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Validate all parameters in the set with the constraints contained in desc and the values from params.
validateStep() - Method in class org.apache.cocoon.taglib.core.LoopTagSupport
Ensures the "step" property is sensible, throwing an exception expected to propagate up if it isn't
validateValue(String, Configuration, Configuration, Map, boolean, String) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Validate a single parameter value.
ValidatingTransformer - Class in org.apache.cocoon.transformation
The ValidatingTransformer provides a very simple Transformer validating documents while being processed in a Cocoon pipeline.
ValidatingTransformer() - Constructor for class org.apache.cocoon.transformation.ValidatingTransformer
Create a new ValidatingTransformer instance.
ValidationHandler - Interface in org.apache.cocoon.components.validation
A ValidationHandler represents a ContentHandler validating SAX events according to a validation schema.
ValidationReportTransformer - Class in org.apache.cocoon.transformation
The ValidationReportTransformer provides a Transformer validating documents while being processed in a Cocoon pipeline, and preparing a report of all detected inconsistancies according the specified schema.
ValidationReportTransformer() - Constructor for class org.apache.cocoon.transformation.ValidationReportTransformer
Create a new ValidationReportTransformer instance.
ValidationResolver - Class in org.apache.cocoon.components.validation.impl
An internal InputSource resolver that can be used while parsing schemas.
ValidationResolver(SourceResolver, EntityResolver) - Constructor for class org.apache.cocoon.components.validation.impl.ValidationResolver
Create a new ValidationResolver instance.
validationResults - Variable in class org.apache.cocoon.transformation.SimpleFormTransformer
current request's validation results (all validated elements)
Validator - Interface in org.apache.cocoon.components.elementprocessor.types
This interface allows a client of NumericConverter to apply more restrictive rules to the number that the NumericConverter obtained.
Validator - Interface in org.apache.cocoon.components.validation
The Validator interface provides the abstraction of a component able to validate XML documents using schemas defined in different languages.
ValidatorActionHelper - Class in org.apache.cocoon.acting
Helper class to pass the result of a validation back along with the validated object itself.
ValidatorActionHelper(Object) - Constructor for class org.apache.cocoon.acting.ValidatorActionHelper
Create a ValidatorActionHelper object that contains just the object.
ValidatorActionHelper(Object, ValidatorActionResult) - Constructor for class org.apache.cocoon.acting.ValidatorActionHelper
Create a ValidatorActionHelper object that contains just the object.
ValidatorActionResult - Class in org.apache.cocoon.acting
A number of constants to represent the possible outcomes of a validation.
ValidatorException - Exception in org.apache.cocoon.components.validation
An exception representing that a Validator was not able to detect or did not support a specified schema grammar language.
ValidatorException(String) - Constructor for exception org.apache.cocoon.components.validation.ValidatorException
Create a new ValidatorException instance.
ValidatorException(String, Exception) - Constructor for exception org.apache.cocoon.components.validation.ValidatorException
Create a new ValidatorException instance.
validity - Variable in class org.apache.cocoon.generation.DirectoryGenerator
The validity that is being built
validity - Variable in class org.apache.cocoon.generation.TraversableGenerator
The validity that is being built
VALIDITY - Static variable in class org.apache.cocoon.template.JXTemplateGenerator
 
validity - Variable in class org.apache.cocoon.transformation.IncludeTransformer
The SourceValidity instance associated with this request.
validity - Variable in class org.apache.cocoon.transformation.XIncludeTransformer
The SourceValidity instance associated with this request.
validityObjects - Variable in class org.apache.cocoon.caching.CachedResponse
 
value - Variable in class org.apache.cocoon.components.flow.Interpreter.Argument
 
VALUE_ATTRIBUTE - Static variable in class org.apache.cocoon.components.source.impl.QDoxSourceFactory
 
valueBound(HttpSessionBindingEvent) - Method in class org.apache.cocoon.components.flow.ContinuationsManagerImpl.WebContinuationsHolder
 
valueBound(HttpSessionBindingEvent) - Method in class org.apache.cocoon.mail.MailContextHttpSession
Notifies the object that it is being bound to a session and identifies the session.
ValueHelper - Class in org.apache.cocoon.template.environment
 
ValueHelper() - Constructor for class org.apache.cocoon.template.environment.ValueHelper
 
valueOf(Node, String) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Implementation for String : outputs characters representing the value.
valueOf(Node, XMLizable) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Implementation for XMLizable : outputs the value by calling v.toSax(contentHandler).
valueOf(Node, Node) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Implementation for org.w3c.dom.Node : converts the Node to a SAX event stream.
valueOf(Node, Collection) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Implementation for java.util.Collection : outputs the value by calling DOMUtil.valueOf(Node, Object) on each element of the collection.
valueOf(Node, Map) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Implementation for java.util.Map : For each entry an element is created with the childs key and value Outputs the value and the key by calling DOMUtil.valueOf(Node, Object) on each value and key of the Map.
valueOf(Node, Object) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Implementation for Object depending on its class : if it's an array, call DOMUtil.valueOf(Node, Object) on all its elements, if it's class has a specific DOMUtil.valueOf(Node, Object) implementation, use it, else, output it's string representation.
valueOf(ContentHandler, String) - Static method in class org.apache.cocoon.xml.XMLUtils
Implementation of <xsp:expr> for String : outputs characters representing the value.
valueOf(ContentHandler, XMLizable) - Static method in class org.apache.cocoon.xml.XMLUtils
Implementation of <xsp:expr> for XMLizable : outputs the value by calling v.toSax(contentHandler).
valueOf(ContentHandler, Node) - Static method in class org.apache.cocoon.xml.XMLUtils
Implementation of <xsp:expr> for org.w3c.dom.Node : converts the Node to a SAX event stream.
valueOf(ContentHandler, Collection) - Static method in class org.apache.cocoon.xml.XMLUtils
Implementation of <xsp:expr> for java.util.Collection : outputs the value by calling xspExpr() on each element of the collection.
valueOf(ContentHandler, Object) - Static method in class org.apache.cocoon.xml.XMLUtils
Implementation of <xsp:expr> for Object depending on its class : if it's an array, call xspExpr() on all its elements, if it's class has a specific xspExpr()implementation, use it, else, output it's string representation.
values() - Method in class org.apache.cocoon.environment.TemplateObjectModelHelper.ParametersMap
 
values - Variable in class org.apache.cocoon.i18n.XMLResourceBundle
Objects stored in the bundle
values - Variable in class org.apache.cocoon.transformation.SimpleFormTransformer
current element's request parameter values
values() - Method in class org.apache.cocoon.util.MRUBucketMap
Deprecated.  
valueUnbound(HttpSessionBindingEvent) - Method in class org.apache.cocoon.components.flow.ContinuationsManagerImpl.WebContinuationsHolder
 
valueUnbound(HttpSessionBindingEvent) - Method in class org.apache.cocoon.mail.MailContextHttpSession
Notifies the object that it is being unbound from a session and identifies the session.
var - Variable in class org.apache.cocoon.taglib.VarTagSupport
 
var - Variable in class org.apache.cocoon.transformation.SimpleFormTransformer.RepeaterStatus
 
VARIABLE - Static variable in interface org.apache.cocoon.components.treeprocessor.variables.VariableExpressionTokenizer.TokenReciever
 
VariableConfiguration - Class in org.apache.cocoon.transformation.helpers
An Avalon Configuration factory that allows {variables} to be replaced with values from a lookup table.
VariableConfiguration(Configuration) - Constructor for class org.apache.cocoon.transformation.helpers.VariableConfiguration
Constructor.
VariableExpressionTokenizer - Class in org.apache.cocoon.components.treeprocessor.variables
Parses "Text {module:{module:attribute}} more text {variable}" types of expressions.
VariableExpressionTokenizer() - Constructor for class org.apache.cocoon.components.treeprocessor.variables.VariableExpressionTokenizer
 
VariableExpressionTokenizer.TokenReciever - Interface in org.apache.cocoon.components.treeprocessor.variables
Callback for tokenizer
VariableResolver - Class in org.apache.cocoon.components.treeprocessor.variables
Utility class for handling {...} pattern substitutions in sitemap statements.
VariableResolver(String) - Constructor for class org.apache.cocoon.components.treeprocessor.variables.VariableResolver
 
VariableResolverFactory - Class in org.apache.cocoon.components.treeprocessor.variables
 
VariableResolverFactory() - Constructor for class org.apache.cocoon.components.treeprocessor.variables.VariableResolverFactory
 
VariableRewriterTransformer - Class in org.apache.cocoon.transformation
Rewrites URIs in links to a value determined by an InputModule.
VariableRewriterTransformer() - Constructor for class org.apache.cocoon.transformation.VariableRewriterTransformer
 
VarTagSupport - Class in org.apache.cocoon.taglib
Add support for setting and getting variables
VarTagSupport() - Constructor for class org.apache.cocoon.taglib.VarTagSupport
 
VarTransformerTagSupport - Class in org.apache.cocoon.taglib
 
VarTransformerTagSupport() - Constructor for class org.apache.cocoon.taglib.VarTransformerTagSupport
 
VarXMLProducerTagSupport - Class in org.apache.cocoon.taglib
 
VarXMLProducerTagSupport() - Constructor for class org.apache.cocoon.taglib.VarXMLProducerTagSupport
 
VelocityGenerator - Class in org.apache.cocoon.generation
Cocoon Generator that produces dynamic XML SAX events from a Velocity template file.
VelocityGenerator() - Constructor for class org.apache.cocoon.generation.VelocityGenerator
 
VelocityGenerator.ChainedContext - Class in org.apache.cocoon.generation
Velocity context implementation specific to the Servlet environment.
VelocityGenerator.ChainedContext(Context, Request, Response, Context, Parameters) - Constructor for class org.apache.cocoon.generation.VelocityGenerator.ChainedContext
Default constructor.
VelocityGenerator.JSIntrospector - Class in org.apache.cocoon.generation
Velocity Introspector that supports Rhino JavaScript objects as well as Java Objects
VelocityGenerator.JSIntrospector() - Constructor for class org.apache.cocoon.generation.VelocityGenerator.JSIntrospector
 
VelocityGenerator.JSIntrospector.JSMethod - Class in org.apache.cocoon.generation
 
VelocityGenerator.JSIntrospector.JSMethod(Scriptable, String) - Constructor for class org.apache.cocoon.generation.VelocityGenerator.JSIntrospector.JSMethod
 
VelocityGenerator.JSIntrospector.JSPropertyGet - Class in org.apache.cocoon.generation
 
VelocityGenerator.JSIntrospector.JSPropertyGet(Scriptable, String) - Constructor for class org.apache.cocoon.generation.VelocityGenerator.JSIntrospector.JSPropertyGet
 
VelocityGenerator.JSIntrospector.JSPropertySet - Class in org.apache.cocoon.generation
 
VelocityGenerator.JSIntrospector.JSPropertySet(Scriptable, String) - Constructor for class org.apache.cocoon.generation.VelocityGenerator.JSIntrospector.JSPropertySet
 
VelocityGenerator.JSIntrospector.NativeArrayIterator - Class in org.apache.cocoon.generation
 
VelocityGenerator.JSIntrospector.NativeArrayIterator(NativeArray) - Constructor for class org.apache.cocoon.generation.VelocityGenerator.JSIntrospector.NativeArrayIterator
 
VelocityGenerator.JSIntrospector.ScriptableIterator - Class in org.apache.cocoon.generation
 
VelocityGenerator.JSIntrospector.ScriptableIterator(Scriptable) - Constructor for class org.apache.cocoon.generation.VelocityGenerator.JSIntrospector.ScriptableIterator
 
VelocityGenerator.TemplateLoader - Class in org.apache.cocoon.generation
Velocity ResourceLoader implementation to load template resources using Cocoon's SourceResolver.
VelocityGenerator.TemplateLoader() - Constructor for class org.apache.cocoon.generation.VelocityGenerator.TemplateLoader
 
VERBOSE_LONG - Static variable in class org.apache.cocoon.Main
 
VERBOSE_OPT - Static variable in class org.apache.cocoon.Main
 
Verifier - Interface in org.apache.cocoon.components.serializers.encoding
 
VERSION - Static variable in class org.apache.cocoon.components.midi.xmidi.Constants
 
VERSION - Static variable in class org.apache.cocoon.components.midi.xmidi.Utils
 
VERSION - Static variable in class org.apache.cocoon.Constants
The version of this build.
VERSION_LONG - Static variable in class org.apache.cocoon.Main
 
VERSION_OPT - Static variable in class org.apache.cocoon.Main
 
VersionableSource - Interface in org.apache.cocoon.components.source
A source, which could exist in different versions
VerticalAlignment - Class in org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Vertical alignment is written as an integer, and each bit in the integer specifies a particular boolean attribute.
VerticalAlignment(String) - Constructor for class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.VerticalAlignment
Create a VerticalAlignment object
veryifyEventCache() - Method in class org.apache.cocoon.caching.impl.EventAwareCacheImpl
Ensure that all PipelineCacheKeys registered to events still point to valid cache entries.
view - Variable in class org.apache.cocoon.environment.AbstractEnvironment
The View requested
VIEW_PARAM - Static variable in class org.apache.cocoon.Constants
The request parameter name to request a specific view of a resource.
ViewNodeBuilder - Class in org.apache.cocoon.components.treeprocessor.sitemap
Builds a <map:view>
ViewNodeBuilder() - Constructor for class org.apache.cocoon.components.treeprocessor.sitemap.ViewNodeBuilder
 
views - Variable in class org.apache.cocoon.components.treeprocessor.PipelineEventComponentProcessingNode
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.