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 _

C

Cache - Interface in org.apache.cocoon.caching
This is the Cocoon cache.
cache - Variable in class org.apache.cocoon.components.language.generator.ProgramGeneratorImpl
The ComponentSelector for programs.
cache - Variable in class org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline
This is the Cache holding cached responses
cache - Variable in class org.apache.cocoon.components.source.impl.CachingSource
The current cache
cache - Variable in class org.apache.cocoon.components.source.impl.CachingSourceFactory
The cache
cache - Variable in class org.apache.cocoon.components.store.MRUMemoryStore
Deprecated.  
cache - Variable in class org.apache.cocoon.i18n.XMLResourceBundleFactory
Store of the loaded bundles
CACHE_EXPIRES_KEY - Static variable in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
This key can be used to put an expires information in the object model
CACHE_EXPIRES_PARAM - Static variable in class org.apache.cocoon.components.source.impl.CachingSource
 
CACHE_KEY - Static variable in class org.apache.cocoon.template.JXTemplateGenerator
 
CACHE_KEY_KEY - Static variable in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
This key can be used to put a key in the object model
CACHE_NAME_PARAM - Static variable in class org.apache.cocoon.components.source.impl.CachingSource
 
CACHE_OBJECT_NAME - Static variable in class org.apache.cocoon.components.modules.input.XMLMetaModule
 
CACHE_VALIDITY - Static variable in class org.apache.cocoon.caching.NOPCacheValidity
Deprecated.  
Cacheable - Interface in org.apache.cocoon.caching
Deprecated. by the CacheableProcessingComponent interface
CacheableProcessingComponent - Interface in org.apache.cocoon.caching
This marker interface declares a (sitemap) component as cacheable.
cacheCompleteResponse - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Cache complete response
CachedEventObject - Class in org.apache.cocoon.caching
Deprecated. by the CachedResponse
CachedEventObject(Map, Object) - Constructor for class org.apache.cocoon.caching.CachedEventObject
Deprecated. Create a new entry for the cache.
cacheDir - Variable in class org.apache.cocoon.components.store.FilesystemStore
Deprecated.  
cacheDir - Variable in class org.apache.cocoon.components.store.impl.FilesystemStore
 
cachedQueryData - Variable in class org.apache.cocoon.acting.modular.DatabaseAction
 
CachedResponse - Class in org.apache.cocoon.caching
This is a cached response.
CachedResponse(SourceValidity[], byte[]) - Constructor for class org.apache.cocoon.caching.CachedResponse
Create a new entry for the cache.
CachedResponse(SourceValidity, byte[]) - Constructor for class org.apache.cocoon.caching.CachedResponse
Create a new entry for the cache.
CachedResponse(SourceValidity[], byte[], Long) - Constructor for class org.apache.cocoon.caching.CachedResponse
Create a new entry for the cache.
cachedResponse - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
The cached response
cachedResponse - Variable in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
The cached response
CachedSourceResponse - Class in org.apache.cocoon.components.source.impl
Cached response for caching Source contents and extra meta information.
CachedSourceResponse(SourceValidity[]) - Constructor for class org.apache.cocoon.components.source.impl.CachedSourceResponse
 
CachedStreamObject - Class in org.apache.cocoon.caching
Deprecated. by the CachedResponse
CachedStreamObject(Map, byte[]) - Constructor for class org.apache.cocoon.caching.CachedStreamObject
Deprecated. Create a new entry for the cache.
CacheEventAction - Class in org.apache.cocoon.acting
Simple action to cause notification of a NamedEvent to an EventAwareCacheImpl.
CacheEventAction() - Constructor for class org.apache.cocoon.acting.CacheEventAction
 
cacheExpires - Variable in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
The expires information.
CacheImpl - Class in org.apache.cocoon.caching.impl
This is the Cocoon cache.
CacheImpl() - Constructor for class org.apache.cocoon.caching.impl.CacheImpl
 
cacheKey - Variable in class org.apache.cocoon.caching.IdentifierCacheKey
cache key
cacheKey - Variable in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
The key used for caching
cacheKey - Variable in class org.apache.cocoon.components.source.impl.CachingSource
The key used in the store
cacheKeyParList - Variable in class org.apache.cocoon.generation.CalendarGenerator
The cache key needs to be generated for the configuration of this generator, so storing the parameters for generateKey().
cacheKeyParList - Variable in class org.apache.cocoon.generation.DirectoryGenerator
The cache key needs to be generated for the configuration of this generator, so storing the parameters for generateKey().
cacheKeyParList - Variable in class org.apache.cocoon.generation.TraversableGenerator
The cache key needs to be generated for the configuration of this generator, so storing the parameters for generateKey().
cacheManager - Variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
cacheName - Variable in class org.apache.cocoon.components.source.impl.CachingSource
cache key extension
cacheResults(Environment, OutputStream) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Abstract method defined in subclasses
cacheResults(Environment, OutputStream) - Method in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
Cache longest cacheable path plus cache points.
cacheResults(Environment, OutputStream) - Method in class org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline
Cache longest cacheable key
CacheValidity - Interface in org.apache.cocoon.caching
Deprecated. Use the Avalon Excalibur SourceValidity implementations instead
cacheValidity - Variable in class org.apache.cocoon.caching.CacheValidityToSourceValidity
Deprecated.  
cacheValidity - Variable in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
The source validity
CacheValidityToSourceValidity - Class in org.apache.cocoon.caching
Deprecated. Use the Avalon Excalibur SourceValidity implementations instead
CacheValidityToSourceValidity(CacheValidity) - Constructor for class org.apache.cocoon.caching.CacheValidityToSourceValidity
Deprecated. Constructor
CachingCIncludeTransformer - Class in org.apache.cocoon.transformation
Deprecated. This transformer violates the avalon/cocoon design principles. Use IncludeTransformer.
CachingCIncludeTransformer() - Constructor for class org.apache.cocoon.transformation.CachingCIncludeTransformer
Deprecated.  
CachingOutputStream - Class in org.apache.cocoon.caching
This is an OutputStream which forwards all received bytes to another output stream and in addition caches all bytes, thus acting like a TeeOutputStream.
CachingOutputStream(OutputStream) - Constructor for class org.apache.cocoon.caching.CachingOutputStream
 
CachingPointProcessingPipeline - Class in org.apache.cocoon.components.pipeline.impl
The caching-point pipeline implements an extended caching algorithm which is of particular benefit for use with those pipelines that utilise cocoon-views and/or provide drill-down functionality.
CachingPointProcessingPipeline() - Constructor for class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
 
CachingProcessingPipeline - Class in org.apache.cocoon.components.pipeline.impl
The CachingProcessingPipeline
CachingProcessingPipeline() - Constructor for class org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline
 
CachingRegexpMatcher - Class in org.apache.cocoon.matching.modular
Matches against a regular expression.
CachingRegexpMatcher() - Constructor for class org.apache.cocoon.matching.modular.CachingRegexpMatcher
 
cachingSession - Variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CachingSource - Class in org.apache.cocoon.components.source.impl
This class implements a proxy like source that uses another source to get the content.
CachingSource(String, String, String, Source, int, String, boolean, boolean) - Constructor for class org.apache.cocoon.components.source.impl.CachingSource
Construct a new object.
CachingSource.SourceMeta - Class in org.apache.cocoon.components.source.impl
Data holder for caching Source meta info.
CachingSource.SourceMeta() - Constructor for class org.apache.cocoon.components.source.impl.CachingSource.SourceMeta
 
CachingSource.SourceMeta(Source) - Constructor for class org.apache.cocoon.components.source.impl.CachingSource.SourceMeta
 
CachingSourceFactory - Class in org.apache.cocoon.components.source.impl
This class implements a proxy like source caches the contents of the source it wraps.
CachingSourceFactory() - Constructor for class org.apache.cocoon.components.source.impl.CachingSourceFactory
 
CachingValidator - Class in org.apache.cocoon.components.validation.impl
An extension of the DefaultValidator class allowing Schema instances to be cached.
CachingValidator() - Constructor for class org.apache.cocoon.components.validation.impl.CachingValidator
Create a new CachingValidator instance.
CachingWildcardMatcher - Class in org.apache.cocoon.matching.modular
Matches against a wildcard expression.
CachingWildcardMatcher() - Constructor for class org.apache.cocoon.matching.modular.CachingWildcardMatcher
 
calculateContextInfo() - Method in class org.apache.cocoon.auth.impl.PipelineSecurityHandler.PipelineSHUser
Internal method that calculates the context information.
calculateMinLen(String) - Method in class org.apache.cocoon.components.modules.input.LocateResource
Calculate the minimal length of the URL, that is the position of the first ":" if a protocol is provided or otherwise 0.
CALENDAR_NODE_NAME - Static variable in class org.apache.cocoon.generation.CalendarGenerator
Node and attribute names
calendarExists(Connection, String) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
CalendarGenerator - Class in org.apache.cocoon.generation
 
CalendarGenerator() - Constructor for class org.apache.cocoon.generation.CalendarGenerator
 
calendarIsReferenced(Connection, String) - Method in class org.apache.cocoon.components.cron.QuartzDriverDelegate
 
call(Environment, InvokeContext, Parameters) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ActionSetNode
Call the actions composing the action-set and return the combined result of these actions.
Call - Class in org.apache.cocoon.template.instruction
 
Call(Define, StartElement) - Constructor for class org.apache.cocoon.template.instruction.Call
 
Call(ParsingContext, StartElement, Attributes, Stack) - Constructor for class org.apache.cocoon.template.instruction.Call
 
CALLER_PARAMETERS - Static variable in class org.apache.cocoon.components.treeprocessor.sitemap.ActionSetNode
 
callFunction(String, List, Redirector) - Method in interface org.apache.cocoon.components.flow.Interpreter
This method is called from the sitemap, using the syntax
callFunction(String, List, Redirector) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter
Calls a JavaScript function, passing params as its arguments.
CallFunctionNode - Class in org.apache.cocoon.components.treeprocessor.sitemap
Node handler for calling functions and resuming continuations in the control flow layer.
CallFunctionNode(VariableResolver, VariableResolver) - Constructor for class org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode
 
CallNode - Class in org.apache.cocoon.components.treeprocessor.sitemap
 
CallNode() - Constructor for class org.apache.cocoon.components.treeprocessor.sitemap.CallNode
 
CallNodeBuilder - Class in org.apache.cocoon.components.treeprocessor.sitemap
 
CallNodeBuilder() - Constructor for class org.apache.cocoon.components.treeprocessor.sitemap.CallNodeBuilder
 
canCancel(ContentHandler) - Method in class org.apache.cocoon.components.source.AbstractStreamWriteableSource
Deprecated. Checks if the OutputStream under handler can be cancelled.
canCancel(OutputStream) - Method in class org.apache.cocoon.components.source.AbstractStreamWriteableSource
Deprecated. Always return false.
canCancel(OutputStream) - Method in class org.apache.cocoon.components.source.FileSource
Deprecated. Always return false.
canCancel(OutputStream) - Method in class org.apache.cocoon.components.source.impl.RepositorySource
 
canCancel(OutputStream) - Method in class org.apache.cocoon.components.source.impl.WebDAVSource
Can the data sent to an OutputStream returned by WebDAVSource.getOutputStream() be cancelled ?
canCancel(OutputStream) - Method in class org.apache.cocoon.components.source.impl.XMLDBSource
Can the data sent to an OutputStream returned by XMLDBSource.getOutputStream() be cancelled ?
canCancel(OutputStream) - Method in class org.apache.cocoon.components.source.impl.XModuleSource
Can the data sent to an OutputStream returned by XModuleSource.getOutputStream() be cancelled ?
canCancel(ContentHandler) - Method in interface org.apache.cocoon.environment.WriteableSource
Deprecated. Can the data sent to a ContentHandler returned by WriteableSource.getContentHandler() be cancelled ?
canCancel(OutputStream) - Method in interface org.apache.cocoon.environment.WriteableSource
Deprecated. Can the data sent to an OutputStream returned by WriteableSource.getOutputStream() be cancelled ?
cancel(ContentHandler) - Method in class org.apache.cocoon.components.source.AbstractStreamWriteableSource
Deprecated. Cancels the OutputStream under handler.
cancel(OutputStream) - Method in class org.apache.cocoon.components.source.AbstractStreamWriteableSource
Deprecated. Always throw UnsupportedOperationException.
cancel(OutputStream) - Method in class org.apache.cocoon.components.source.FileSource
Deprecated. Cancels the output stream.
cancel(OutputStream) - Method in class org.apache.cocoon.components.source.impl.RepositorySource
 
cancel(OutputStream) - Method in class org.apache.cocoon.components.source.impl.WebDAVSource
Cancel the data sent to an OutputStream returned by WebDAVSource.getOutputStream().
cancel(OutputStream) - Method in class org.apache.cocoon.components.source.impl.XMLDBSource
Cancel the data sent to an OutputStream returned by XMLDBSource.getOutputStream().
cancel(OutputStream) - Method in class org.apache.cocoon.components.source.impl.XModuleSource
Cancel the data sent to an OutputStream returned by XModuleSource.getOutputStream().
cancel(ContentHandler) - Method in interface org.apache.cocoon.environment.WriteableSource
Deprecated. Cancel the data sent to a ContentHandler returned by WriteableSource.getContentHandler().
cancel(OutputStream) - Method in interface org.apache.cocoon.environment.WriteableSource
Deprecated. Cancel the data sent to an OutputStream returned by WriteableSource.getOutputStream().
CannotCreateElementProcessorException - Exception in org.apache.cocoon.components.elementprocessor
Exception to be thrown when an ElementProcessor cannot be created.
CannotCreateElementProcessorException(String) - Constructor for exception org.apache.cocoon.components.elementprocessor.CannotCreateElementProcessorException
Constructor
canoncializeFoldername(String) - Method in class org.apache.cocoon.mail.MailContext
Description of the Method
canRelease(Component) - Method in class org.apache.cocoon.components.ExtendedComponentSelector
 
CaptchaReader - Class in org.apache.cocoon.reading
The CaptchaReader is a simple tool generating JPEG images for the text supplied as its source in a way so that it's hard to parse automatically.
CaptchaReader() - Constructor for class org.apache.cocoon.reading.CaptchaReader
 
CascadingIOException - Exception in org.apache.cocoon
This is a wrapping IOException.
CascadingIOException(String) - Constructor for exception org.apache.cocoon.CascadingIOException
Construct a new ProcessingException instance.
CascadingIOException(Exception) - Constructor for exception org.apache.cocoon.CascadingIOException
Creates a new ProcessingException instance.
CascadingIOException(String, Throwable) - Constructor for exception org.apache.cocoon.CascadingIOException
Construct a new ProcessingException that references a parent Exception.
catalogManager - Variable in class org.apache.cocoon.components.resolver.ResolverImpl
The catalog manager
catalogResolver - Variable in class org.apache.cocoon.components.resolver.ResolverImpl
The catalog resolver
category - Variable in class org.apache.cocoon.profiling.statistics.PageReportImpl.SimpleStats
 
category - Variable in class org.apache.cocoon.profiling.statistics.ReportImpl
 
category - Variable in class org.apache.cocoon.profiling.statistics.SimpleStatistics
 
category - Variable in class org.apache.cocoon.profiling.statistics.WSStatistics
 
CategoryNode - Class in org.apache.cocoon.components.treeprocessor
A generic container node that just invokes its children.
CategoryNode() - Constructor for class org.apache.cocoon.components.treeprocessor.CategoryNode
 
CategoryNodeBuilder - Class in org.apache.cocoon.components.treeprocessor
Builds a generic container node.
CategoryNodeBuilder() - Constructor for class org.apache.cocoon.components.treeprocessor.CategoryNodeBuilder
 
CDATA - Static variable in class org.apache.cocoon.components.source.impl.XMLDBSource
 
CDATA - Static variable in class org.apache.cocoon.generation.SearchGenerator
Description of the Field
CDATA - Static variable in class org.apache.cocoon.transformation.LuceneIndexTransformer
 
CDATA - Static variable in interface org.apache.cocoon.xml.AttributeTypes
 
CELL_TYPE_ARRAY - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType
 
CELL_TYPE_BOOLEAN - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType
 
CELL_TYPE_CELLRANGE - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType
 
CELL_TYPE_EMPTY - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType
 
CELL_TYPE_ERROR - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType
 
CELL_TYPE_FLOAT - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType
 
CELL_TYPE_FORMULA - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType
 
CELL_TYPE_INTEGER - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType
 
CELL_TYPE_STRING - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType
 
CellType - Class in org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Cell type codes
ch - Variable in class org.apache.cocoon.template.xml.AttributeAwareXMLConsumerImpl.Characters
 
ch - Variable in class org.apache.cocoon.template.xml.AttributeAwareXMLConsumerImpl.IgnorableWhitespace
 
ch - Variable in class org.apache.cocoon.xml.SaxBuffer.Characters
 
ch - Variable in class org.apache.cocoon.xml.SaxBuffer.Comment
 
ch - Variable in class org.apache.cocoon.xml.SaxBuffer.IgnorableWhitespace
 
ChainedConfiguration - Class in org.apache.cocoon.components
This configuration object is used for SitemapConfigurable components.
ChainedConfiguration(Configuration, ChainedConfiguration) - Constructor for class org.apache.cocoon.components.ChainedConfiguration
Constructor
ChainMetaModule - Class in org.apache.cocoon.components.modules.input
This modules allows to "chain" several other modules.
ChainMetaModule() - Constructor for class org.apache.cocoon.components.modules.input.ChainMetaModule
 
changeContext(String, String) - Method in class org.apache.cocoon.environment.AbstractEnvironment
Adds an prefix to the overall stripped off prefix from the request uri
changeContext(String, String) - Method in interface org.apache.cocoon.environment.Environment
Change the context from uriprefix to context
changeContext(String, String) - Method in class org.apache.cocoon.environment.wrapper.MutableEnvironmentFacade
 
changed - Variable in class org.apache.cocoon.components.source.helpers.DelaySourceRefresher
 
changeString(String) - Method in class org.apache.cocoon.taglib.string.LowerCaseTag
 
changeString(String) - Method in class org.apache.cocoon.taglib.string.StringTagSupport
Perform an operation on the passed in String.
changeString(String) - Method in class org.apache.cocoon.taglib.string.TrimTag
 
changeString(String) - Method in class org.apache.cocoon.taglib.string.UpperCaseTag
 
ChannelWrapper - Class in org.apache.cocoon.components.thread
Wrapper around a Channel implementation for constructor convenience
ChannelWrapper() - Constructor for class org.apache.cocoon.components.thread.ChannelWrapper
 
characters(char[], int, int) - Method in class org.apache.cocoon.ajax.BrowserUpdateTransformer
 
characters(char[], int, int) - Method in class org.apache.cocoon.components.language.markup.CocoonMarkupLanguage.CocoonTransformerChainBuilderFilter
 
characters(char[], int, int) - Method in class org.apache.cocoon.components.language.markup.xsp.XSPExpressionFilter
Handle characters.
characters(char[], int, int) - Method in class org.apache.cocoon.components.profiler.ProfilingXMLPipe
 
characters(char[], int, int) - Method in class org.apache.cocoon.components.sax.XMLByteStreamCompiler
 
characters(char[], int, int) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
characters(char[], int, int) - Method in class org.apache.cocoon.components.search.LuceneIndexContentHandler
 
characters(char[], int, int) - Method in class org.apache.cocoon.components.serializers.EncodingSerializer
 
characters(char[], int, int) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
characters(char[], int, int) - Method in class org.apache.cocoon.components.xpointer.ElementPathPart.PathInclusionPipe
 
characters(char[], int, int) - Method in class org.apache.cocoon.components.xscript.StringBufferContentHandler
 
characters(String) - Method in class org.apache.cocoon.generation.AbstractServerPage
Add character data
characters(String) - Method in class org.apache.cocoon.generation.asciiart.AsciiArtSVGGenerator
SAX character helper
characters(char[], int, int) - Method in class org.apache.cocoon.serialization.ElementProcessorSerializer
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.serialization.TextSerializer
 
characters(char[], int, int) - Method in class org.apache.cocoon.serialization.XMidiSerializer
 
characters(char[], int, int) - Method in class org.apache.cocoon.serialization.ZipArchiveSerializer
 
characters(char[], int, int) - Method in class org.apache.cocoon.taglib.string.TextRecordingTag
 
characters(char[], int, int) - Method in class org.apache.cocoon.taglib.TransformerTagSupport
 
characters(char[], int, int) - Method in class org.apache.cocoon.taglib.VarTransformerTagSupport
 
characters(char[], int, int) - Method in class org.apache.cocoon.taglib.XMLConsumerTagSupport
 
Characters - Class in org.apache.cocoon.template.script.event
 
Characters(ParsingContext, Locator, char[], int, int) - Constructor for class org.apache.cocoon.template.script.event.Characters
 
characters(ExpressionContext, ExecutionContext, TextEvent, TextEvent.CharHandler) - Static method in class org.apache.cocoon.template.script.event.TextEvent
 
characters(char[], int, int) - Method in class org.apache.cocoon.template.script.Parser
 
characters(char[], int, int) - Method in class org.apache.cocoon.template.xml.AttributeAwareXMLConsumerImpl
 
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Process the SAX event.
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.CleanupTransformer
 
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.FilterTransformer
 
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.FragmentExtractorTransformer
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.helpers.InterpolatingConfigurationHandler
Replace {vars} in element bodies.
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.helpers.MirrorRecorder
Deprecated.  
characters(String) - Method in class org.apache.cocoon.transformation.helpers.MirrorRecorder
Deprecated.  
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.helpers.ParametersRecorder
 
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.helpers.TextRecorder
 
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.I18nTransformer
 
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.LDAPTransformer
 
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.LogTransformer
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.LuceneIndexTransformer
 
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.pagination.Paginator
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.RoleFilterTransformer
 
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.TagTransformer
 
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.TeeTransformer
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.VariableRewriterTransformer
Process the SAX event.
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.Web3RfcTransformer
Receive notification of the end of an element.
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.WriteDOMSessionTransformer
 
characters(char[], int, int) - Method in class org.apache.cocoon.transformation.XMLDBTransformer
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.util.location.LocationAttributes.Pipe
 
characters(char[], int, int) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.xml.DocumentHandlerAdapter
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.xml.DocumentHandlerWrapper
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
characters(char[], int, int) - Method in class org.apache.cocoon.xml.LoggingContentHandler
 
characters(char[], int, int) - Method in class org.apache.cocoon.xml.ParamSaxBuffer
Parses text and extracts {name} parameters for later substitution.
characters(char[], int, int) - Method in class org.apache.cocoon.xml.SaxBuffer
 
characters(char[], int, int) - Method in class org.apache.cocoon.xml.XMLMulticaster
 
charactersImpl(char[], int, int) - Method in class org.apache.cocoon.components.serializers.EncodingSerializer
Receive character notifications
charactersImpl(char[], int, int) - Method in class org.apache.cocoon.components.serializers.XMLSerializer
Receive notification of character data.
charCount - Variable in class org.apache.cocoon.transformation.pagination.PageRules
 
Charset - Interface in org.apache.cocoon.components.serializers.encoding
 
charset - Variable in class org.apache.cocoon.components.serializers.EncodingSerializer
The Charset associated with the character encoding.
CharsetFactory - Class in org.apache.cocoon.components.serializers.encoding
 
CHECK_ALWAYS - Static variable in class org.apache.cocoon.components.source.impl.MultiSourceValidity
The delay value indicating to check always.
checkAuthentication(Redirector, String, String) - Method in interface org.apache.cocoon.webapps.authentication.AuthenticationManager
Deprecated. Is the current user authenticated for the given handler? If the user is already authenticated, the RequestState is updated to the provided information (handler and application).
checkAuthentication(Redirector, String, String) - Method in class org.apache.cocoon.webapps.authentication.components.DefaultAuthenticationManager
Deprecated.  
checkEnvironment(int, Logger) - Static method in class org.apache.cocoon.components.CocoonComponentManager
INTERNAL METHOD.
checkIfModified(Environment, long) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
checkin(String) - Method in interface org.apache.cocoon.components.repository.helpers.RepositoryVersioningHelper
checkin a resource
checkin(String) - Method in class org.apache.cocoon.components.repository.impl.WebDAVRepositoryVersioningHelper
 
checkMemory() - Method in class org.apache.cocoon.components.store.impl.StoreJanitorImpl
The "checker" thread checks if memory is running low in the jvm.
checkNamespace(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder
Check if the namespace URI of the given configuraition is the same as the one given by the builder.
checkOpen() - Method in class org.apache.cocoon.util.PostInputStream
Checks to see if this stream is closed; if it is, an IOException is thrown.
checkout(String) - Method in interface org.apache.cocoon.components.repository.helpers.RepositoryVersioningHelper
checkout a resource
checkout(String) - Method in class org.apache.cocoon.components.repository.impl.WebDAVRepositoryVersioningHelper
 
checkPatterns(String, String) - Method in class org.apache.cocoon.selection.NamedPatternsSelector
Checks if value is a substring of one of the patterns associated to expression
checkPipeline() - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Sanity check
checkProviders(Session) - Method in class org.apache.cocoon.mail.MailAction
Check that the provider need is available
checkReload - Variable in class org.apache.cocoon.components.treeprocessor.TreeProcessor
Check for reload?
checkTime - Variable in class org.apache.cocoon.components.flow.AbstractInterpreter
Interval between two checks for modified script files.
children - Variable in class org.apache.cocoon.components.flow.WebContinuation
The children continuations.
children - Variable in class org.apache.cocoon.components.treeprocessor.SimpleParentProcessingNode
The childrens of this matcher
Choose - Class in org.apache.cocoon.template.instruction
 
Choose(ParsingContext, StartElement, Attributes, Stack) - Constructor for class org.apache.cocoon.template.instruction.Choose
 
CINCLUDE_CACHED_INCLUDE_ELEMENT - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_CACHED_INCLUDE_PLACEHOLDER_ELEMENT - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_CONFIGURATION_ELEMENT - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_INCLUDE_ELEMENT - Static variable in class org.apache.cocoon.transformation.CachingCIncludeTransformer
Deprecated.  
CINCLUDE_INCLUDE_ELEMENT - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_INCLUDE_ELEMENT_ELEMENT_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.CachingCIncludeTransformer
Deprecated.  
CINCLUDE_INCLUDE_ELEMENT_ELEMENT_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_INCLUDE_ELEMENT_NS_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.CachingCIncludeTransformer
Deprecated.  
CINCLUDE_INCLUDE_ELEMENT_NS_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_INCLUDE_ELEMENT_PREFIX_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.CachingCIncludeTransformer
Deprecated.  
CINCLUDE_INCLUDE_ELEMENT_PREFIX_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_INCLUDE_ELEMENT_SELECT_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_INCLUDE_ELEMENT_SRC_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.CachingCIncludeTransformer
Deprecated.  
CINCLUDE_INCLUDE_ELEMENT_SRC_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_INCLUDE_ELEMENT_STRIP_ROOT_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_INCLUDEXML_ELEMENT - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_INCLUDEXML_ELEMENT_IGNORE_ERRORS_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_NAME_ELEMENT - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_NAMESPACE_URI - Static variable in class org.apache.cocoon.transformation.CachingCIncludeTransformer
Deprecated.  
CINCLUDE_NAMESPACE_URI - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_PARAMETER_ELEMENT - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_PARAMETERS_ELEMENT - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_SRC_ELEMENT - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CINCLUDE_VALUE_ELEMENT - Static variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CIncludeTransformer - Class in org.apache.cocoon.transformation
 
CIncludeTransformer() - Constructor for class org.apache.cocoon.transformation.CIncludeTransformer
Constructor Set the namespace
CIRC_LBRACE - Static variable in interface org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParserConstants
 
CIRC_RBRACE - Static variable in interface org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParserConstants
 
CLASS - Static variable in class org.apache.cocoon.util.PostInputStream
Class name
CLASS_ELEMENT - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
CLASS_INHERITANCE - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
classLoader - Variable in class org.apache.cocoon.components.ExtendedComponentSelector
The class loader to use
classLoader - Variable in class org.apache.cocoon.servlet.CocoonServlet
The classloader that will be set as the context classloader if init-classloader is true
classloader - Variable in class org.apache.cocoon.servlet.ParanoidCocoonServlet
 
ClassLoaderManager - Interface in org.apache.cocoon.components.classloader
A class loader manager acting as a proxy for a single RepositoryClassLoader.
ClassLoaderManagerImpl - Class in org.apache.cocoon.components.classloader
A singleton-like implementation of ClassLoaderManager
ClassLoaderManagerImpl() - Constructor for class org.apache.cocoon.components.classloader.ClassLoaderManagerImpl
A constructor that ensures only a single class loader instance exists
classManager - Variable in class org.apache.cocoon.components.language.generator.ProgramGeneratorImpl
The ClassLoaderManager
classMap - Variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
CLASSNAME_ATTRIBUTE - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
classpath - Variable in class org.apache.cocoon.components.language.programming.CompiledProgrammingLanguage
The local classpath
classpath - Variable in class org.apache.cocoon.components.language.programming.java.AbstractJavaCompiler
The classpath to be used for compilation
ClassUtils - Class in org.apache.cocoon.util
A collection of class management utility methods.
ClassUtils() - Constructor for class org.apache.cocoon.util.ClassUtils
 
clazz - Variable in class org.apache.cocoon.components.language.programming.javascript.JavascriptProgram
 
clazz - Variable in class org.apache.cocoon.components.language.programming.python.PythonProgram
 
cleanUp() - Method in class org.apache.cocoon.components.language.markup.xsp.AbstractEsqlQuery
Clean up all database resources used by the query.
cleanup() - Method in class org.apache.cocoon.servlet.multipart.MultipartHttpServletRequest
Cleanup eventually uploaded parts that were saved on disk
CleanupTransformer - Class in org.apache.cocoon.transformation
Cleanup transformer: Removes excess whitespace while adding some where needed for legibility.
CleanupTransformer() - Constructor for class org.apache.cocoon.transformation.CleanupTransformer
 
cleanURI(String, int) - Static method in class org.apache.cocoon.transformation.pagination.Paginator
Removes the pagination encoding from the URI by removing the page number and the previous and next character.
clear() - Method in interface org.apache.cocoon.caching.Cache
clear cache of all cached responses
clear() - Method in interface org.apache.cocoon.caching.EventRegistry
Clear all event-key mappings from the registry.
clear() - Method in class org.apache.cocoon.caching.impl.AbstractDoubleMapEventRegistry
Remove all registered data.
clear() - Method in class org.apache.cocoon.caching.impl.CacheImpl
clear cache of all cached responses
clear() - Method in class org.apache.cocoon.caching.impl.EventAwareCacheImpl
Clears the entire Cache, including all registered event-pipeline key mappings..
clear() - Method in class org.apache.cocoon.components.accessor.MapAccessor.AccessorMap
 
clear() - Method in class org.apache.cocoon.components.store.impl.EHDefaultStore
 
clear() - Method in class org.apache.cocoon.components.store.impl.JCSDefaultStore
 
clear() - Method in class org.apache.cocoon.environment.TemplateObjectModelHelper.ParametersMap
 
clear() - Method in interface org.apache.cocoon.profiling.statistics.Collector
 
clear() - Method in class org.apache.cocoon.profiling.statistics.CollectorImpl
 
clear() - Method in class org.apache.cocoon.util.MRUBucketMap
Deprecated.  
clear() - Method in class org.apache.cocoon.xml.ImmutableAttributesImpl
 
clear() - Method in class org.apache.cocoon.xml.NamespacesTable
Clear and reinitialize this namespace table before reuse.
clearBody() - Method in class org.apache.cocoon.taglib.BodyContent
 
clearBuffer() - Method in class org.apache.cocoon.util.BufferedOutputStream
Clear/reset the buffer
ClearCacheAction - Class in org.apache.cocoon.acting
Simple action which ensures the cache is cleared of all cached results
ClearCacheAction() - Constructor for class org.apache.cocoon.acting.ClearCacheAction
 
ClearPersistentStoreAction - Class in org.apache.cocoon.acting
Simple action which ensures the persistent store is cleared.
ClearPersistentStoreAction() - Constructor for class org.apache.cocoon.acting.ClearPersistentStoreAction
 
clearResult(Object) - Method in interface org.apache.cocoon.components.profiler.Profiler
Remove a specified result.
clearResult(Object) - Method in class org.apache.cocoon.components.profiler.ProfilerImpl
Remove the specified result.
clearResults() - Method in interface org.apache.cocoon.components.profiler.Profiler
Clear the results.
clearResults() - Method in class org.apache.cocoon.components.profiler.ProfilerImpl
Clear the results.
cliContext - Variable in class org.apache.cocoon.bean.CocoonWrapper
 
client - Variable in class org.apache.cocoon.components.web3.impl.Web3ClientImpl
 
CLOB_ENCODING - Static variable in class org.apache.cocoon.transformation.SQLTransformer
 
ClobHelper - Class in org.apache.cocoon.util
A minimal implementation just enough to send a CLOB to a database.
ClobHelper(InputStream, long) - Constructor for class org.apache.cocoon.util.ClobHelper
 
clone() - Method in class org.apache.cocoon.components.web3.impl.Web3ClientImpl
 
clone() - Method in interface org.apache.cocoon.transformation.helpers.EventRecorder
Deprecated.  
clone() - Method in class org.apache.cocoon.transformation.helpers.MirrorRecorder
Deprecated.  
clone() - Method in class org.apache.cocoon.transformation.pagination.Pagesheet
 
cloneNode(boolean) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
close() - Method in class org.apache.cocoon.bean.helpers.DelayedOutputStream
Close ByteArrayOutputStrem, and FileOutputStream, depending on inner state of this stream
close() - Method in class org.apache.cocoon.caching.CachingOutputStream
 
close() - Method in class org.apache.cocoon.components.language.markup.xsp.AbstractEsqlConnection
 
close() - Method in class org.apache.cocoon.components.source.impl.MultiSourceValidity
Close this instance, or in other words declare that no other sources will be added to this MultiSourceValidity and that checkings can be now performed.
CLOSE - Static variable in interface org.apache.cocoon.components.treeprocessor.variables.VariableExpressionTokenizer.TokenReciever
 
close() - Method in class org.apache.cocoon.components.validation.impl.ValidationResolver
Close this ValidationResolver instance, releasing all created Sources back to the SourceResolver and returning an aggregated SourceValidity.
close() - Method in class org.apache.cocoon.util.BufferedOutputStream
Closes this buffered output stream.
close() - Method in class org.apache.cocoon.util.PostInputStream
Closes this input stream by closing the underlying stream and marking this one as closed.
closeElement(boolean) - Method in class org.apache.cocoon.components.serializers.XMLSerializer
Write the end part of a start element (if necessary).
closeFolder(Folder) - Static method in class org.apache.cocoon.mail.MailCommandManager
Close a javamail folder
closeStore(Store) - Static method in class org.apache.cocoon.mail.MailCommandManager
Close a javamail store
cocoon - Variable in class org.apache.cocoon.bean.CocoonWrapper
 
Cocoon - Class in org.apache.cocoon
The Cocoon Object is the main Kernel for the entire Cocoon system.
Cocoon() - Constructor for class org.apache.cocoon.Cocoon
Creates a new Cocoon instance.
cocoon - Variable in class org.apache.cocoon.servlet.CocoonServlet
The Cocoon instance
Cocoon2EsqlConnection - Class in org.apache.cocoon.components.language.markup.xsp
This is the Cocoon2 specific part of an AbstractEsqlConnection.
Cocoon2EsqlConnection() - Constructor for class org.apache.cocoon.components.language.markup.xsp.Cocoon2EsqlConnection
 
Cocoon2EsqlConnection(Connection) - Constructor for class org.apache.cocoon.components.language.markup.xsp.Cocoon2EsqlConnection
Someone passed the connection
Cocoon2EsqlConnection(DataSourceComponent) - Constructor for class org.apache.cocoon.components.language.markup.xsp.Cocoon2EsqlConnection
Get the connection from the pool
COCOON_PASS_THROUGH - Static variable in class org.apache.cocoon.components.treeprocessor.sitemap.MountNode
The key to get the pass_through value from the Environment
COCOON_REDIRECT_ATTR - Static variable in class org.apache.cocoon.components.treeprocessor.TreeProcessor
 
CocoonAccess - Class in org.apache.cocoon
Accessor to the Cocoon object instance
CocoonAccess() - Constructor for class org.apache.cocoon.CocoonAccess
 
CocoonBean - Class in org.apache.cocoon.bean
The Cocoon Bean simplifies usage of the Cocoon object.
CocoonBean() - Constructor for class org.apache.cocoon.bean.CocoonBean
 
CocoonComponentManager - Class in org.apache.cocoon.components
Cocoon Component Manager.
CocoonComponentManager() - Constructor for class org.apache.cocoon.components.CocoonComponentManager
Create the ComponentManager
CocoonComponentManager(ClassLoader) - Constructor for class org.apache.cocoon.components.CocoonComponentManager
Create the ComponentManager with a Classloader
CocoonComponentManager(ComponentManager, ClassLoader) - Constructor for class org.apache.cocoon.components.CocoonComponentManager
Create the ComponentManager with a Classloader and parent ComponentManager
CocoonComponentManager(ComponentManager) - Constructor for class org.apache.cocoon.components.CocoonComponentManager
Create the ComponentManager with a parent ComponentManager
CocoonComponentManager.AbstractCocoonRunnable - Class in org.apache.cocoon.components
A runnable wrapper that inherits the environment stack of the thread it is created in.
CocoonComponentManager.AbstractCocoonRunnable() - Constructor for class org.apache.cocoon.components.CocoonComponentManager.AbstractCocoonRunnable
 
CocoonContextHandler - Class in org.apache.cocoon.jxpath
Implementation of the DynamicPropertyHandler interface that provides access to attributes of a Cocoon Context.
CocoonContextHandler() - Constructor for class org.apache.cocoon.jxpath.CocoonContextHandler
 
CocoonCrawler - Interface in org.apache.cocoon.components.crawler
The avalon behavioural component interface of crawling.
CocoonLogFormatter - Class in org.apache.cocoon.util.log
Deprecated. This class will be removed in 2.2
CocoonLogFormatter() - Constructor for class org.apache.cocoon.util.log.CocoonLogFormatter
Deprecated. The depth to which stacktraces are printed out
CocoonLogFormatter(int) - Constructor for class org.apache.cocoon.util.log.CocoonLogFormatter
Deprecated.  
CocoonMarkupLanguage - Class in org.apache.cocoon.components.language.markup
Base implementation of MarkupLanguage.
CocoonMarkupLanguage() - Constructor for class org.apache.cocoon.components.language.markup.CocoonMarkupLanguage
The default constructor.
CocoonMarkupLanguage.CocoonTransformerChainBuilderFilter - Class in org.apache.cocoon.components.language.markup
This filter builds on the fly a chain of transformers.
CocoonMarkupLanguage.CocoonTransformerChainBuilderFilter(LogicsheetCodeGenerator) - Constructor for class org.apache.cocoon.components.language.markup.CocoonMarkupLanguage.CocoonTransformerChainBuilderFilter
 
CocoonMarkupLanguage.PreProcessFilter - Class in org.apache.cocoon.components.language.markup
Preprocess filter for Cocoon Markup languages.
CocoonMarkupLanguage.PreProcessFilter(AbstractXMLPipe, String, ProgrammingLanguage) - Constructor for class org.apache.cocoon.components.language.markup.CocoonMarkupLanguage.PreProcessFilter
 
CocoonPipelineCronJob - Class in org.apache.cocoon.components.cron
A simple CronJob which calls an internal cocoon:// pipeline.
CocoonPipelineCronJob() - Constructor for class org.apache.cocoon.components.cron.CocoonPipelineCronJob
 
CocoonQuartzJobExecutor - Class in org.apache.cocoon.components.cron
This component is resposible to launch a CronJobs in a Quart Scheduler.
CocoonQuartzJobExecutor() - Constructor for class org.apache.cocoon.components.cron.CocoonQuartzJobExecutor
 
CocoonQuartzJobScheduler - Class in org.apache.cocoon.components.cron
QuartzJobScheduler that runs jobs within a Cocoon Environment.
CocoonQuartzJobScheduler() - Constructor for class org.apache.cocoon.components.cron.CocoonQuartzJobScheduler
 
cocoonRedirect(String) - Method in class org.apache.cocoon.environment.ForwardRedirector
 
CocoonRequestHandler - Class in org.apache.cocoon.jxpath
Implementation of the DynamicPropertyHandler interface that provides access to attributes of a Cocoon Request.
CocoonRequestHandler() - Constructor for class org.apache.cocoon.jxpath.CocoonRequestHandler
 
CocoonRunnable - Class in org.apache.cocoon.environment
A Runnable wrapper or base class that inherits the execution context of the thread creating it, as it was at the time of creation.
CocoonRunnable() - Constructor for class org.apache.cocoon.environment.CocoonRunnable
Creates an empty CocoonRunnable and copies the environment context of the calling thread, for later use when calling CocoonRunnable.doRun().
CocoonRunnable(Runnable) - Constructor for class org.apache.cocoon.environment.CocoonRunnable
Wraps an existing Runnable and copies the environment context of the calling thread, for later use when the Runnable's run() method is called.
CocoonServlet - Class in org.apache.cocoon.servlet
This is the entry point for Cocoon execution as an HTTP Servlet.
CocoonServlet() - Constructor for class org.apache.cocoon.servlet.CocoonServlet
 
CocoonSessionHandler - Class in org.apache.cocoon.jxpath
Implementation of the DynamicPropertyHandler interface that provides access to attributes of a Cocoon Session.
CocoonSessionHandler() - Constructor for class org.apache.cocoon.jxpath.CocoonSessionHandler
 
CocoonSourceFactory - Class in org.apache.cocoon.components.source
This class implements the cocoon: protocol.
CocoonSourceFactory(Processor, ComponentManager) - Constructor for class org.apache.cocoon.components.source.CocoonSourceFactory
 
CocoonStoreJanitor - Class in org.apache.cocoon.components.store.impl
The CocoonStoreJanitor class just subclasses the StoreJanitorImpl to overwrite the start method for background thread creation using the Cocoon RunnableManager.
CocoonStoreJanitor() - Constructor for class org.apache.cocoon.components.store.impl.CocoonStoreJanitor
 
CocoonStreamTargetFactory - Class in org.apache.cocoon.util.log
Deprecated. This class will be removed in 2.2
CocoonStreamTargetFactory() - Constructor for class org.apache.cocoon.util.log.CocoonStreamTargetFactory
Deprecated.  
CocoonTargetFactory - Class in org.apache.cocoon.util.log
Deprecated. This class will be removed in 2.2
CocoonTargetFactory() - Constructor for class org.apache.cocoon.util.log.CocoonTargetFactory
Deprecated.  
CocoonTask - Class in org.apache.cocoon
Ant task for running Cocoon.
CocoonTask() - Constructor for class org.apache.cocoon.CocoonTask
 
CocoonToAvalonSource - Class in org.apache.cocoon.components.source.impl
This source objects wraps an obsolete Cocoon Source object to avoid recoding existing source objects.
CocoonToAvalonSource(String, Source) - Constructor for class org.apache.cocoon.components.source.impl.CocoonToAvalonSource
Constructor
CocoonWrapper - Class in org.apache.cocoon.bean
The Cocoon Wrapper simplifies usage of the Cocoon object.
CocoonWrapper() - Constructor for class org.apache.cocoon.bean.CocoonWrapper
 
codeFormatter - Variable in class org.apache.cocoon.components.language.programming.AbstractProgrammingLanguage
The source code formatter
CodeFormatter - Interface in org.apache.cocoon.components.language.programming
This interface defines source beautifying formatting
col - Static variable in class org.apache.cocoon.components.modules.input.LocateResource
 
col - Variable in class org.apache.cocoon.generation.XMLDBCollectionGenerator
Deprecated.  
col - Variable in class org.apache.cocoon.generation.XMLDBGenerator
Deprecated.  
COL_ATTR - Static variable in class org.apache.cocoon.util.location.LocationAttributes
Attribute name for the column number
COL_NODE_NAME - Static variable in class org.apache.cocoon.generation.TraversableGenerator
 
COLLECTION - Static variable in class org.apache.cocoon.components.source.impl.XMLDBSource
Element <collection>
COLLECTION - Static variable in class org.apache.cocoon.generation.XMLDBCollectionGenerator
Deprecated.  
collection - Variable in class org.apache.cocoon.generation.XMLDBCollectionGenerator
Deprecated.  
collection - Variable in class org.apache.cocoon.generation.XMLDBGenerator
Deprecated.  
COLLECTION_BASE_ATTR - Static variable in class org.apache.cocoon.components.source.impl.XMLDBSource
 
COLLECTION_COUNT_ATTR - Static variable in class org.apache.cocoon.components.source.impl.XMLDBSource
Attribute collections on the root element indicates count of collections in the collection
COLLECTION_COUNT_ATTR - Static variable in class org.apache.cocoon.generation.XMLDBCollectionGenerator
Deprecated.  
CollectionMetaModule - Class in org.apache.cocoon.components.modules.input
Constructs an array of values suitable for a JDBC collection type from parameters obtained from another input module.
CollectionMetaModule() - Constructor for class org.apache.cocoon.components.modules.input.CollectionMetaModule
 
COLLECTIONS - Static variable in class org.apache.cocoon.components.source.impl.XMLDBSource
Root element <collections>
collectionToSAX(Collection) - Method in class org.apache.cocoon.generation.XMLDBCollectionGenerator
Deprecated. Output SAX events listing the collection.
collector - Variable in class org.apache.cocoon.profiling.generation.StatisticsGenerator
 
Collector - Interface in org.apache.cocoon.profiling.statistics
The collector is the central component collecting various statistics about the current request.
CollectorImpl - Class in org.apache.cocoon.profiling.statistics
Implementation for the statistics component.
CollectorImpl() - Constructor for class org.apache.cocoon.profiling.statistics.CollectorImpl
 
COLON - Static variable in interface org.apache.cocoon.components.treeprocessor.variables.VariableExpressionTokenizer.TokenReciever
 
ColorCode - Class in org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Color codes
ColorCode(String) - Constructor for class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.ColorCode
construct the ColorCode object
ColorOperation - Class in org.apache.cocoon.reading.imageop
 
ColorOperation() - Constructor for class org.apache.cocoon.reading.imageop.ColorOperation
 
column - Variable in class org.apache.cocoon.components.xpointer.parser.SimpleCharStream
 
columns - Variable in class org.apache.cocoon.acting.modular.DatabaseAction.CacheHelper
 
CombiningChar - Static variable in interface org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParserConstants
 
CommandLineContext - Class in org.apache.cocoon.environment.commandline
Implements the Context interface
CommandLineContext(String) - Constructor for class org.apache.cocoon.environment.commandline.CommandLineContext
Constructs a CommandlineContext object from a ServletContext object
CommandLineRequest - Class in org.apache.cocoon.environment.commandline
Creates a specific servlet request simulation from command line usage.
CommandLineRequest(Environment, String, String, String) - Constructor for class org.apache.cocoon.environment.commandline.CommandLineRequest
 
CommandLineRequest(Environment, String, String, String, Map) - Constructor for class org.apache.cocoon.environment.commandline.CommandLineRequest
 
CommandLineRequest(Environment, String, String, String, Map, Map) - Constructor for class org.apache.cocoon.environment.commandline.CommandLineRequest
 
CommandLineRequest(Environment, String, String, String, Map, Map, Map) - Constructor for class org.apache.cocoon.environment.commandline.CommandLineRequest
 
CommandLineResponse - Class in org.apache.cocoon.environment.commandline
Creates a specific servlet response simulation from command line usage.
CommandLineResponse() - Constructor for class org.apache.cocoon.environment.commandline.CommandLineResponse
 
CommandLineSession - Class in org.apache.cocoon.environment.commandline
Command-line version of Http Session.
CommandLineSession() - Constructor for class org.apache.cocoon.environment.commandline.CommandLineSession
 
comment(char[], int, int) - Method in class org.apache.cocoon.components.profiler.ProfilingXMLPipe
 
comment(char[], int, int) - Method in class org.apache.cocoon.components.sax.XMLByteStreamCompiler
SAX Event Handling: LexicalHandler
comment(char[], int, int) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
comment(char[], int, int) - Method in class org.apache.cocoon.components.serializers.XMLSerializer
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
comment(char[], int, int) - Method in class org.apache.cocoon.components.xpointer.ElementPathPart.PathInclusionPipe
 
comment(String) - Method in class org.apache.cocoon.generation.AbstractServerPage
Add a comment
comment(char[], int, int) - Method in class org.apache.cocoon.serialization.ElementProcessorSerializer
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.cocoon.taglib.TransformerTagSupport
 
comment(char[], int, int) - Method in class org.apache.cocoon.taglib.VarTransformerTagSupport
 
comment(char[], int, int) - Method in class org.apache.cocoon.taglib.XMLConsumerTagSupport
 
Comment - Class in org.apache.cocoon.template.instruction
 
Comment(ParsingContext, StartElement, Attributes, Stack) - Constructor for class org.apache.cocoon.template.instruction.Comment
 
comment(char[], int, int) - Method in class org.apache.cocoon.template.script.Parser
 
comment(char[], int, int) - Method in class org.apache.cocoon.template.xml.AttributeAwareXMLConsumerImpl
 
comment(char[], int, int) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
comment(char[], int, int) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
 
comment(char[], int, int) - Method in class org.apache.cocoon.transformation.FilterTransformer
 
comment(char[], int, int) - Method in class org.apache.cocoon.transformation.FragmentExtractorTransformer
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
comment(char[], int, int) - Method in class org.apache.cocoon.transformation.LogTransformer
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.cocoon.transformation.pagination.Paginator
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.cocoon.transformation.RoleFilterTransformer
 
comment(char[], int, int) - Method in class org.apache.cocoon.transformation.TagTransformer
 
comment(char[], int, int) - Method in class org.apache.cocoon.transformation.TeeTransformer
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.cocoon.transformation.XMLDBTransformer
Report an XML comment anywhere in the document.
comment - Variable in class org.apache.cocoon.util.ImageProperties
 
comment(char[], int, int) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.cocoon.xml.DefaultLexicalHandler
 
comment(char[], int, int) - Method in class org.apache.cocoon.xml.EmbeddedXMLPipe
Ignore all comment events if between startDTD/endDTD events.
comment(char[], int, int) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
comment(char[], int, int) - Method in class org.apache.cocoon.xml.ParamSaxBuffer
 
comment(char[], int, int) - Method in class org.apache.cocoon.xml.SaxBuffer
 
comment(char[], int, int) - Method in class org.apache.cocoon.xml.XMLMulticaster
 
COMMENT_ELEMENT - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
commit() - Method in class org.apache.cocoon.components.language.markup.xsp.AbstractEsqlConnection
 
commit(Configuration, Map) - Method in interface org.apache.cocoon.components.modules.output.OutputModule
Signal that the database transaction completed successfully.
commit(Configuration, Map) - Method in class org.apache.cocoon.components.modules.output.RequestAttributeMap
Signal that the database transaction completed successfully.
commit(Configuration, Map) - Method in class org.apache.cocoon.components.modules.output.RequestAttributeOutputModule
Signal that the database transaction completed successfully.
commit(Configuration, Map) - Method in class org.apache.cocoon.components.modules.output.SessionAttributeOutputModule
Signal that the database transaction completed successfully.
commit() - Method in class org.apache.cocoon.components.serializers.util.Namespaces
Checkpoint this stack, returning the list of all namespaces added since the last commit() or pop(...) call.
commitResponse() - Method in class org.apache.cocoon.environment.AbstractEnvironment
Commit the response
commitResponse() - Method in interface org.apache.cocoon.environment.Environment
Commit the response
commitResponse() - Method in class org.apache.cocoon.environment.wrapper.EnvironmentWrapper
Commit the response
commitResponse() - Method in class org.apache.cocoon.environment.wrapper.MutableEnvironmentFacade
 
commitTran() - Method in interface org.apache.cocoon.components.repository.helpers.RepositoryTransactionHelper
committing a transaction on the repository
commitTran() - Method in class org.apache.cocoon.components.repository.impl.WebDAVRepositoryTransactionHelper
 
compare(Object, Object) - Method in class org.apache.cocoon.profiling.generation.StatisticsGenerator.PageReportComparator
 
compare(Object, Object) - Method in class org.apache.cocoon.profiling.generation.StatisticsGenerator.ReportComparator
 
compareAttributes(Element, Element) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Compare all attributes of two elements.
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.cocoon.util.jxpath.NamespacesTablePointer
 
compareDocumentPosition(Node) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
compareTo(Object) - Method in class org.apache.cocoon.components.flow.ContinuationsManagerImpl.HolderAwareWebContinuation
 
compareTo(Object) - Method in class org.apache.cocoon.components.flow.WebContinuation
Compares the expiration time of this instance with that of the WebContinuation passed as argument.
compile(String, String) - Method in interface org.apache.cocoon.components.expression.ExpressionCompiler
 
compile(String, String) - Method in class org.apache.cocoon.components.expression.javascript.JavaScriptCompiler
 
compile(String, String) - Method in class org.apache.cocoon.components.expression.jexl.JexlCompiler
 
compile(String, String) - Method in class org.apache.cocoon.components.expression.jxpath.JXPathCompiler
 
compile(String, File, String) - Method in class org.apache.cocoon.components.language.programming.CompiledProgrammingLanguage
Compile a source file yielding a loadable object file.
compile() - Method in class org.apache.cocoon.components.language.programming.java.EclipseJavaCompiler
 
compile() - Method in class org.apache.cocoon.components.language.programming.java.Javac
Compile a source file yielding a loadable class file.
compile(String, File, String) - Method in class org.apache.cocoon.components.language.programming.java.JavaLanguage
Compile a source file yielding a loadable class file.
compile() - Method in class org.apache.cocoon.components.language.programming.java.Jikes
Execute the compiler
compile() - Method in class org.apache.cocoon.components.language.programming.java.Pizza
Deprecated. Compile a source file yielding a loadable class file.
compile(String, File, String) - Method in class org.apache.cocoon.components.language.programming.javascript.CompiledJavascriptLanguage
Compile a source file yielding a loadable class file.
compile() - Method in interface org.apache.cocoon.components.language.programming.LanguageCompiler
Compile a source file yielding a loadable program file.
compile() - Method in class org.apache.cocoon.components.serializers.encoding.CompiledCharset
Compile the encoding table of this CompiledCharset.
compile(char) - Method in class org.apache.cocoon.components.serializers.encoding.CompiledCharset
Return true or false wether this encoding can encode the specified character or not.
compile(char) - Method in class org.apache.cocoon.components.serializers.encoding.HTMLEncoder
Return true or false wether this encoding can encode the specified character or not.
compile(char) - Method in class org.apache.cocoon.components.serializers.encoding.XHTMLEncoder
Return true or false wether this encoding can encode the specified character or not.
compile(char) - Method in class org.apache.cocoon.components.serializers.encoding.XMLEncoder
Return true or false wether this encoding can encode the specified character or not.
compile(String) - Method in class org.apache.cocoon.selection.AbstractRegexpSelector
Compile the pattern in a REProgram.
compile(String) - Method in class org.apache.cocoon.template.expression.AbstractStringTemplateParser
 
compile(String, String) - Method in class org.apache.cocoon.template.expression.AbstractStringTemplateParser
 
compileBoolean(String, String, Locator) - Method in class org.apache.cocoon.template.expression.AbstractStringTemplateParser
 
compileBoolean(String, String, Locator) - Method in interface org.apache.cocoon.template.expression.StringTemplateParser
Compile a boolean expression (returns either a Compiled Expression or a Boolean literal)
CompiledCharset - Class in org.apache.cocoon.components.serializers.encoding
 
CompiledCharset(String, String[]) - Constructor for class org.apache.cocoon.components.serializers.encoding.CompiledCharset
Create a new instance of this CompiledCharset.
CompiledCharset(String, String[], byte[]) - Constructor for class org.apache.cocoon.components.serializers.encoding.CompiledCharset
Create a new instance of this CompiledCharset.
CompiledComponent - Interface in org.apache.cocoon.components.language.generator
This interface is the common base of all Compiled Components.
CompiledEncoder - Class in org.apache.cocoon.components.serializers.encoding
 
CompiledEncoder(String) - Constructor for class org.apache.cocoon.components.serializers.encoding.CompiledEncoder
Create a new instance of this CompiledEncoder.
CompiledJavascriptLanguage - Class in org.apache.cocoon.components.language.programming.javascript
The compiled Javascript (Rhino) programming language processor
CompiledJavascriptLanguage() - Constructor for class org.apache.cocoon.components.language.programming.javascript.CompiledJavascriptLanguage
 
CompiledProgrammingLanguage - Class in org.apache.cocoon.components.language.programming
A compiled programming language.
CompiledProgrammingLanguage() - Constructor for class org.apache.cocoon.components.language.programming.CompiledProgrammingLanguage
 
compiledScripts - Variable in class org.apache.cocoon.components.flow.CompilingInterpreter
Mapping of String objects (source uri's) to ScriptSourceEntry's
compileExpr(String, String, Locator) - Method in class org.apache.cocoon.template.expression.AbstractStringTemplateParser
 
compileExpr(String, String, Locator) - Method in interface org.apache.cocoon.template.expression.StringTemplateParser
 
compileInt(String, String, Locator) - Method in class org.apache.cocoon.template.expression.AbstractStringTemplateParser
 
compileInt(String, String, Locator) - Method in interface org.apache.cocoon.template.expression.StringTemplateParser
Compile an integer expression (returns either a Compiled Expression or an Integer literal)
compiler - Variable in class org.apache.cocoon.transformation.SQLTransformer
 
compilerClass - Variable in class org.apache.cocoon.components.language.programming.CompiledProgrammingLanguage
The compiler
compilerComplianceLevel - Variable in class org.apache.cocoon.components.language.programming.java.AbstractJavaCompiler
The version of the JVM for wich the code was written.
CompilerError - Class in org.apache.cocoon.components.language.programming
This class encapsulates an error message produced by a programming language processor (whether interpreted or compiled)
CompilerError(String, boolean, int, int, int, int, String) - Constructor for class org.apache.cocoon.components.language.programming.CompilerError
The error message constructor.
CompilerError(String) - Constructor for class org.apache.cocoon.components.language.programming.CompilerError
The error message constructor.
compilerSelector - Variable in class org.apache.cocoon.components.expression.DefaultExpressionFactory
The Expression compiler selector
compileScript(Context, Scriptable, Source) - Method in class org.apache.cocoon.components.flow.CompilingInterpreter
TODO - This is a little bit strange, the interpreter calls get Script on the ScriptSourceEntry which in turn calls compileScript on the interpreter.
compileScript(Context, Scriptable, Source) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter
 
compiling - Variable in class org.apache.cocoon.transformation.CIncludeTransformer
 
CompilingClassLoader - Class in org.apache.cocoon.components.flow.javascript.fom
 
CompilingClassLoader(ClassLoader, SourceResolver, CompilingClassLoader.ClassRepository) - Constructor for class org.apache.cocoon.components.flow.javascript.fom.CompilingClassLoader
 
CompilingClassLoader.ClassRepository - Interface in org.apache.cocoon.components.flow.javascript.fom
 
CompilingClassLoader.SourceListener - Interface in org.apache.cocoon.components.flow.javascript.fom
 
CompilingInterpreter - Class in org.apache.cocoon.components.flow
This is a base class for all interpreters compiling the scripts
CompilingInterpreter() - Constructor for class org.apache.cocoon.components.flow.CompilingInterpreter
 
CompilingInterpreter.ScriptSourceEntry - Class in org.apache.cocoon.components.flow
 
CompilingInterpreter.ScriptSourceEntry(Source) - Constructor for class org.apache.cocoon.components.flow.CompilingInterpreter.ScriptSourceEntry
 
CompilingInterpreter.ScriptSourceEntry(Source, Script, long) - Constructor for class org.apache.cocoon.components.flow.CompilingInterpreter.ScriptSourceEntry
 
complete() - Method in interface org.apache.cocoon.bean.BeanListener
Signals completion of the generation process.
complete() - Method in class org.apache.cocoon.bean.helpers.OutputStreamListener
 
COMPLETE_NAME - Static variable in class org.apache.cocoon.Constants
The full name of this project.
completeResponseIsCached - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Complete response is cached
COMPONENT_MANAGER - Static variable in class org.apache.cocoon.components.axis.providers.AvalonProvider
Constant used to retrieve the ComponentManager reference from the MessageContext object.
COMPONENT_NAMES - Static variable in class org.apache.cocoon.components.treeprocessor.sitemap.ComponentsSelector
 
ComponentCacheKey - Class in org.apache.cocoon.caching
This is the cache key for one sitemap component.
ComponentCacheKey(int, String, Serializable) - Constructor for class org.apache.cocoon.caching.ComponentCacheKey
Constructor
ComponentCacheKey(int, String, Serializable, boolean) - Constructor for class org.apache.cocoon.caching.ComponentCacheKey
alternate cachepoint Constructor
ComponentContext - Class in org.apache.cocoon.components
This is the Context implementation for Cocoon components.
ComponentContext(Map, Context) - Constructor for class org.apache.cocoon.components.ComponentContext
Create a Context with specified data and parent.
ComponentContext(Map) - Constructor for class org.apache.cocoon.components.ComponentContext
Create a Context with specified data.
ComponentContext(Context) - Constructor for class org.apache.cocoon.components.ComponentContext
Create a Context with specified parent.
ComponentContext() - Constructor for class org.apache.cocoon.components.ComponentContext
Create a Context with no parent.
ComponentContext.ComponentManagerWrapper - Class in org.apache.cocoon.components
 
ComponentContext.ComponentManagerWrapper(ComponentManager) - Constructor for class org.apache.cocoon.components.ComponentContext.ComponentManagerWrapper
 
ComponentContext.ComponentSelectorWrapper - Class in org.apache.cocoon.components
 
ComponentContext.ComponentSelectorWrapper(ComponentSelector) - Constructor for class org.apache.cocoon.components.ComponentContext.ComponentSelectorWrapper
 
componentHandlers - Variable in class org.apache.cocoon.components.language.generator.GeneratorSelector
 
ComponentLocator - Interface in org.apache.cocoon.components
This object is set to a ParentAware component and allows access to the parent component.
ComponentLocatorImpl - Class in org.apache.cocoon.components
This object is set to a ParentAware component and allows access to the parent component.
ComponentLocatorImpl(ComponentManager, String) - Constructor for class org.apache.cocoon.components.ComponentLocatorImpl
 
componentName - Variable in class org.apache.cocoon.components.treeprocessor.SimpleSelectorProcessingNode
The node component name (e.g.
ComponentsNodeBuilder - Class in org.apache.cocoon.components.treeprocessor.sitemap
Handles <map:components>.
ComponentsNodeBuilder() - Constructor for class org.apache.cocoon.components.treeprocessor.sitemap.ComponentsNodeBuilder
 
ComponentsSelector - Class in org.apache.cocoon.components.treeprocessor.sitemap
Component selector for sitemap components.
ComponentsSelector() - Constructor for class org.apache.cocoon.components.treeprocessor.sitemap.ComponentsSelector
 
ComponentType_Generator - Static variable in class org.apache.cocoon.caching.ComponentCacheKey
 
ComponentType_Reader - Static variable in class org.apache.cocoon.caching.ComponentCacheKey
 
ComponentType_Serializer - Static variable in class org.apache.cocoon.caching.ComponentCacheKey
 
ComponentType_Transformer - Static variable in class org.apache.cocoon.caching.ComponentCacheKey
 
compose(ComponentManager) - Method in class org.apache.cocoon.acting.ComposerAction
Deprecated. Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.acting.ConfigurableComposerAction
Deprecated. Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.Cocoon
Get the parent component manager.
compose(ComponentManager) - Method in class org.apache.cocoon.components.axis.SoapServerImpl
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.language.generator.GeneratorSelector
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.language.generator.ProgramGeneratorImpl
Set the global component manager.
compose(ComponentManager) - Method in class org.apache.cocoon.components.language.markup.xsp.XSPGenerator
Set the current ComponentManager instance used by this Generator and initialize relevant instance variables.
compose(ComponentManager) - Method in class org.apache.cocoon.components.modules.input.AbstractMetaModule
Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.components.modules.input.LocateResource
Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.components.modules.input.XMLFileModule
Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.components.modules.input.XMLMetaModule
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.parser.JaxpParser
Deprecated. Get the Entity Resolver from the component manager
compose(ComponentManager) - Method in class org.apache.cocoon.components.parser.XercesParser
Deprecated. Get the Entity Resolver from the component manager
compose(ComponentManager) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Composable Interface
compose(ComponentManager) - Method in class org.apache.cocoon.components.profiler.ProfilingCachingProcessingPipeline
Composable
compose(ComponentManager) - Method in class org.apache.cocoon.components.profiler.ProfilingNonCachingProcessingPipeline
Composable
compose(ComponentManager) - Method in class org.apache.cocoon.components.resolver.ResolverImpl
Set the global component manager.
compose(ComponentManager) - Method in class org.apache.cocoon.components.source.FileSourceFactory
Deprecated.  
compose(ComponentManager) - Method in class org.apache.cocoon.components.source.impl.SitemapSourceFactory
Composable
compose(ComponentManager) - Method in class org.apache.cocoon.components.source.impl.SourceFactoryWrapper
Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.components.source.impl.URLFactoryWrapper
Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.components.source.SourceHandlerImpl
Deprecated. Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.components.store.MRUMemoryStore
Deprecated. Get components of the ComponentManager
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.InvokeContext
Composable Interface
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.CallNode
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ErrorHandlerHelper
The component manager is used to create notifying builders.
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.FlowNode
Lookup an flow Interpreter instance to hold the scripts defined within the <map:flow> in the sitemap.
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.MatchNode
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.MountNode
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode
The component manager is used to create error pipelines
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode
Keep the component manager used everywhere in the tree so that we can cleanly dispose it.
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.SelectNode
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.SwitchSelectNode
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.treeprocessor.TreeProcessor
 
compose(ComponentManager) - Method in class org.apache.cocoon.components.url.URLFactoryImpl
Deprecated. Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.components.xslt.XSLTProcessorImpl
Deprecated. Compose.
compose(ComponentManager) - Method in class org.apache.cocoon.generation.ComposerGenerator
Deprecated. Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.generation.ServerPagesGenerator
Set the global component manager.
compose(ComponentManager) - Method in class org.apache.cocoon.matching.modular.CachingRegexpMatcher
Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.matching.modular.CachingWildcardMatcher
Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.matching.modular.WildcardMatcher
Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.reading.ComposerReader
Deprecated. Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
Set the component manager.
compose(ComponentManager) - Method in class org.apache.cocoon.transformation.CachingCIncludeTransformer
Deprecated. Composable Interface
compose(ComponentManager) - Method in class org.apache.cocoon.webapps.session.components.AbstractSessionComponent
Deprecated. Composer interface.
compose(ComponentManager) - Method in class org.apache.cocoon.webservices.AbstractComposableService
Compose this service.
ComposerAction - Class in org.apache.cocoon.acting
Deprecated. Use the ServiceableAction instead
ComposerAction() - Constructor for class org.apache.cocoon.acting.ComposerAction
Deprecated.  
ComposerGenerator - Class in org.apache.cocoon.generation
Deprecated. Use the ServiceableGenerator instead.
ComposerGenerator() - Constructor for class org.apache.cocoon.generation.ComposerGenerator
Deprecated.  
ComposerReader - Class in org.apache.cocoon.reading
Deprecated. Use the ServiceableReader instead
ComposerReader() - Constructor for class org.apache.cocoon.reading.ComposerReader
Deprecated.  
CompositeCacheValidity - Class in org.apache.cocoon.caching
Deprecated. Use the Avalon Excalibur SourceValidity implementations instead
CompositeCacheValidity(CacheValidity, CacheValidity) - Constructor for class org.apache.cocoon.caching.CompositeCacheValidity
Deprecated. Constructor
ConcreteTreeProcessor - Class in org.apache.cocoon.components.treeprocessor
The concrete implementation of Processor, containing the evaluation tree and associated data such as component manager.
ConcreteTreeProcessor(TreeProcessor) - Constructor for class org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor
Builds a concrete processig, given the wrapping processor
CONF_VERSION - Static variable in class org.apache.cocoon.Constants
The version of the configuration schema
config - Variable in class org.apache.cocoon.auth.impl.PipelineSecurityHandler
Configuration.
config - Variable in class org.apache.cocoon.components.language.programming.javascript.JavascriptProgram
 
config - Variable in class org.apache.cocoon.components.language.programming.python.PythonProgram
 
config - Variable in class org.apache.cocoon.components.modules.input.ModuleHolder
 
config - Variable in class org.apache.cocoon.components.modules.input.XMLMetaModule
 
CONFIG_FILE_LONG - Static variable in class org.apache.cocoon.bean.XSPPrecompileWrapper
 
CONFIG_FILE_LONG - Static variable in class org.apache.cocoon.Main
 
CONFIG_FILE_OPT - Static variable in class org.apache.cocoon.bean.XSPPrecompileWrapper
 
CONFIG_FILE_OPT - Static variable in class org.apache.cocoon.Main
 
CONFIG_FORWARD - Static variable in class org.apache.cocoon.components.jsp.JSPEngineImplNamedDispatcherInclude
'forward' configuration parameter name for specifying whether or not the dispather should use forward instead of include.
CONFIG_SERVLET_NAME - Static variable in class org.apache.cocoon.components.jsp.JSPEngineImplNamedDispatcherInclude
'servlet-name' configuration parameter name for specifying the servlet name to dispatch to.
CONFIG_SERVLET_NAME - Static variable in class org.apache.cocoon.components.jsp.JSPEngineImplWLS
config-parameter name for specifying the jsp servlet-name.
configFile - Variable in class org.apache.cocoon.components.source.helpers.DelaySourceRefresher
The source to persist refresher entries into
ConfigurableComposerAction - Class in org.apache.cocoon.acting
Deprecated. Use the ConfigurableServiceableAction instead
ConfigurableComposerAction() - Constructor for class org.apache.cocoon.acting.ConfigurableComposerAction
Deprecated.  
ConfigurableCronJob - Interface in org.apache.cocoon.components.cron
This is a configurable cron job.
ConfigurableServiceableAction - Class in org.apache.cocoon.acting
The ConfigurableServiceableAction will allow any Action that extends this to access SitemapComponents.
ConfigurableServiceableAction() - Constructor for class org.apache.cocoon.acting.ConfigurableServiceableAction
 
configuration - Variable in class org.apache.cocoon.acting.ConfigurationHelper
 
configuration - Variable in class org.apache.cocoon.components.modules.input.AbstractJXPathModule
Contains all globally registered extension classes and packages.
configuration - Variable in class org.apache.cocoon.components.modules.input.JXPathMetaModule
Contains all globally registered extension classes and packages.
configuration - Variable in class org.apache.cocoon.components.modules.input.XPathXMLFileModule
Contains all globally registered extension classes and packages.
configuration - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
The configuration
configuration - Variable in class org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder
 
configuration - Variable in class org.apache.cocoon.components.web3.impl.Web3DataSourceSelectorImpl
 
ConfigurationGenerator - Class in org.apache.cocoon.webapps.authentication.generation
Deprecated. This block is deprecated and will be removed in future versions.
ConfigurationGenerator() - Constructor for class org.apache.cocoon.webapps.authentication.generation.ConfigurationGenerator
Deprecated.  
ConfigurationHelper - Class in org.apache.cocoon.acting
 
ConfigurationHelper() - Constructor for class org.apache.cocoon.acting.ConfigurationHelper
 
configurationParameters - Variable in class org.apache.cocoon.transformation.CIncludeTransformer
The configuration of includexml
configurationTask - Variable in class org.apache.cocoon.components.source.helpers.DelaySourceRefresher
 
ConfigurationUtil - Class in org.apache.cocoon.util
This class is an improved version of the Excalibur ConfigurationUtil class to support namespaces in DOMs.
configure(Configuration) - Method in class org.apache.cocoon.acting.AbstractConfigurableAction
Configures the Action.
configure(Configuration) - Method in class org.apache.cocoon.acting.AbstractMultiAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.HttpCacheAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.HttpHeaderAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.InputModuleAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.LocaleAction
Configure this action.
configure(Configuration) - Method in class org.apache.cocoon.acting.modular.DatabaseAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.PropagatorAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.Sendmail
 
configure(Configuration) - Method in class org.apache.cocoon.acting.ServerPagesAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.SessionPropagatorAction
 
configure(Configuration) - Method in class org.apache.cocoon.acting.SessionStateAction
Configures the Action.
configure(Configuration) - Method in class org.apache.cocoon.auth.AbstractSecurityHandler
 
configure(Configuration) - Method in class org.apache.cocoon.auth.impl.PipelineSecurityHandler
 
configure(Configuration) - Method in class org.apache.cocoon.auth.StandardApplication
 
configure(Document, CocoonBean, String, String, OutputStreamListener) - Static method in class org.apache.cocoon.bean.helpers.BeanConfigurator
 
configure(ExcaliburComponentManager) - Method in class org.apache.cocoon.Cocoon
Configure this Cocoon instance.
configure(Configuration) - Method in class org.apache.cocoon.components.accessor.MapAccessor
The accessors that should be part of the map are configured through <element name="the key that will be used in the map" accessor="the name of the accessor"/>.
configure(Configuration) - Method in class org.apache.cocoon.components.axis.SoapServerImpl
Configures this server.
configure(Configuration) - Method in class org.apache.cocoon.components.crawler.SimpleCocoonCrawlerImpl
Configure the crawler component.
configure(Configuration) - Method in class org.apache.cocoon.components.cron.CocoonPipelineCronJob
 
configure(Configuration) - Method in class org.apache.cocoon.components.cron.QuartzJobScheduler
 
configure(Configuration) - Method in class org.apache.cocoon.components.cron.TestCronJob
 
configure(Configuration) - Method in class org.apache.cocoon.components.ExtendedComponentSelector
Configure this selector.
configure(Configuration) - Method in class org.apache.cocoon.components.flow.AbstractInterpreter
 
configure(Configuration) - Method in class org.apache.cocoon.components.flow.ContinuationsManagerImpl
 
configure(Configuration) - Method in class org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter
 
configure(Configuration) - Method in class org.apache.cocoon.components.jms.JMSConnectionImpl
Deprecated.  
configure(Configuration) - Method in class org.apache.cocoon.components.jms.JMSConnectionManagerImpl
 
configure(Configuration) - Method in class org.apache.cocoon.components.language.markup.AbstractMarkupLanguage
Process additional configuration.
configure(Configuration) - Method in class org.apache.cocoon.components.language.markup.xsp.JSGenerator
 
configure(Configuration) - Method in class org.apache.cocoon.components.language.markup.xsp.PythonGenerator
 
configure(Configuration) - Method in class org.apache.cocoon.components.modules.database.AbstractAutoIncrementModule
Configures the database access module.
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.AbstractInputModule
Configures the database access helper.
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.AbstractJXPathModule
Configure component.
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.ChainMetaModule
 
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.CollectionMetaModule
 
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.DateMetaInputModule
 
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.DefaultsModule
 
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.DigestMetaModule
 
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.JXPathMetaModule
Configure component.
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.MapMetaModule
 
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.NamingInputModule
Fill in InitialContext properties from passed configuration.
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.ProjectPathModule
 
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.PropertiesFileModule
Configure the location of the properties file:
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.SelectMetaInputModule
 
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.SimpleMappingMetaModule
 
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.SitemapVariableHolder
Deprecated. Configures the database access helper.
configure(SitemapConfigurationHolder) - Method in class org.apache.cocoon.components.modules.input.SitemapVariableHolder
Deprecated. Set the Configuration from a sitemap
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.XMLFileModule
Static (cocoon.xconf) configuration.
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.XMLMetaModule
 
configure(Configuration) - Method in class org.apache.cocoon.components.modules.input.XPathXMLFileModule
Static (cocoon.xconf) configuration.
configure(Configuration) - Method in class org.apache.cocoon.components.modules.output.AbstractOutputModule
Configures the module.
configure(Configuration) - Method in class org.apache.cocoon.components.profiler.ProfilerImpl
Pass the Configuration to the Configurable class.
configure(Configuration) - Method in class org.apache.cocoon.components.repository.impl.WebDAVRepository
 
configure(Configuration) - Method in class org.apache.cocoon.components.repository.RepositoryManager
 
configure(Configuration) - Method in class org.apache.cocoon.components.search.SimpleLuceneCocoonIndexerImpl
Configure this component.
configure(Configuration) - Method in class org.apache.cocoon.components.search.SimpleLuceneCocoonSearcherImpl
configure this component
configure(Configuration) - Method in class org.apache.cocoon.components.search.SimpleLuceneXMLIndexerImpl
configure
configure(Configuration) - Method in class org.apache.cocoon.components.serializers.EncodingSerializer
Set the configurations for this serializer.
configure(Configuration) - Method in class org.apache.cocoon.components.serializers.HTMLSerializer
Configure this instance by selecting the default document type to use.
configure(Configuration) - Method in class org.apache.cocoon.components.serializers.XHTMLSerializer
Configure this instance by selecting the default document type to use.
configure(SitemapConfigurationHolder) - Method in interface org.apache.cocoon.components.SitemapConfigurable
Deprecated. Set the Configuration.
configure(Configuration) - Method in class org.apache.cocoon.components.source.helpers.DelaySourceRefresher
 
configure(Configuration) - Method in class org.apache.cocoon.components.source.impl.AbstractConfigurableSourceInspector
Configure this source inspector to handle properties of required types.
configure(Configuration) - Method in class org.apache.cocoon.components.source.impl.CachingSourceFactory
 
configure(Configuration) - Method in class org.apache.cocoon.components.source.impl.QDoxSourceFactory
 
configure(Configuration) - Method in class org.apache.cocoon.components.source.impl.RepositorySourceFactory
Read the name attribute.
configure(Configuration) - Method in class org.apache.cocoon.components.source.impl.SimpleJdbcSourceDescriptor
Configuration options: element property (multiple,required) - define a property that this store should handle. element datasource (single,optional,[cocoondb]) - the name of the excalibur datasource to use.
configure(Configuration) - Method in class org.apache.cocoon.components.source.impl.SourceDescriptorManager
 
configure(Configuration) - Method in class org.apache.cocoon.components.source.impl.SourceFactoryWrapper
Configure the SourceFactories
configure(Configuration) - Method in class org.apache.cocoon.components.source.impl.URLFactoryWrapper
Configure the SourceFactories
configure(Configuration) - Method in class org.apache.cocoon.components.source.impl.WebDAVSourceFactory
Read the scheme name.
configure(Configuration) - Method in class org.apache.cocoon.components.source.impl.XMLDBSourceFactory
Configure the instance and initialize XML:DB connections (load and register the drivers).
configure(Configuration) - Method in class org.apache.cocoon.components.source.SourceHandlerImpl
Deprecated. Configure the SourceFactories
configure(Configuration) - Method in class org.apache.cocoon.components.store.StoreJanitorImpl
Deprecated. Initialize the StoreJanitorImpl.
configure(Configuration) - Method in class org.apache.cocoon.components.thread.DefaultRunnableManager
 
configure(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNodeBuilder
Configure the sets of allowed, forbidden and ignored children nodes.
configure(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.CategoryNodeBuilder
The category name is the value of the "category-name" child, or if not present, the name of the configuration element.
configure(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder
Configurable
configure(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.NamedContainerNodeBuilder
 
configure(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode
Obtain the configuration specific to this node type and update the internal state.
configure(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.ComponentsSelector
 
configure(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.TreeProcessor
 
configure(Configuration) - Method in class org.apache.cocoon.components.url.URLFactoryImpl
Deprecated. Configure the URLFactories
configure(Configuration) - Method in class org.apache.cocoon.components.validation.impl.DefaultValidator
Configure this instance.
configure(Configuration) - Method in class org.apache.cocoon.components.validation.jaxp.JaxpSchemaParser
Configure this instance.
configure(Configuration) - Method in class org.apache.cocoon.components.web3.impl.Web3DataSourceImpl
Configure backend component
configure(Configuration) - Method in class org.apache.cocoon.components.web3.impl.Web3DataSourceSelectorImpl
 
configure(Configuration) - Method in class org.apache.cocoon.components.webdav.impl.DefaultWebDAVEventFactory
 
configure(Configuration) - Method in class org.apache.cocoon.generation.EventCacheGenerator
 
configure(Configuration) - Method in class org.apache.cocoon.generation.HSSFGenerator
 
configure(Configuration) - Method in class org.apache.cocoon.generation.HTMLGenerator
 
configure(Configuration) - Method in class org.apache.cocoon.generation.HttpProxyGenerator
Set up this Generator instance from its sitemap Configuration
configure(Configuration) - Method in class org.apache.cocoon.generation.LinkStatusGenerator
Configure the crawler component.
configure(Configuration) - Method in class org.apache.cocoon.generation.NekoHTMLGenerator
 
configure(Configuration) - Method in class org.apache.cocoon.generation.ScriptGenerator
 
configure(Configuration) - Method in class org.apache.cocoon.generation.ServerPagesGenerator
 
configure(Configuration) - Method in class org.apache.cocoon.generation.StatusGenerator
 
configure(Configuration) - Method in class org.apache.cocoon.generation.VelocityGenerator
Read any additional objects to export to the Velocity context from the configuration.
configure(Configuration) - Method in class org.apache.cocoon.generation.XMLDBCollectionGenerator
Deprecated. Configure the component.
configure(Configuration) - Method in class org.apache.cocoon.generation.XMLDBGenerator
Deprecated. Configure the component.
configure(Configuration) - Method in class org.apache.cocoon.i18n.XMLResourceBundleFactory
Configure the component.
configure() - Method in class org.apache.cocoon.mail.MailCommandBuilder
Configure the cmd to mail command class mapping.
configure(Configuration) - Method in class org.apache.cocoon.mail.MailMessageSender
 
configure(Configuration) - Method in class org.apache.cocoon.mail.transformation.SendMailTransformer
 
configure(Configuration) - Method in class org.apache.cocoon.matching.LocaleMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.matching.modular.CachingRegexpMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.matching.modular.CachingWildcardMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.matching.modular.WildcardMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.matching.RegexpHeaderMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.matching.RegexpParameterMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.matching.RegexpRequestAttributeMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.matching.RegexpRequestParameterMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.matching.RegexpSessionAttributeMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.matching.WildcardHeaderMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.matching.WildcardParameterMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.matching.WildcardRequestAttributeMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.matching.WildcardRequestParameterMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.matching.WildcardSessionAttributeMatcher
 
configure(Configuration) - Method in class org.apache.cocoon.reading.AxisRPCReader
 
configure(Configuration) - Method in class org.apache.cocoon.reading.DatabaseReader
Configure the Reader so that we can use the same database for all instances.
configure(Configuration) - Method in class org.apache.cocoon.reading.imageop.ImageOpReader
Read reader configuration
configure(Configuration) - Method in class org.apache.cocoon.reading.JSPReader
 
configure(Configuration) - Method in class org.apache.cocoon.reading.ResourceReader
Read reader configuration
configure(Configuration) - Method in class org.apache.cocoon.selection.AbstractRegexpSelector
Configure this instance parsing all regular expression patterns.
configure(Configuration) - Method in class org.apache.cocoon.selection.BrowserSelector
 
configure(Configuration) - Method in class org.apache.cocoon.selection.CookieSelector
 
configure(Configuration) - Method in class org.apache.cocoon.selection.ExceptionSelector
 
configure(Configuration) - Method in class org.apache.cocoon.selection.HeaderSelector
 
configure(Configuration) - Method in class org.apache.cocoon.selection.HostSelector
 
configure(Configuration, String, String, String) - Method in class org.apache.cocoon.selection.NamedPatternsSelector
Setup the association from expressions to a list of patterns.
configure(Configuration) - Method in class org.apache.cocoon.selection.RegexpHeaderSelector
Configure this instance parsing all regular expression patterns and storing the header name upon which selection occurs.
configure(Configuration) - Method in class org.apache.cocoon.selection.RegexpRequestParameterSelector
Configure this instance parsing all regular expression patterns and storing the parameter name upon which selection occurs.
configure(Configuration) - Method in class org.apache.cocoon.selection.RequestAttributeSelector
 
configure(Configuration) - Method in class org.apache.cocoon.selection.RequestParameterSelector
 
configure(Configuration) - Method in class org.apache.cocoon.selection.SessionAttributeSelector
 
configure(Configuration) - Method in class org.apache.cocoon.selection.SessionStateSelector
Deprecated.  
configure(Configuration) - Method in class org.apache.cocoon.selection.XPathExceptionSelector
 
configure(Configuration) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Set the configurations for this serializer.
configure(Configuration) - Method in class org.apache.cocoon.serialization.FOPSerializer
Set the configurations for this serializer.
configure(Configuration) - Method in class org.apache.cocoon.serialization.HSSFSerializer
 
configure(Configuration) - Method in class org.apache.cocoon.serialization.HTMLSerializer
Set the configurations for this serializer.
configure(Configuration) - Method in class org.apache.cocoon.serialization.iTextSerializer
 
configure(Configuration) - Method in class org.apache.cocoon.serialization.SVGSerializer
Set the configurations for this serializer.
configure(Configuration) - Method in class org.apache.cocoon.serialization.TextSerializer
Set the configurations for this serializer.
configure(Configuration) - Method in class org.apache.cocoon.serialization.XMLSerializer
Set the configurations for this serializer.
configure(Configuration) - Method in class org.apache.cocoon.template.script.DefaultInstructionFactory
 
configure(Configuration) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
 
configure(Configuration) - Method in class org.apache.cocoon.transformation.CleanupTransformer
 
configure(Configuration) - Method in class org.apache.cocoon.transformation.FragmentExtractorTransformer
Configure this transformer.
configure(Configuration) - Method in class org.apache.cocoon.transformation.HTMLTransformer
Configure this transformer, possibly passing to it a jtidy configuration file location.
configure(Configuration) - Method in class org.apache.cocoon.transformation.I18nTransformer
Implementation of Configurable interface.
configure(Configuration) - Method in class org.apache.cocoon.transformation.IncludeTransformer
 
configure(Configuration) - Method in class org.apache.cocoon.transformation.LinkRewriterTransformer
Configure this component from the map:transformer block.
configure(Configuration) - Method in class org.apache.cocoon.transformation.LuceneIndexTransformer
Configure the transformer.
configure(Configuration) - Method in class org.apache.cocoon.transformation.NekoHTMLTransformer
Configure this transformer, possibly passing to it a jtidy configuration file location.
configure(Configuration) - Method in class org.apache.cocoon.transformation.SimpleFormInstanceExtractionTransformer
 
configure(Configuration) - Method in class org.apache.cocoon.transformation.SimpleFormTransformer
Avalon Configurable Interface
configure(Configuration) - Method in class org.apache.cocoon.transformation.SourceWritingTransformer
Get the current Configuration instance used by this Configurable.
configure(Configuration) - Method in class org.apache.cocoon.transformation.SQLTransformer
Configure transformer.
configure(Configuration) - Method in class org.apache.cocoon.transformation.TagTransformer
Avalon Configurable Interface
configure(Configuration) - Method in class org.apache.cocoon.transformation.TeeTransformer
 
configure(Configuration) - Method in class org.apache.cocoon.transformation.TraxTransformer
Configure this transformer.
configure(Configuration) - Method in class org.apache.cocoon.transformation.ValidatingTransformer
Configure this component instance.
configure(Configuration) - Method in class org.apache.cocoon.transformation.ValidationReportTransformer
Configure this component instance.
configure(Configuration) - Method in class org.apache.cocoon.transformation.VariableRewriterTransformer
Configure this component from the map:transformer block.
configure(Configuration) - Method in class org.apache.cocoon.transformation.Web3RfcTransformer
 
configure(Configuration) - Method in class org.apache.cocoon.transformation.XMLDBTransformer
 
configure(SitemapConfigurationHolder) - Method in class org.apache.cocoon.webapps.authentication.components.DefaultAuthenticationManager
Deprecated. Set the sitemap configuration containing the handlers
configure(Configuration) - Method in class org.apache.cocoon.webapps.authentication.configuration.ApplicationConfiguration
Deprecated. Configure an application
configure(Request, Configuration) - Method in class org.apache.cocoon.webapps.authentication.configuration.HandlerConfiguration
Deprecated. Configure
configure(Configuration) - Method in class org.apache.cocoon.webapps.session.components.DefaultMediaManager
Deprecated.  
configureAttributes(Configuration) - Method in class org.apache.cocoon.auth.StandardApplication
This method is invoked during configuration of the application.
configuredBufferSize - Variable in class org.apache.cocoon.reading.ResourceReader
 
configuredByteRanges - Variable in class org.apache.cocoon.reading.ResourceReader
 
configuredExpires - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Configured Expires value
configuredExpires - Variable in class org.apache.cocoon.reading.ResourceReader
 
configuredOutputBufferSize - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Configured Output Buffer Size
configuredQuickTest - Variable in class org.apache.cocoon.reading.ResourceReader
 
configuredSerializerName - Variable in class org.apache.cocoon.transformation.SourceWritingTransformer
The configured serializer name
CONFIRM_EXTENSIONS_LONG - Static variable in class org.apache.cocoon.Main
 
CONFIRM_EXTENSIONS_OPT - Static variable in class org.apache.cocoon.Main
 
confirmExtensions() - Method in class org.apache.cocoon.bean.CocoonBean
 
confirmExtensions() - Method in class org.apache.cocoon.bean.Target
 
confirmTID(String) - Method in class org.apache.cocoon.components.web3.impl.Web3ClientImpl
 
conn - Variable in class org.apache.cocoon.transformation.SQLTransformer
The connection shared by top level queries (if configuration allows)
connect(Environment, XMLProducer, XMLConsumer) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Connect the next component
connect(Environment, XMLProducer, XMLConsumer) - Method in class org.apache.cocoon.components.profiler.ProfilingCachingProcessingPipeline
Connect the next component
connect(Environment, XMLProducer, XMLConsumer) - Method in class org.apache.cocoon.components.profiler.ProfilingNonCachingProcessingPipeline
Connect the next component
connect() - Method in class org.apache.cocoon.components.web3.impl.Web3ClientImpl
 
connectAttempts - Variable in class org.apache.cocoon.transformation.SQLTransformer
How many connection attempts to do? (default is 5 times)
connectCachingPipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Abstract method defined in subclasses
connectCachingPipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
Connect the caching point pipeline.
connectCachingPipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline
Connect the pipeline.
connection - Variable in class org.apache.cocoon.components.jms.JMSConnectionImpl
Deprecated.  
connection - Variable in class org.apache.cocoon.samples.jms.JMSTrigger
 
connection - Variable in class org.apache.cocoon.transformation.Web3RfcTransformer
 
ConnectionResetException - Exception in org.apache.cocoon
This Exception is thrown every time a component detects an exception due to a connection reset by peer.
ConnectionResetException(String) - Constructor for exception org.apache.cocoon.ConnectionResetException
Construct a new ConnectionResetException instance.
ConnectionResetException(String, Throwable) - Constructor for exception org.apache.cocoon.ConnectionResetException
Construct a new ConnectionResetException that references a parent Exception.
connectPipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Connect the XML pipeline.
connectPipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Connect the pipeline.
connectPipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
Connect the XML pipeline.
connectWaittime - Variable in class org.apache.cocoon.transformation.SQLTransformer
How long wait between connection attempts? (default is 5000 ms)
connName - Variable in class org.apache.cocoon.transformation.SQLTransformer
The "name" of the connection shared by top level queries (if configuration allows)
Constants - Class in org.apache.cocoon.components.midi.xmidi
The MIDI file parsing parts of this class are based on code from the XMidi project, written by Peter Arthur Loeb (http://www.palserv.com/XMidi/) and used with permission.
Constants() - Constructor for class org.apache.cocoon.components.midi.xmidi.Constants
 
Constants - Class in org.apache.cocoon
The Constants use throughout the core of the Cocoon engine.
Constants() - Constructor for class org.apache.cocoon.Constants
 
CONSTRAINT_TYPE_BOOL - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.ConstraintType
 
CONSTRAINT_TYPE_EQUALS - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.ConstraintType
 
CONSTRAINT_TYPE_GREATER_THAN - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.ConstraintType
 
CONSTRAINT_TYPE_INT - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.ConstraintType
 
CONSTRAINT_TYPE_LESS_THAN - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.ConstraintType
 
CONSTRAINT_TYPE_NONE - Static variable in class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.ConstraintType
 
ConstraintType - Class in org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Contraint codes
constructElementProcessor(Constructor) - Method in class org.apache.cocoon.components.elementprocessor.impl.AbstractElementProcessorFactory
A reference implementation of doCreateElementProcessor that can be used by an extending class whose progenitors are Constructor objects that can create new instances of ElementProcessor implementations.
CONSTRUCTOR_ELEMENT - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
CONSTRUCTOR_INHERITANCE - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
CONSTRUCTOR_MODE - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
CONSTRUCTORS_ELEMENT - Static variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
consume(String) - Method in class org.apache.cocoon.components.language.markup.xsp.XSPExpressionParser
Parses a character sequence.
consume(char[], int, int) - Method in class org.apache.cocoon.components.language.markup.xsp.XSPExpressionParser
Parses part of a character array.
consume(XSPExpressionParser, char) - Method in class org.apache.cocoon.components.language.markup.xsp.XSPExpressionParser.QuotedState
Consume the next character
consume(XSPExpressionParser, char) - Method in class org.apache.cocoon.components.language.markup.xsp.XSPExpressionParser.State
Consume the next character
consumer - Variable in class org.apache.cocoon.transformation.CachingCIncludeTransformer
Deprecated. The current IncludeXMLConsumer that ommits start and endDocument events.
ContainerNode - Class in org.apache.cocoon.components.treeprocessor
A generic container node that just invokes its children.
ContainerNode() - Constructor for class org.apache.cocoon.components.treeprocessor.ContainerNode
 
ContainerNodeBuilder - Class in org.apache.cocoon.components.treeprocessor
Builds a generic container node.
ContainerNodeBuilder() - Constructor for class org.apache.cocoon.components.treeprocessor.ContainerNodeBuilder
 
containingJavadocClass - Variable in class org.apache.cocoon.components.source.impl.QDoxSource
 
contains(String) - Method in class org.apache.cocoon.components.flow.ContinuationsManagerImpl.WebContinuationsHolder
 
contains(WebContinuation) - Method in class org.apache.cocoon.components.flow.ContinuationsManagerImpl.WebContinuationsHolder
 
containsHeader(String) - Method in class org.apache.cocoon.components.jsp.JSPEngineServletResponse
 
containsHeader(String) - Method in class org.apache.cocoon.environment.commandline.CommandLineResponse
 
containsHeader(String) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
containsHeader(String) - Method in interface org.apache.cocoon.environment.Response
Returns a boolean indicating whether the named response header has already been set.
containsHeader(String) - Method in class org.apache.cocoon.environment.wrapper.ResponseWrapper
 
containsKey(Serializable) - Method in interface org.apache.cocoon.caching.Cache
See if a response is cached under this key.
containsKey(Serializable) - Method in class org.apache.cocoon.caching.impl.CacheImpl
See if a response is cached under this key
containsKey(Object) - Method in class org.apache.cocoon.components.expression.ExpressionContext
 
containsKey(Object) - Method in class org.apache.cocoon.components.store.FilesystemStore
Deprecated. Indicates if the given key is associated to a contained object.
containsKey(Object) - Method in class org.apache.cocoon.components.store.impl.EHDefaultStore
 
containsKey(Object) - Method in class org.apache.cocoon.components.store.impl.JCSDefaultStore
 
containsKey(Object) - Method in class org.apache.cocoon.components.store.MemoryStore
Deprecated. Indicates if the given key is associated to a contained object.
containsKey(Object) - Method in class org.apache.cocoon.components.store.MRUMemoryStore
Deprecated. Indicates if the given key is associated to a contained object.
containsKey(Object) - Method in interface org.apache.cocoon.components.store.Store
Deprecated. Indicates if the given key is associated to a contained object.
containsKey(Object) - Method in class org.apache.cocoon.environment.TemplateObjectModelHelper.ParametersMap
 
containsKey(Object) - Method in class org.apache.cocoon.profiling.statistics.CollectorImpl
 
containsKey(Object) - Method in class org.apache.cocoon.util.MRUBucketMap
Deprecated.  
containsValue(Object) - Method in class org.apache.cocoon.environment.TemplateObjectModelHelper.ParametersMap
 
containsValue(Object) - Method in class org.apache.cocoon.util.MRUBucketMap
Deprecated.  
CONTENT_ATTR_NAME - Static variable in class org.apache.cocoon.generation.LinkStatusGenerator
 
CONTENT_VIEW_QUERY_CONFIG - Static variable in class org.apache.cocoon.components.search.SimpleLuceneXMLIndexerImpl
Config element name specifying query-string appendend for requesting links of an URL.
ContentAggregator - Class in org.apache.cocoon.sitemap
This generator implements the sitemap content aggregation.
ContentAggregator() - Constructor for class org.apache.cocoon.sitemap.ContentAggregator
 
ContentAggregator.Element - Class in org.apache.cocoon.sitemap
This object holds an element definition
ContentAggregator.Element(String, String, String) - Constructor for class org.apache.cocoon.sitemap.ContentAggregator.Element
 
ContentAggregator.Part - Class in org.apache.cocoon.sitemap
This object holds the part parts :)
ContentAggregator.Part(String, ContentAggregator.Element, String) - Constructor for class org.apache.cocoon.sitemap.ContentAggregator.Part
 
contentDepth - Variable in class org.apache.cocoon.serialization.ZipArchiveSerializer
Current depth of the serialized content
contentHandler - Variable in class org.apache.cocoon.xml.AbstractXMLProducer
The ContentHandler receiving SAX events.
contentHandler - Variable in class org.apache.cocoon.xml.ContentHandlerWrapper
The current ContentHandler.
ContentHandlerWrapper - Class in org.apache.cocoon.xml
This class is an utility class "wrapping" around a SAX version 2.0 ContentHandler and forwarding it those events received throug its XMLConsumers interface.
ContentHandlerWrapper() - Constructor for class org.apache.cocoon.xml.ContentHandlerWrapper
Create a new ContentHandlerWrapper instance.
ContentHandlerWrapper(ContentHandler) - Constructor for class org.apache.cocoon.xml.ContentHandlerWrapper
Create a new ContentHandlerWrapper instance.
ContentHandlerWrapper(ContentHandler, LexicalHandler) - Constructor for class org.apache.cocoon.xml.ContentHandlerWrapper
Create a new ContentHandlerWrapper instance.
contentLength - Variable in class org.apache.cocoon.environment.commandline.AbstractCommandLineEnvironment
 
contentLength - Variable in class org.apache.cocoon.servlet.multipart.RejectedPart
 
contentToSAX(ContentHandler, Part) - Method in class org.apache.cocoon.mail.MailContentHandlerDelegate
Emit content of message part as sequence of SAX events
contentType - Variable in class org.apache.cocoon.caching.CachedResponse
 
contentType - Variable in class org.apache.cocoon.environment.commandline.AbstractCommandLineEnvironment
 
contentType - Variable in class org.apache.cocoon.environment.wrapper.EnvironmentWrapper
 
ContentTypePreference - Interface in org.apache.cocoon.mail
 
context - Variable in class org.apache.cocoon.auth.ApplicationUtil
The Avalon context.
context - Variable in class org.apache.cocoon.auth.impl.PipelineSecurityHandler
Context.
context - Variable in class org.apache.cocoon.auth.impl.ServletSecurityHandler
The component context.
context - Variable in class org.apache.cocoon.auth.impl.StandardApplicationManager
The component context.
context - Variable in class org.apache.cocoon.bean.CocoonWrapper
 
context - Variable in class org.apache.cocoon.components.flow.AbstractInterpreter
 
context - Variable in class org.apache.cocoon.components.flow.ContinuationsManagerImpl
 
context - Variable in class org.apache.cocoon.components.jms.JMSConnectionImpl
Deprecated.  
context - Variable in class org.apache.cocoon.components.language.generator.GeneratorSelector
 
context - Variable in class org.apache.cocoon.components.naming.LDAPEntryManager
 
context - Variable in class org.apache.cocoon.components.persistence.RequestDataStoreImpl
 
context - Variable in class org.apache.cocoon.components.resolver.ResolverImpl
The context
context - Variable in class org.apache.cocoon.components.source.helpers.DelaySourceRefresher
 
context - Variable in class org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder
 
context - Variable in class org.apache.cocoon.components.treeprocessor.TreeProcessor
The context
context - Variable in class org.apache.cocoon.components.url.ContextURLFactory
Deprecated. The context
context - Variable in class org.apache.cocoon.components.url.ResourceURLFactory
Deprecated. The context
context - Variable in class org.apache.cocoon.components.url.URLFactoryImpl
Deprecated. The context
CONTEXT - Static variable in class org.apache.cocoon.components.xscript.XScriptManagerImpl
 
context - Variable in class org.apache.cocoon.components.xscript.XScriptManagerImpl
The Context instance.
context - Variable in class org.apache.cocoon.environment.AbstractEnvironment
The Context path
Context - Interface in org.apache.cocoon.environment
Defines an interface to provide client context information .
context - Variable in class org.apache.cocoon.generation.ServletGenerator
 
context - Variable in class org.apache.cocoon.generation.StatusGenerator
The component context.
context - Variable in class org.apache.cocoon.generation.XPathTraversableGenerator
The cocoon context used for mime-type mappings
context - Variable in class org.apache.cocoon.profiling.statistics.CollectorImpl
The component context.
context - Variable in class org.apache.cocoon.samples.jms.JMSTrigger
 
context - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
The current Context object
context - Variable in class org.apache.cocoon.util.log.Log4JConfigurator
Deprecated.  
context - Variable in class org.apache.cocoon.webapps.authentication.components.DefaultAuthenticationManager
Deprecated. The context
context - Variable in class org.apache.cocoon.webapps.authentication.components.ServletAuthenticator
Deprecated.  
context - Variable in class org.apache.cocoon.webapps.authentication.context.AuthenticationContext
Deprecated.  
context - Variable in class org.apache.cocoon.webapps.session.components.DefaultMediaManager
Deprecated. The Context
context - Variable in class org.apache.cocoon.webapps.session.components.DefaultTransactionManager
Deprecated.  
context - Variable in class org.apache.cocoon.webapps.session.context.StandardSessionContextProvider
Deprecated.  
CONTEXT_CACHE_DIR - Static variable in class org.apache.cocoon.Constants
Application Context Key for the cache directory path
CONTEXT_CLASS_LOADER - Static variable in class org.apache.cocoon.Constants
Application Context Key for the global classloader
CONTEXT_CLASSPATH - Static variable in class org.apache.cocoon.Constants
Application Context Key for the current classpath
CONTEXT_CONFIG_URL - Static variable in class org.apache.cocoon.Constants
Application Context Key for the URL to the configuration file (usually named cocoon.xconf)
CONTEXT_DEFAULT_ENCODING - Static variable in class org.apache.cocoon.Constants
Application Context Key for the default encoding
CONTEXT_DIR_LONG - Static variable in class org.apache.cocoon.bean.XSPPrecompileWrapper
 
CONTEXT_DIR_LONG - Static variable in class org.apache.cocoon.Main
 
CONTEXT_DIR_OPT - Static variable in class org.apache.cocoon.bean.XSPPrecompileWrapper
 
CONTEXT_DIR_OPT - Static variable in class org.apache.cocoon.Main
 
CONTEXT_ENVIRONMENT_CONTEXT - Static variable in class org.apache.cocoon.Constants
Application Context Key for the environmental Context
CONTEXT_FOLDER_ENTRY - Static variable in class org.apache.cocoon.mail.MailCommandManager
Context key specifying the foldername.
CONTEXT_FOLDER_PATTERN_ENTRY - Static variable in class org.apache.cocoon.mail.MailCommandManager
Description of the Field
CONTEXT_ID_ENTRY - Static variable in class org.apache.cocoon.mail.MailCommandManager
Description of the Field
CONTEXT_MAX_FOLDER_LEVEL_ENTRY - Static variable in class org.apache.cocoon.mail.MailCommandManager
Description of the Field
CONTEXT_OBJECT - Static variable in class org.apache.cocoon.environment.ObjectModelHelper
Key for the environment Context in the object model.
CONTEXT_OBJECT_MODEL - Static variable in class org.apache.cocoon.components.ContextHelper
Application Context Key for the current object model
CONTEXT_PARAMETERS - Static variable in class org.apache.cocoon.util.PropertySettings
Parameter map for the context protocol
CONTEXT_PARTID_ENTRY - Static variable in class org.apache.cocoon.mail.MailCommandManager
Description of the Field
CONTEXT_PREFIX - Static variable in class org.apache.cocoon.servlet.ParanoidCocoonServlet
 
CONTEXT_REQUEST_OBJECT - Static variable in class org.apache.cocoon.components.ContextHelper
Application Context Key for the current request object
CONTEXT_RESPONSE_OBJECT - Static variable in class org.apache.cocoon.components.ContextHelper
Application Context Key for the current response object
CONTEXT_SERVLET_CONFIG - Static variable in class org.apache.cocoon.servlet.CocoonServlet
Application Context Key for the servlet configuration
CONTEXT_SITEMAP_SERVICE_MANAGER - Static variable in class org.apache.cocoon.components.ContextHelper
Application Context Key for the current sitemap service manager
CONTEXT_UID_ENTRY - Static variable in class org.apache.cocoon.mail.MailCommandManager
Description of the Field
CONTEXT_UPLOAD_DIR - Static variable in class org.apache.cocoon.Constants
Application Context Key for the upload directory path
CONTEXT_URL_ELEMENT - Static variable in class org.apache.cocoon.webapps.session.transformation.SessionPreTransformer
Deprecated. The contexturl element.
CONTEXT_WORK_DIR - Static variable in class org.apache.cocoon.Constants
Application Context Key for the work directory path
ContextAccessor - Class in org.apache.cocoon.components.accessor
 
ContextAccessor() - Constructor for class org.apache.cocoon.components.accessor.ContextAccessor
 
contextDir - Variable in class org.apache.cocoon.components.language.generator.ProgramGeneratorImpl
Servlet Context Directory
contextDir - Variable in class org.apache.cocoon.servlet.BootstrapServlet
 
contextFactoryName - Variable in class org.apache.cocoon.samples.jms.JMSTrigger
 
ContextHelper - Class in org.apache.cocoon.components
A set of constants and methods to access the content of the context object.
ContextInputModule - Class in org.apache.cocoon.webapps.session.components
Deprecated. This block is deprecated and will be removed in future versions.
ContextInputModule() - Constructor for class org.apache.cocoon.webapps.session.components.ContextInputModule
Deprecated.  
contextManager - Variable in class org.apache.cocoon.webapps.session.components.ContextInputModule
Deprecated.  
ContextManager - Interface in org.apache.cocoon.webapps.session
Deprecated. This block is deprecated and will be removed in future versions.
contextPath - Variable in class org.apache.cocoon.mail.transformation.SendMailTransformer
 
ContextPathModule - Class in org.apache.cocoon.components.modules.input
ContextPathModule provides a real filesystem path for a virtual context-relative path.
ContextPathModule() - Constructor for class org.apache.cocoon.components.modules.input.ContextPathModule
 
ContextSourceFactory - Class in org.apache.cocoon.components.source.impl
A factory for the context protocol using the context of the servlet api.
ContextSourceFactory() - Constructor for class org.apache.cocoon.components.source.impl.ContextSourceFactory
 
contextualize(Context) - Method in class org.apache.cocoon.auth.AbstractSecurityHandler
 
contextualize(Context) - Method in class org.apache.cocoon.auth.ApplicationUtil
 
contextualize(Context) - Method in class org.apache.cocoon.auth.impl.PipelineSecurityHandler
 
contextualize(Context) - Method in class org.apache.cocoon.auth.impl.ServletSecurityHandler
 
contextualize(Context) - Method in class org.apache.cocoon.auth.impl.StandardApplicationManager
 
contextualize(Context) - Method in class org.apache.cocoon.caching.impl.DefaultEventRegistryImpl
Set up the persistence file.
contextualize(Context) - Method in class org.apache.cocoon.Cocoon
Describe contextualize method here.
contextualize(Context) - Method in class org.apache.cocoon.components.accessor.ObjectModelAccessor
 
contextualize(Context) - Method in class org.apache.cocoon.components.axis.SoapServerImpl
 
contextualize(Context) - Method in class org.apache.cocoon.components.cron.QuartzJobScheduler
 
contextualize(Context) - Method in class org.apache.cocoon.components.deli.DeliImpl
Contextualize this class
contextualize(Context) - Method in class org.apache.cocoon.components.flow.AbstractInterpreter
 
contextualize(Context) - Method in class org.apache.cocoon.components.flow.ContinuationsManagerImpl
 
contextualize(Context) - Method in class org.apache.cocoon.components.flow.util.PipelineUtil
 
contextualize(Context) - Method in class org.apache.cocoon.components.hsqldb.ServerImpl
Contextualize this class
contextualize(Context) - Method in class org.apache.cocoon.components.language.generator.GeneratorSelector
 
contextualize(Context) - Method in class org.apache.cocoon.components.language.generator.ProgramGeneratorImpl
Contextualize this class
contextualize(Context) - Method in class org.apache.cocoon.components.language.markup.xsp.XSPGenerator
Contextualize this class
contextualize(Context) - Method in class org.apache.cocoon.components.language.programming.CompiledProgrammingLanguage
Set the context
contextualize(Context) - Method in class org.apache.cocoon.components.modules.input.SitemapVariableHolder
Deprecated.  
contextualize(Context) - Method in class org.apache.cocoon.components.persistence.RequestDataStoreImpl
 
contextualize(Context) - Method in class org.apache.cocoon.components.resolver.ResolverImpl
Contextualize this class
contextualize(Context) - Method in class org.apache.cocoon.components.source.helpers.DelaySourceRefresher
 
contextualize(Context) - Method in class org.apache.cocoon.components.source.impl.ContextSourceFactory
 
contextualize(Context) - Method in class org.apache.cocoon.components.source.impl.ModuleSourceFactory
Contextualizable, get the object model
contextualize(Context) - Method in class org.apache.cocoon.components.source.impl.PartSourceFactory
Get the objectModel from the Context
contextualize(Context) - Method in class org.apache.cocoon.components.source.impl.SourceDescriptorManager
 
contextualize(Context) - Method in class org.apache.cocoon.components.source.impl.SourceFactoryWrapper
Get the context
contextualize(Context) - Method in class org.apache.cocoon.components.source.impl.URLFactoryWrapper
Get the context
contextualize(Context) - Method in class org.apache.cocoon.components.source.impl.XModuleSourceFactory
Contextualizable, get the object model
contextualize(Context) - Method in class org.apache.cocoon.components.source.SourceHandlerImpl
Deprecated. Get the context
contextualize(Context) - Method in class org.apache.cocoon.components.store.FilesystemStore
Deprecated.  
contextualize(Context) - Method in class org.apache.cocoon.components.store.impl.EHDefaultStore
 
contextualize(Context) - Method in class org.apache.cocoon.components.store.impl.FilesystemStore
 
contextualize(Context) - Method in class org.apache.cocoon.components.store.impl.JCSDefaultStore
 
contextualize(Context) - Method in class org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder
 
contextualize(Context) - Method in class org.apache.cocoon.components.treeprocessor.TreeProcessor
 
contextualize(Context) - Method in class org.apache.cocoon.components.url.ContextURLFactory
Deprecated. Get the context
contextualize(Context) - Method in class org.apache.cocoon.components.url.ResourceURLFactory
Deprecated. Get the context
contextualize(Context) - Method in class org.apache.cocoon.components.url.URLFactoryImpl
Deprecated. Get the context
contextualize(Context) - Method in class org.apache.cocoon.components.validation.impl.DefaultValidator
Contextualize this instance.
contextualize(Context) - Method in class org.apache.cocoon.components.xscript.XScriptManagerImpl
 
contextualize(Context) - Method in class org.apache.cocoon.generation.SearchGenerator
Contextualize this class.
contextualize(Context) - Method in class org.apache.cocoon.generation.StatusGenerator
 
contextualize(Context) - Method in class org.apache.cocoon.jxpath.JXPathCocoonContexts
 
contextualize(Context) - Method in class org.apache.cocoon.mail.MailCommandManager.MailCatAttachmentMessageByIdCommand
Description of the Method
contextualize(Context) - Method in class org.apache.cocoon.mail.MailCommandManager.MailCatMessageByIdCommand
Description of the Method
contextualize(Context) - Method in class org.apache.cocoon.mail.MailCommandManager.MailCatMessageByUIDCommand
Description of the Method
contextualize(Context) - Method in class org.apache.cocoon.mail.MailCommandManager.MailFolderCatCommand
Description of the Method
contextualize(Context) - Method in class org.apache.cocoon.mail.MailCommandManager.MailListFolderCommand
Description of the Method
contextualize(Context) - Method in class org.apache.cocoon.mail.MailCommandManager.MailListMessagesCommand
Description of the Method
contextualize(Context) - Method in class org.apache.cocoon.mail.MailCommandManager.MailRefreshFolderCommand
Description of the Method
contextualize(Context) - Method in class org.apache.cocoon.mail.MailCommandManager.MailSearchMessagesCommand
Description of the Method
contextualize(Context) - Method in class org.apache.cocoon.profiling.statistics.CollectorImpl
 
contextualize(Context) - Method in class org.apache.cocoon.samples.LuceneUtil
 
contextualize(Context) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Uses the context to retrieve a default encoding for the serializers.
contextualize(Context) - Method in class org.apache.cocoon.serialization.SVGSerializer
Get the context
contextualize(Context) - Method in class org.apache.cocoon.transformation.LuceneIndexTransformer
Contextualize this class
contextualize(Context) - Method in class org.apache.cocoon.util.SimpleSourceResolver
 
contextualize(Context) - Method in class org.apache.cocoon.webapps.authentication.components.DefaultAuthenticationManager
Deprecated.  
contextualize(Context) - Method in class org.apache.cocoon.webapps.authentication.components.ServletAuthenticator
Deprecated.  
contextualize(Context) - Method in class org.apache.cocoon.webapps.session.components.DefaultContextManager
Deprecated.  
contextualize(Context) - Method in class org.apache.cocoon.webapps.session.components.DefaultFormManager
Deprecated.  
contextualize(Context) - Method in class org.apache.cocoon.webapps.session.components.DefaultMediaManager
Deprecated.  
contextualize(Context) - Method in class org.apache.cocoon.webapps.session.components.DefaultSessionManager
Deprecated.  
contextualize(Context) - Method in class org.apache.cocoon.webapps.session.components.DefaultTransactionManager
Deprecated.  
contextualize(Context) - Method in class org.apache.cocoon.webapps.session.context.StandardSessionContextProvider
Deprecated.  
ContextURLFactory - Class in org.apache.cocoon.components.url
Deprecated. by the new source resolving of avalon excalibur
ContextURLFactory() - Constructor for class org.apache.cocoon.components.url.ContextURLFactory
Deprecated.  
continuation - Variable in class org.apache.cocoon.components.flow.WebContinuation
The continuation this object represents.
ContinuationAccessor - Class in org.apache.cocoon.components.accessor
 
ContinuationAccessor() - Constructor for class org.apache.cocoon.components.accessor.ContinuationAccessor
 
continuationId - Variable in class org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode
 
continuationId - Variable in class org.apache.cocoon.components.treeprocessor.sitemap.CallNodeBuilder
 
continuationsCount - Variable in class org.apache.cocoon.components.flow.ContinuationsManagerImpl
 
continuationsCounter - Variable in class org.apache.cocoon.components.flow.ContinuationsManagerImpl
 
continuationsCreated - Variable in class org.apache.cocoon.components.flow.ContinuationsManagerImpl
 
ContinuationsDisposer - Interface in org.apache.cocoon.components.flow
ContinuationsDisposer declares the contract for the clean-up of specfic continuations.
continuationsHolder - Variable in class org.apache.cocoon.components.flow.ContinuationsManagerImpl
Main continuations holder.
continuationsInvalidated - Variable in class org.apache.cocoon.components.flow.ContinuationsManagerImpl
 
ContinuationsManager - Interface in org.apache.cocoon.components.flow
The interface of the Continuations manager.
ContinuationsManagerImpl - Class in org.apache.cocoon.components.flow
The default implementation of ContinuationsManager.
ContinuationsManagerImpl() - Constructor for class org.apache.cocoon.components.flow.ContinuationsManagerImpl
 
ContinuationsManagerImpl.HolderAwareWebContinuation - Class in org.apache.cocoon.components.flow
WebContinuation extension that holds also the information about the holder.
ContinuationsManagerImpl.HolderAwareWebContinuation(String, Object, WebContinuation, int, String, ContinuationsDisposer, ContinuationsManagerImpl.WebContinuationsHolder) - Constructor for class org.apache.cocoon.components.flow.ContinuationsManagerImpl.HolderAwareWebContinuation
 
ContinuationsManagerImpl.WebContinuationsHolder - Class in org.apache.cocoon.components.flow
A holder for WebContinuations.
ContinuationsManagerImpl.WebContinuationsHolder() - Constructor for class org.apache.cocoon.components.flow.ContinuationsManagerImpl.WebContinuationsHolder
 
continuationsMgr - Variable in class org.apache.cocoon.components.flow.AbstractInterpreter
 
convert(Object, String) - Static method in class org.apache.cocoon.util.JDBCTypeConversions
Converts an object to a JDBC type.
ConvolveOperation - Class in org.apache.cocoon.reading.imageop
 
ConvolveOperation() - Constructor for class org.apache.cocoon.reading.imageop.ConvolveOperation
 
Cookie - Interface in org.apache.cocoon.environment
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
CookieMatcher - Class in org.apache.cocoon.matching
Matches cookies agains given name.
CookieMatcher() - Constructor for class org.apache.cocoon.matching.CookieMatcher
 
CookieModule - Class in org.apache.cocoon.components.modules.input
Input module for cookies.
CookieModule() - Constructor for class org.apache.cocoon.components.modules.input.CookieModule
 
CookieSelector - Class in org.apache.cocoon.selection
A Selector that matches a string against a configurable cookie's value.
CookieSelector() - Constructor for class org.apache.cocoon.selection.CookieSelector
 
copy() - Method in class org.apache.cocoon.caching.PipelineCacheKey
Clone the object (but not the component keys)
copy(String, String) - Static method in class org.apache.cocoon.components.Repository
 
copy(File, File) - Static method in class org.apache.cocoon.components.Repository
 
copy(InputStream, OutputStream) - Static method in class org.apache.cocoon.components.Repository
 
copy(String, String, boolean, boolean) - Method in class org.apache.cocoon.components.repository.impl.WebDAVRepository
 
copy(String, String, boolean, boolean) - Method in interface org.apache.cocoon.components.repository.Repository
copy a resource
copy(String, String, boolean, boolean) - Method in interface org.apache.cocoon.components.repository.SourceRepository
Copy a Souce from one location to the other.
copy(String, String, boolean, boolean) - Method in class org.apache.cocoon.components.repository.SourceRepositoryImpl
 
copy(String, String) - Static method in class org.apache.cocoon.components.SourceRepository
 
copy(ModifiableTraversableSource, ModifiableTraversableSource) - Static method in class org.apache.cocoon.components.SourceRepository
 
copy(InputStream, OutputStream) - Static method in class org.apache.cocoon.components.SourceRepository
 
CopyAttribute - Class in org.apache.cocoon.template.script.event
 
CopyAttribute(String, String, String, String, String) - Constructor for class org.apache.cocoon.template.script.event.CopyAttribute
 
copyResource(String, String, boolean, boolean) - Static method in class org.apache.cocoon.components.webdav.WebDAVUtil
copy a WebDAV resource
CopySourceAction - Class in org.apache.cocoon.acting
The CopySourceAction copies the content of it's "src" attribute to its "dest" parameter.
CopySourceAction() - Constructor for class org.apache.cocoon.acting.CopySourceAction
 
copyTo(Source) - Method in class org.apache.cocoon.components.source.impl.WebDAVSource
Copy the current source to a specified destination.
copyToFile(String) - Method in class org.apache.cocoon.servlet.multipart.Part
Convenience method to copy a part to a file.
copyToSource(ModifiableSource) - Method in class org.apache.cocoon.servlet.multipart.Part
Convenience method to copy a part to a modifiable source.
count - Variable in class org.apache.cocoon.profiling.statistics.ReportImpl
 
count - Variable in class org.apache.cocoon.taglib.core.LoopTagSupport
 
count - Variable in class org.apache.cocoon.transformation.FilterTransformer
 
count - Variable in class org.apache.cocoon.transformation.SimpleFormTransformer.RepeaterStatus
 
count - Variable in class org.apache.cocoon.util.BufferedOutputStream
 
count(String, char) - Static method in class org.apache.cocoon.util.StringUtils
Deprecated. Use StringUtils.countMatches(String, String)
COUNT_OF_HITS_PER_PAGE_DEFAULT - Static variable in class org.apache.cocoon.components.search.LuceneCocoonPager
Default count of hits per page.
COUNT_OF_PAGES_ATTRIBUTE - Static variable in class org.apache.cocoon.generation.SearchGenerator
Attribute count-of-pages of hits element.
counter - Variable in class org.apache.cocoon.auth.impl.LoginInfo
Number of applications using the security handler.
counter - Variable in class org.apache.cocoon.transformation.FilterTransformer
 
countKeys(File) - Method in class org.apache.cocoon.components.store.FilesystemStore
Deprecated.  
countTokens() - Method in class org.apache.cocoon.util.Tokenizer
Deprecated. Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
crawl(URL) - Method in interface org.apache.cocoon.components.crawler.CocoonCrawler
This is the same as calling crawl(url,-1);
crawl(URL, int) - Method in interface org.apache.cocoon.components.crawler.CocoonCrawler
start crawling the URL.
crawl(URL) - Method in class org.apache.cocoon.components.crawler.SimpleCocoonCrawlerImpl
The same as calling crawl(url,-1);
crawl(URL, int) - Method in class org.apache.cocoon.components.crawler.SimpleCocoonCrawlerImpl
Start crawling a URL.
Crawler - Class in org.apache.cocoon.bean.helpers
A simple Cocoon crawler
Crawler() - Constructor for class org.apache.cocoon.bean.helpers.Crawler
 
Crawler.CrawlingIterator - Class in org.apache.cocoon.bean.helpers
 
Crawler.CrawlingIterator(Set, Map) - Constructor for class org.apache.cocoon.bean.helpers.Crawler.CrawlingIterator
 
create(String, Map) - Method in interface org.apache.cocoon.components.naming.EntryManager
 
create(String, Map) - Method in class org.apache.cocoon.components.naming.LDAPEntryManager
Creates a new Entry
CREATE_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.SourceWritingTransformer
 
CREATE_SESSION - Static variable in class org.apache.cocoon.acting.LocaleAction
Constant representing the session creation configuration attribute
createApplicationContext(String, String, String) - Method in interface org.apache.cocoon.webapps.authentication.AuthenticationManager
Deprecated. Create Application Context.
createApplicationContext(String, String, String) - Method in class org.apache.cocoon.webapps.authentication.components.DefaultAuthenticationManager
Deprecated. Create Application Context.
createAttribute(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates an Attr of the given name.
createAttributeNS(String, String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates an attribute of the given qualified name and namespace URI.
createBlankCache() - Method in class org.apache.cocoon.caching.impl.AbstractDoubleMapEventRegistry
 
createBuilderSelector() - Method in class org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder
Create a ComponentSelector for ProcessingNodeBuilders.
createCachingSource(String, String, Source, int, String) - Method in class org.apache.cocoon.components.source.impl.CachingSourceFactory
Actually creates a new CachingSource.
createCDATASection(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates a CDATASection node whose value is the specified string.
createChildProcessor(ComponentManager, String, boolean) - Method in class org.apache.cocoon.components.treeprocessor.TreeProcessor
Create a new child of this processor (used for mounting submaps).
createClassLoader(String, URL[]) - Method in class org.apache.cocoon.servlet.ParanoidCocoonServlet
 
createClasspath() - Method in class org.apache.cocoon.CocoonTask
Adds a path to the classpath.
createCocoon() - Method in class org.apache.cocoon.servlet.CocoonServlet
Creates the Cocoon object and handles exception handling.
createCollection(String) - Method in interface org.apache.cocoon.components.source.ModifiableTraversableSource
Deprecated. Create a collection of sources.
createComment(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates a Comment node given the specified string.
createComponentManager(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder
Create a component manager that will be used for all Composable ProcessingNodeBuilders and ProcessingNodes.
createComponentManager(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.sitemap.SitemapLanguage
Build a component manager with the contents of the <map:components> element of the tree.
createConfiguration(String, String) - Method in class org.apache.cocoon.components.PropertyAwareNamespacedSAXConfigurationHandler
Create a new PropertyAwareConfiguration with the specified local name and location.
createConfiguration(String, String, String) - Method in class org.apache.cocoon.components.PropertyAwareNamespacedSAXConfigurationHandler
Create a new PropertyAwareConfiguration with the specified local name and location.
createConfiguration(String, String) - Method in class org.apache.cocoon.components.PropertyAwareSAXConfigurationHandler
Create a new PropertyAwareConfiguration with the specified local name and location.
createContext(String, String, String) - Method in class org.apache.cocoon.webapps.session.components.DefaultContextManager
Deprecated. Create a new public context in the session.
createContext(String, String, String) - Method in interface org.apache.cocoon.webapps.session.ContextManager
Deprecated. Create a new public context in the session.
CREATECONTEXT_ELEMENT - Static variable in class org.apache.cocoon.webapps.session.transformation.SessionPreTransformer
Deprecated.  
CREATECONTEXT_LOAD_ATTRIBUTE - Static variable in class org.apache.cocoon.webapps.session.transformation.SessionPreTransformer
Deprecated.  
CREATECONTEXT_NAME_ATTRIBUTE - Static variable in class org.apache.cocoon.webapps.session.transformation.SessionPreTransformer
Deprecated.  
CREATECONTEXT_SAVE_ATTRIBUTE - Static variable in class org.apache.cocoon.webapps.session.transformation.SessionPreTransformer
Deprecated.  
createCookie(String, String) - Method in class org.apache.cocoon.environment.commandline.CommandLineResponse
 
createCookie(String, String) - Method in class org.apache.cocoon.environment.http.HttpResponse
Create a new cookie which is not added to the response
createCookie(String, String) - Method in interface org.apache.cocoon.environment.Response
Constructs a cookie with a specified name and value.
createCookie(String, String) - Method in class org.apache.cocoon.environment.wrapper.ResponseWrapper
 
createDocument() - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Create a new empty DOM document.
createDocumentFragment() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates an empty DocumentFragment object.
createDynamicElement(String) - Method in class org.apache.cocoon.CocoonTask
 
createElement(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates an element of the type specified.
createElement(ContentHandler, String) - Static method in class org.apache.cocoon.xml.XMLUtils
Create a start and endElement with a empty Namespace and without Attributes
createElement(ContentHandler, String, String) - Static method in class org.apache.cocoon.xml.XMLUtils
Create a start and endElement with a empty Namespace and without Attributes The content of the Element is set to the stringValue parameter
createElement(ContentHandler, String, Attributes) - Static method in class org.apache.cocoon.xml.XMLUtils
Create a start and endElement with a empty Namespace
createElement(ContentHandler, String, Attributes, String) - Static method in class org.apache.cocoon.xml.XMLUtils
Create a start and endElement with a empty Namespace The content of the Element is set to the stringValue parameter
createElementNS(String, String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates an element of the given qualified name and namespace URI.
createElementNS(ContentHandler, String, String) - Static method in class org.apache.cocoon.xml.XMLUtils
Create a start and endElement without Attributes
createElementNS(ContentHandler, String, String, String) - Static method in class org.apache.cocoon.xml.XMLUtils
Create a start and endElement without Attributes The content of the Element is set to the stringValue parameter
createElementNS(ContentHandler, String, String, Attributes) - Static method in class org.apache.cocoon.xml.XMLUtils
Create a start and endElement
createElementNS(ContentHandler, String, String, Attributes, String) - Static method in class org.apache.cocoon.xml.XMLUtils
Create a start and endElement with a empty Namespace The content of the Element is set to the stringValue parameter
createElementProcessor(String) - Method in interface org.apache.cocoon.components.elementprocessor.ElementProcessorFactory
Given an XML element name, create and return an appropriate ElementProcessor.
createElementProcessor(String) - Method in class org.apache.cocoon.components.elementprocessor.impl.AbstractElementProcessorFactory
Given an XML element name, create and return an appropriate ElementProcessor.
createEngine() - Method in class org.apache.cocoon.components.axis.SoapServerImpl
This is a uniform method of initializing AxisServer in a servlet context.
createEntityReference(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates an EntityReference object.
createEnvironmentAwareConsumer(XMLConsumer) - Static method in class org.apache.cocoon.components.CocoonComponentManager
Create an environment aware xml consumer for the cocoon protocol
createEvent(Parameters) - Method in interface org.apache.cocoon.caching.validity.EventFactory
Create an event based on parameter values.
createEvent(Parameters) - Method in class org.apache.cocoon.caching.validity.NamedEventFactory
 
createEvent(Parameters) - Method in class org.apache.cocoon.caching.validity.NameValueEventFactory
 
createEvent(String) - Method in class org.apache.cocoon.components.webdav.impl.DefaultWebDAVEventFactory
 
createEvent(HttpURL) - Method in class org.apache.cocoon.components.webdav.impl.DefaultWebDAVEventFactory
 
createEvent(Parameters) - Method in class org.apache.cocoon.components.webdav.impl.DefaultWebDAVEventFactory
 
createEvent(String, int, String) - Method in class org.apache.cocoon.components.webdav.impl.DefaultWebDAVEventFactory
 
createEvent(String) - Method in interface org.apache.cocoon.components.webdav.WebDAVEventFactory
 
createEvent(HttpURL) - Method in interface org.apache.cocoon.components.webdav.WebDAVEventFactory
 
createFile(File, String) - Static method in class org.apache.cocoon.util.IOUtils
Return a file with the given filename creating the necessary directories if not present.
createId() - Method in class org.apache.cocoon.components.source.impl.XMLDBSource
Create a new identifier for a resource within a collection.
createIndex(String, boolean) - Method in class org.apache.cocoon.samples.LuceneUtil
 
createInstruction(ParsingContext, StartElement, Attributes, Stack) - Method in class org.apache.cocoon.template.script.DefaultInstructionFactory
 
createInstruction(ParsingContext, StartElement, Attributes, Stack) - Method in interface org.apache.cocoon.template.script.InstructionFactory
 
createJavadocXml() - Method in class org.apache.cocoon.components.source.impl.QDoxSource
 
createJobDetail(String, JobDataMap) - Method in class org.apache.cocoon.components.cron.CocoonQuartzJobScheduler
 
createJobDetail(String, JobDataMap) - Method in class org.apache.cocoon.components.cron.QuartzJobScheduler
 
createJobExecutor() - Method in class org.apache.cocoon.components.cron.CocoonQuartzJobScheduler
 
createJobExecutor() - Method in class org.apache.cocoon.components.cron.QuartzJobScheduler
 
createLocale() - Method in class org.apache.cocoon.taglib.i18n.LocaleTag
 
createMapOfParameters(Map, Collection) - Method in class org.apache.cocoon.acting.AbstractValidatorAction
Reads parameter values for all parameters that are contained in the active constraint list.
createMapOfParameters(Map, Collection) - Method in class org.apache.cocoon.acting.FormValidatorAction
Reads parameter values from request parameters for all parameters that are contained in the active constraint list.
createMapOfParameters(Map, Collection) - Method in class org.apache.cocoon.acting.SessionValidatorAction
 
createMessageContext(HttpServletRequest, HttpServletResponse, ServletContext) - Method in interface org.apache.cocoon.components.axis.SoapServer
Method to create a new message context, based on this Axis server instance, and the caller's request, response, and context objects.
createMessageContext(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.cocoon.components.axis.SoapServerImpl
Place the Request message in the MessagContext object - notice that we just leave it as a 'ServletRequest' object and let the Message processing routine convert it - we don't do it since we don't know how it's going to be used - perhaps it might not even need to be parsed.
createNewElementProcessorInstance(Class) - Method in class org.apache.cocoon.components.elementprocessor.impl.AbstractElementProcessorFactory
A reference implementation of doCreateElementProcessor that can be used by an extending class whose progenitors are Class objects for ElementProcessor implementations.
createNodeBuilder(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder
 
createNodeBuilder(Configuration) - Method in interface org.apache.cocoon.components.treeprocessor.TreeBuilder
 
createNodePointer(QName, Object, Locale) - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePointerFactory
 
createNodePointer(NodePointer, QName, Object) - Method in class org.apache.cocoon.components.flow.javascript.ScriptablePointerFactory
 
createObject(JXPathContext, Pointer, Object, String, int) - Method in class org.apache.cocoon.util.jxpath.DOMFactory
Return false if this factory cannot create the requested object.
createPageLocal() - Method in interface org.apache.cocoon.components.flow.javascript.fom.PageLocalScope
 
createPageLocal() - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeHolder
 
createPageLocal() - Method in class org.apache.cocoon.components.flow.javascript.fom.PageLocalScopeImpl
 
createParameters(Request) - Static method in class org.apache.cocoon.util.NetUtils
Create new SourceParameters with the same parameters as the current request
createParameters(Node, SourceParameters) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Create a parameter object from xml.
createPool(String, int, int, int, int, boolean, long, String, boolean, int) - Method in class org.apache.cocoon.components.thread.DefaultRunnableManager
Create a shared ThreadPool
createPool(int, int, int, int, boolean, long, String, boolean, int) - Method in class org.apache.cocoon.components.thread.DefaultRunnableManager
Create a private ThreadPool
createPool(String, int, int, int, int, boolean, long, String, boolean, int) - Method in interface org.apache.cocoon.components.thread.RunnableManager
Create a shared ThreadPool with a specific ThreadFactory
createPool(int, int, int, int, boolean, long, String, boolean, int) - Method in interface org.apache.cocoon.components.thread.RunnableManager
Create a private ThreadPool with a specific ThreadFactory
createProcessingInstruction(String, String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates a ProcessingInstruction node given the specified name and data strings.
createPropertiesForXML(boolean) - Static method in class org.apache.cocoon.xml.XMLUtils
Create a new properties set for serializing xml.
createProxy(Source, SourceResolver, Environment, ComponentManager) - Static method in class org.apache.cocoon.components.source.impl.AvalonToCocoonSourceInvocationHandler
Creates a dynamic proxy for an excalibur Source object to make it behave like a cocoon Source.
createQuery(String, String) - Method in class org.apache.cocoon.components.language.markup.xsp.AbstractEsqlConnection
Factory method for creating an EsqlQuery object.
createRenderer(String) - Method in class org.apache.cocoon.components.renderer.ExtendableRendererFactory
Create a renderer for a specified MIME type.
createRenderer(String) - Method in interface org.apache.cocoon.components.renderer.RendererFactory
Create a transcoder for a specified MIME type.
createResource(String, String) - Method in class org.apache.cocoon.components.repository.impl.WebDAVRepository
 
createResource(String, String) - Method in interface org.apache.cocoon.components.repository.Repository
create a new resource
createResource(String, String) - Static method in class org.apache.cocoon.components.webdav.WebDAVUtil
create a new resource on the server
createRoleManager() - Method in class org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder
Create a role manager that will be used by all RoleManageable components.
createSession() - Method in class org.apache.cocoon.webapps.session.components.DefaultSessionManager
Deprecated. Create a new session for the user.
createSession() - Method in interface org.apache.cocoon.webapps.session.SessionManager
Deprecated. Create a new session for the user.
createSettings(DefaultContext, Logger) - Static method in class org.apache.cocoon.util.SettingsHelper
Create the settings object
createSource(String, String, Source) - Method in class org.apache.cocoon.components.source.impl.TraversableCachingSource
 
createSourceResolver(Logger) - Method in class org.apache.cocoon.Cocoon
Create a simple source resolver.
createText(DocumentFragment) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Create a string from a DOM document fragment.
createTextNode(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates a Text node given the specified string.
createTID() - Method in class org.apache.cocoon.components.web3.impl.Web3ClientImpl
 
createTranscoder(String) - Method in class org.apache.cocoon.components.transcoder.ExtendableTranscoderFactory
Create a transcoder for a specified MIME type.
createTranscoder(String) - Method in interface org.apache.cocoon.components.transcoder.TranscoderFactory
Create a transcoder for a specified MIME type.
createTree(Configuration) - Method in class org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder
Create the tree once component manager and node builders have been set up.
createUser(Request) - Method in class org.apache.cocoon.auth.impl.ServletSecurityHandler
Create a new user.
createValidator(ErrorHandler) - Method in class org.apache.cocoon.components.validation.jaxp.JaxpSchema
Return a new ValidationHandler instance that can be used to validate an XML document by sending SAX events to it.
createValidator(ErrorHandler) - Method in class org.apache.cocoon.components.validation.jing.JingSchema
Return a new ValidationHandler instance that can be used to send SAX events to for proper validation.
createValidator(ErrorHandler) - Method in interface org.apache.cocoon.components.validation.Schema
Return a new ValidationHandler instance that can be used to validate an XML document by sending SAX events to it.
createValidity(CacheValidity) - Static method in class org.apache.cocoon.caching.CacheValidityToSourceValidity
Deprecated. Create a new instance
createWebContinuation(Object, WebContinuation, int, String, ContinuationsDisposer) - Method in interface org.apache.cocoon.components.flow.ContinuationsManager
Create a WebContinuation object given a native continuation object and its parent.
createWebContinuation(Object, WebContinuation, int, String, ContinuationsDisposer) - Method in class org.apache.cocoon.components.flow.ContinuationsManagerImpl
 
createXMLReader() - Method in class org.apache.cocoon.components.validation.jing.JingResolver
Create an XMLReader instance that can be used by JING for parsing schemas.
creationTime - Variable in class org.apache.cocoon.servlet.CocoonServlet
The time the cocoon instance was created
credentialMap - Variable in class org.apache.cocoon.components.source.impl.XMLDBSourceFactory
A Map containing the authentication credentials
CredentialsToken - Class in org.apache.cocoon.components.repository.helpers
A CredentialsToken class to be used with a repository implementation.
CredentialsToken(Principal, String) - Constructor for class org.apache.cocoon.components.repository.helpers.CredentialsToken
creates a CredentialsToken
CronJob - Interface in org.apache.cocoon.components.cron
This is the interface a class has to implement to enable it to be scheduled by a JobScheduler
CropOperation - Class in org.apache.cocoon.reading.imageop
The Crop operation crops the image according to the specified aspect ratio.
CropOperation() - Constructor for class org.apache.cocoon.reading.imageop.CropOperation
 
CSVGenerator - Class in org.apache.cocoon.generation
A simple parser converting a Comma Separated Values (CSV) file into XML.
CSVGenerator() - Constructor for class org.apache.cocoon.generation.CSVGenerator
Create a new CSVGenerator instance.
curChar - Variable in class org.apache.cocoon.components.xpointer.parser.XPointerFrameworkParserTokenManager
 
CURRENCY_LOCALE_ATTRIBUTE - Static variable in class org.apache.cocoon.transformation.I18nTransformer
This attribute is used to specify a different locale for the currency.
current_clients - Variable in class org.apache.cocoon.components.web3.impl.Web3DataSourceImpl
 
current_name - Variable in class org.apache.cocoon.transformation.LDAPTransformer
The name of the value element we're currently receiving
current_query_index - Variable in class org.apache.cocoon.transformation.LDAPTransformer
The offset of the current query in the queries list
current_state - Variable in class org.apache.cocoon.transformation.LDAPTransformer
The current state of the event receiving FSM
current_value - Variable in class org.apache.cocoon.transformation.LDAPTransformer
The value of the value element we're currently receiving
currentBlocknr - Variable in class org.apache.cocoon.transformation.FilterTransformer
 
currentBuilder - Variable in class org.apache.cocoon.transformation.AbstractExtractionTransformer
 
currentCacheValidity - Variable in class org.apache.cocoon.transformation.CachingCIncludeTransformer
Deprecated. The current IncludeCacheValidity.
currentElement - Variable in class org.apache.cocoon.sitemap.ContentAggregator
The element used for the current part
currentElementInfo - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
Information about the current element.
currentLanguage - Variable in class org.apache.cocoon.components.treeprocessor.TreeProcessor
The current language configuration
currentToken - Variable in exception org.apache.cocoon.components.xpointer.parser.ParseException
This is the last token that has been consumed successfully.

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.