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

A

AbstractCachingProcessingPipeline - class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.
This is the base class for all caching pipeline implementations that check different pipeline components.
AbstractCachingProcessingPipeline() - Constructor for class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
 
AbstractContext - class org.apache.cocoon.environment.impl.AbstractContext.
Base class for any context
AbstractContext() - Constructor for class org.apache.cocoon.environment.impl.AbstractContext
 
AbstractDOMTransformer - class org.apache.cocoon.transformation.AbstractDOMTransformer.
An Abstract DOM Transformer, for use when a transformer needs a DOM-based view of the document.
AbstractDOMTransformer() - Constructor for class org.apache.cocoon.transformation.AbstractDOMTransformer
 
AbstractEnvironment - class org.apache.cocoon.environment.AbstractEnvironment.
Base class for any environment
AbstractEnvironment(String, String) - Constructor for class org.apache.cocoon.environment.AbstractEnvironment
Constructs the abstract environment
AbstractEnvironment(String, String, String) - Constructor for class org.apache.cocoon.environment.AbstractEnvironment
Constructs the abstract environment
AbstractExtractionTransformer - class org.apache.cocoon.transformation.AbstractExtractionTransformer.
This transformer sieves an incoming stream of xml and feeds a DOMBuilder with it.
AbstractExtractionTransformer() - Constructor for class org.apache.cocoon.transformation.AbstractExtractionTransformer
 
AbstractGenerator - class org.apache.cocoon.generation.AbstractGenerator.
An abstract class that can be used to implement an own generator.
AbstractGenerator() - Constructor for class org.apache.cocoon.generation.AbstractGenerator
 
AbstractProcessingPipeline - class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.
This is the base for all implementations of a ProcessingPipeline.
AbstractProcessingPipeline() - Constructor for class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
AbstractReader - class org.apache.cocoon.reading.AbstractReader.
A reader can be used to generate binary output for a request.
AbstractReader() - Constructor for class org.apache.cocoon.reading.AbstractReader
 
AbstractRequest - class org.apache.cocoon.environment.impl.AbstractRequest.
Base class for any request
AbstractRequest() - Constructor for class org.apache.cocoon.environment.impl.AbstractRequest
 
AbstractResponse - class org.apache.cocoon.environment.impl.AbstractResponse.
Base class for any response
AbstractResponse() - Constructor for class org.apache.cocoon.environment.impl.AbstractResponse
 
AbstractSAXFragment - class org.apache.cocoon.xml.AbstractSAXFragment.
Abstract implementation of XMLFragment for objects that are more easily represented as SAX events.
AbstractSAXFragment() - Constructor for class org.apache.cocoon.xml.AbstractSAXFragment
 
AbstractSAXTransformer - class org.apache.cocoon.transformation.AbstractSAXTransformer.
This class is the basis for all transformers.
AbstractSAXTransformer() - Constructor for class org.apache.cocoon.transformation.AbstractSAXTransformer
 
AbstractSerializer - class org.apache.cocoon.serialization.AbstractSerializer.
 
AbstractSerializer() - Constructor for class org.apache.cocoon.serialization.AbstractSerializer
 
AbstractSession - class org.apache.cocoon.environment.impl.AbstractSession.
Base class for any session
AbstractSession() - Constructor for class org.apache.cocoon.environment.impl.AbstractSession
 
AbstractTextSerializer - class org.apache.cocoon.serialization.AbstractTextSerializer.
 
AbstractTextSerializer() - Constructor for class org.apache.cocoon.serialization.AbstractTextSerializer
 
AbstractTextSerializer.NamespaceAsAttributes - class org.apache.cocoon.serialization.AbstractTextSerializer.NamespaceAsAttributes.
A pipe that ensures that all namespace prefixes are also present as 'xmlns:' attributes.
AbstractTextSerializer.NamespaceAsAttributes() - Constructor for class org.apache.cocoon.serialization.AbstractTextSerializer.NamespaceAsAttributes
 
AbstractTransformer - class org.apache.cocoon.transformation.AbstractTransformer.
 
AbstractTransformer() - Constructor for class org.apache.cocoon.transformation.AbstractTransformer
 
AbstractXMLByteStreamCompiler - class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler.
This a simple xml compiler which outputs a byte array.
AbstractXMLByteStreamCompiler() - Constructor for class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
AbstractXMLByteStreamInterpreter - class org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter.
This a simple xml compiler which takes a byte array as input.
AbstractXMLByteStreamInterpreter() - Constructor for class org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter
 
AbstractXMLConsumer - class org.apache.cocoon.xml.AbstractXMLConsumer.
This abstract class provides default implementation of the methods specified by the XMLConsumer interface.
AbstractXMLConsumer() - Constructor for class org.apache.cocoon.xml.AbstractXMLConsumer
 
AbstractXMLPipe - class org.apache.cocoon.xml.AbstractXMLPipe.
This class provides a bridge class to connect to existing content handlers and lexical handlers.
AbstractXMLPipe() - Constructor for class org.apache.cocoon.xml.AbstractXMLPipe
 
AbstractXMLProducer - class org.apache.cocoon.xml.AbstractXMLProducer.
This abstract class provides default implementation of the methods specified by the XMLProducer interface.
AbstractXMLProducer() - Constructor for class org.apache.cocoon.xml.AbstractXMLProducer
 
AttributesImpl - class org.apache.cocoon.xml.AttributesImpl.
A helper Class creating SAX Attributes
AttributesImpl() - Constructor for class org.apache.cocoon.xml.AttributesImpl
Constructor
AttributesImpl(Attributes) - Constructor for class org.apache.cocoon.xml.AttributesImpl
Constructor
action - Variable in class org.apache.cocoon.environment.AbstractEnvironment
The Action requested
addAttribute(String, String, String, String, String) - Method in class org.apache.cocoon.xml.ImmutableAttributesImpl
 
addBit(SaxBuffer.SaxBit) - Method in class org.apache.cocoon.xml.SaxBuffer
Adds a SaxBit to the bits list
addCDATAAttribute(String, String) - Method in class org.apache.cocoon.xml.AttributesImpl
Add an attribute of type CDATA with empty Namespace to the end of the list.
addCDATAAttribute(String, String, String) - Method in class org.apache.cocoon.xml.AttributesImpl
Add an attribute of type CDATA with the namespace to the end of the list.
addCDATAAttribute(String, String, String, String) - Method in class org.apache.cocoon.xml.AttributesImpl
Add an attribute of type CDATA to the end of the list.
addCookie(Cookie) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
addCookie(Cookie) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
addData(Map) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
addDateHeader(String, long) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
addHeader(String, String) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
addIntHeader(String, int) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
addKey(ComponentCacheKey) - Method in class org.apache.cocoon.caching.PipelineCacheKey
Add a key
addRecorder(XMLConsumer) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Add a new recorder to the recording chain.
addSource(Source) - Method in class org.apache.cocoon.components.source.impl.MultiSourceValidity
Add a Source to the list of Sources monitored by this instance.
addTransformer(String, String, Parameters, Parameters) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Add a transformer at the end of the pipeline.
addTransformer(String, String, Parameters, Parameters) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Add a transformer.
addTransformer(String, String, Parameters, Parameters) - Method in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
Add a transformer.
adoptNode(Node) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
appendChild(Node) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Adds the node newChild to the end of the list of children of this node.
arrayToSet(Object[]) - Static method in class org.apache.cocoon.xml.xlink.ExtendedXLinkPipe
 
attributes - Variable in class org.apache.cocoon.environment.impl.AbstractContext
Attributes.
attrs - Variable in class org.apache.cocoon.xml.SaxBuffer.StartElement
 
autoCachingPoint - Variable in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
 
autoCachingPointSwitch - Variable in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
 

B

BaseCachingProcessingPipeline - class org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline.
This is the base class for all caching pipeline implementations.
BaseCachingProcessingPipeline() - Constructor for class org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline
 
BaseMap - class org.apache.cocoon.environment.impl.BaseMap.
Base class for context maps
BaseMap() - Constructor for class org.apache.cocoon.environment.impl.BaseMap
 
BaseMap.Entry - class org.apache.cocoon.environment.impl.BaseMap.Entry.
 
BaseMap.Entry(Object, Object) - Constructor for class org.apache.cocoon.environment.impl.BaseMap.Entry
 
beanFactory - Variable in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoFactoryBean
The bean factory.
bits() - Method in class org.apache.cocoon.xml.SaxBuffer
Iterates through the bits list
buildPathArray(String) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Build the input for the get...FromPath methods.
builder - Variable in class org.apache.cocoon.transformation.AbstractDOMTransformer
The DOMBuilder used to build DOM tree out of incoming SAX events.

C

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_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
CHARACTERS - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
CHECK_ALWAYS - Static variable in class org.apache.cocoon.components.source.impl.MultiSourceValidity
The delay value indicating to check always.
COMMENT - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
CacheImpl - class org.apache.cocoon.caching.impl.CacheImpl.
This is the Cocoon cache.
CacheImpl() - Constructor for class org.apache.cocoon.caching.impl.CacheImpl
 
CachingOutputStream - class org.apache.cocoon.caching.CachingOutputStream.
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 org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline.
The CachingPointProcessingPipeline
CachingPointProcessingPipeline() - Constructor for class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
 
CachingProcessingPipeline - class org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline.
The CachingProcessingPipeline
CachingProcessingPipeline() - Constructor for class org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline
 
ComponentCacheKey - class org.apache.cocoon.caching.ComponentCacheKey.
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
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
 
ContentHandlerWrapper - class org.apache.cocoon.xml.ContentHandlerWrapper.
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.
ContextMap - class org.apache.cocoon.environment.impl.ContextMap.
Context attributes map
ContextMap(Context) - Constructor for class org.apache.cocoon.environment.impl.ContextMap
 
ContextURLException - exception org.apache.cocoon.environment.http.ContextURLException.
 
ContextURLException(String) - Constructor for class org.apache.cocoon.environment.http.ContextURLException
 
ContextURLException(String, Throwable) - Constructor for class org.apache.cocoon.environment.http.ContextURLException
 
cache - Variable in class org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline
This is the Cache holding cached responses
cacheCompleteResponse - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Cache complete response
cacheExpires - Variable in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
The expires information.
cacheKey - Variable in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
The key used for caching
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 - Variable in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
The source validity
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
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
 
characters(char[], int, int) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
characters(char[], int, int) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
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.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.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.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.IncludeXMLConsumer
 
characters(char[], int, int) - Method in class org.apache.cocoon.xml.SaxBuffer
 
checkIfModified(Environment, long) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
checkPipeline() - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Sanity check
clear() - Method in class org.apache.cocoon.caching.impl.CacheImpl
clear cache of all cached responses
clear() - Method in class org.apache.cocoon.environment.impl.BaseMap
 
clear() - Method in class org.apache.cocoon.xml.ImmutableAttributesImpl
 
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.caching.CachingOutputStream
 
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.
cocoonRedirect(String) - Method in class org.apache.cocoon.environment.ForwardRedirector
 
comment(char[], int, int) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
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.source.URLRewriter
SAX Event Handling
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.helpers.NOPRecorder
 
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.SaxBuffer
 
commitResponse() - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
compareAttributes(Element, Element) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Compare all attributes of two elements.
compareDocumentPosition(Node) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
compileElementContent(Element) - Static method in class org.apache.cocoon.xml.dom.DomHelper
Returns the content of the given Element as an object implementing the XMLizable interface.
completeResponseIsCached - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Complete response is cached
componentAdded(String, String, Configuration) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
Grabs on the fly the sitemap-related information on generators, transformers, serializers and readers when they're declared in the ServiceManager.
configuration - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
The configuration
configure(Configuration) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Deprecated. use property injection instead
configure(Configuration) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
 
configuredExpires - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Configured Expires value
configuredOutputBufferSize - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Configured Output Buffer Size
connect(Environment, XMLProducer, XMLConsumer) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Connect the next component
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.
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.
containsHeader(String) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
containsKey(Serializable) - Method in class org.apache.cocoon.caching.impl.CacheImpl
See if a response is cached under this key
contentHandler - Variable in class org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter
The ContentHandler receiving SAX events.
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.
context - Variable in class org.apache.cocoon.generation.ServletGenerator
 
context - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
The current Context object
copy() - Method in class org.apache.cocoon.caching.PipelineCacheKey
Clone the object (but not the component keys)
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.
createCDATASection(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates a CDATASection node whose value is the specified string.
createCachingKey(Properties) - Static method in class org.apache.cocoon.serialization.AbstractTextSerializer
Create the caching key from the formating properties used by the transformer handler that is used for serialization.
createCocoonCookie(String, String) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
createComment(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates a Comment node given the specified string.
createCookie(String, String) - Method in class org.apache.cocoon.environment.http.HttpResponse
Create a new cookie which is not added to the response
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.
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
createElement(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates an element of the type specified.
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
createElementNS(String, String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates an element of the given qualified name and namespace URI.
createEntityReference(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Creates an EntityReference object.
createParameters(Node, SourceParameters) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Create a parameter object from xml.
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.
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.
currentBuilder - Variable in class org.apache.cocoon.transformation.AbstractExtractionTransformer
 
currentElementInfo - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
Information about the current element.

D

DOMBuilder - class org.apache.cocoon.xml.dom.DOMBuilder.
The DOMBuilder is a utility class that will generate a W3C DOM Document from SAX events.
DOMBuilder() - Constructor for class org.apache.cocoon.xml.dom.DOMBuilder
Construct a new instance of this DOMBuilder.
DOMBuilder(SAXTransformerFactory) - Constructor for class org.apache.cocoon.xml.dom.DOMBuilder
Construct a new instance of this DOMBuilder.
DOMBuilder(DOMBuilder.Listener) - Constructor for class org.apache.cocoon.xml.dom.DOMBuilder
Construct a new instance of this DOMBuilder.
DOMBuilder(Node) - Constructor for class org.apache.cocoon.xml.dom.DOMBuilder
Constructs a new instance that appends nodes to the given parent node.
DOMBuilder(DOMBuilder.Listener, Node) - Constructor for class org.apache.cocoon.xml.dom.DOMBuilder
Construct a new instance of this DOMBuilder.
DOMBuilder(SAXTransformerFactory, DOMBuilder.Listener, Node) - Constructor for class org.apache.cocoon.xml.dom.DOMBuilder
Construct a new instance of this DOMBuilder.
DOMBuilder.Listener - interface org.apache.cocoon.xml.dom.DOMBuilder.Listener.
The Listener interface must be implemented by those objects willing to be notified of a successful DOM tree generation.
DOMLEVEL3_ERR_MSG - Static variable in class org.apache.cocoon.xml.dom.DocumentWrapper
 
DOMStreamer - class org.apache.cocoon.xml.dom.DOMStreamer.
The DOMStreamer is a utility class that will generate SAX events from a W3C DOM Document.
DOMStreamer() - Constructor for class org.apache.cocoon.xml.dom.DOMStreamer
Create a new DOMStreamer instance.
DOMStreamer(ContentHandler, LexicalHandler) - Constructor for class org.apache.cocoon.xml.dom.DOMStreamer
Create a new DOMStreamer instance.
DOMStreamer(XMLConsumer) - Constructor for class org.apache.cocoon.xml.dom.DOMStreamer
Create a new DOMStreamer instance.
DOMStreamer(ContentHandler) - Constructor for class org.apache.cocoon.xml.dom.DOMStreamer
Create a new DOMStreamer instance.
DOMStreamer.DefaultDOMStreamer - class org.apache.cocoon.xml.dom.DOMStreamer.DefaultDOMStreamer.
The DefaultDOMStreamer is a utility class that will generate SAX events from a W3C DOM Document.
DOMStreamer.DefaultDOMStreamer() - Constructor for class org.apache.cocoon.xml.dom.DOMStreamer.DefaultDOMStreamer
 
DOMStreamer.NamespaceNormalizingDOMStreamer - class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.
Streams a DOM tree to SAX events and normalizes namespace declarations on the way.
DOMStreamer.NamespaceNormalizingDOMStreamer() - Constructor for class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
 
DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo - class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo.
 
DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo(DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo) - Constructor for class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
 
DOMUtil - class org.apache.cocoon.xml.dom.DOMUtil.
This class is a utility class for miscellaneous DOM functions, like getting and setting values of nodes.
DOMUtil() - Constructor for class org.apache.cocoon.xml.dom.DOMUtil
 
DefaultLexicalHandler - class org.apache.cocoon.xml.DefaultLexicalHandler.
Default implementation of SAX's LexicalHandler interface.
DefaultLexicalHandler() - Constructor for class org.apache.cocoon.xml.DefaultLexicalHandler
 
DocumentLocatorException - exception org.apache.cocoon.components.sax.DocumentLocatorException.
 
DocumentLocatorException(String) - Constructor for class org.apache.cocoon.components.sax.DocumentLocatorException
 
DocumentLocatorException(String, Throwable) - Constructor for class org.apache.cocoon.components.sax.DocumentLocatorException
 
DocumentWrapper - class org.apache.cocoon.xml.dom.DocumentWrapper.
Wraps an org.w3c.dom.Document and offers additional interfaces like XMLizable and a toString() method.
DocumentWrapper(Document) - Constructor for class org.apache.cocoon.xml.dom.DocumentWrapper
Creates a new instance of DocmentWrapper
DomHelper - class org.apache.cocoon.xml.dom.DomHelper.
Helper class to create and retrieve information from DOM-trees.
DomHelper() - Constructor for class org.apache.cocoon.xml.dom.DomHelper
 
data - Variable in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoFactoryBean
 
data - Variable in class org.apache.cocoon.xml.SaxBuffer.PI
 
data(ContentHandler, String) - Static method in class org.apache.cocoon.xml.XMLUtils
Add string data
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoInitializerDecorator
 
defaultCacheExpires - Variable in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
Default value for expiration
defaultDOMStreamer - Variable in class org.apache.cocoon.xml.dom.DOMStreamer
DOMStreamer used when namespace normalization should not explicitely happen.
defaultNamespaceURI - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
This is the default namespace used by the transformer.
deserialize(Object) - Method in class org.apache.cocoon.components.sax.XMLByteStreamInterpreter
 
deserialize(InputStream) - Method in class org.apache.cocoon.components.sax.XMLInputStreamInterpreter
 
dispose() - Method in class org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline
Disposable Interface
dispose() - Method in class org.apache.cocoon.generation.ServiceableGenerator
Release all resources.
dispose() - Method in class org.apache.cocoon.generation.ServletGenerator
 
dispose() - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
dispose() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
 
dispose() - Method in class org.apache.cocoon.transformation.ServiceableTransformer
 
doRedirect(boolean, String, boolean, boolean) - Method in class org.apache.cocoon.environment.ForwardRedirector
Redirect the client to new URL with session mode
document - Variable in class org.apache.cocoon.xml.dom.DocumentWrapper
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.Characters
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.Comment
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.EndCDATA
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.EndDTD
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.EndDocument
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.EndElement
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.EndEntity
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.EndPrefixMapping
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.IgnorableWhitespace
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.PI
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.SkippedEntity
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.StartCDATA
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.StartDTD
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.StartDocument
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.StartElement
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.StartEntity
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.StartPrefixMapping
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer.XMLizableBit
 
dump(Writer) - Method in class org.apache.cocoon.xml.SaxBuffer
Dump buffer contents into the provided writer.

E

EMPTY_ATTRIBUTES - Static variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
Empty immutable attributes (for performance).
EMPTY_ATTRIBUTES - Static variable in class org.apache.cocoon.xml.XMLUtils
Empty attributes immutable object.
EMPTY_CONTENT_HANDLER - Static variable in class org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter
 
EMPTY_CONTENT_HANDLER - Static variable in class org.apache.cocoon.xml.AbstractXMLProducer
Empty, do-nothing content handler
END_CDATA - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
END_DOCUMENT - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
END_DTD - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
END_ELEMENT - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
END_ENTITY - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
END_PREFIX_MAPPING - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
EmbeddedXMLPipe - class org.apache.cocoon.xml.EmbeddedXMLPipe.
This class implements a ContentHandler for embedding a full SAX event stream into an existing stream of SAX events.
EmbeddedXMLPipe(XMLConsumer) - Constructor for class org.apache.cocoon.xml.EmbeddedXMLPipe
Creates an EmbeddedXMLPipe that writes into the given XMLConsumer.
EmbeddedXMLPipe(ContentHandler) - Constructor for class org.apache.cocoon.xml.EmbeddedXMLPipe
Creates an EmbeddedXMLPipe that writes into the given ContentHandler.
EmbeddedXMLPipe(ContentHandler, LexicalHandler) - Constructor for class org.apache.cocoon.xml.EmbeddedXMLPipe
Creates an EmbeddedXMLPipe that writes into the given ContentHandler.
ExpiresCachingProcessingPipeline - class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline.
This pipeline implementation caches the complete content for a defined period of time (expires).
ExpiresCachingProcessingPipeline() - Constructor for class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
 
ExtendedXLinkPipe - class org.apache.cocoon.xml.xlink.ExtendedXLinkPipe.
This class extends the XLink semantic capabilities to understand those elements that are have default linking semantics associated.
ExtendedXLinkPipe() - Constructor for class org.apache.cocoon.xml.xlink.ExtendedXLinkPipe
 
encodeRedirectURL(String) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
encodeRedirectURL(String) - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
encodeRedirectUrl(String) - Method in class org.apache.cocoon.environment.http.HttpResponse
Deprecated. As of version 2.1, use encodeRedirectURL(String url) instead
encodeRedirectUrl(String) - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
encodeURL(String) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
encodeUrl(String) - Method in class org.apache.cocoon.environment.http.HttpResponse
Deprecated. As of version 2.1, use encodeURL(String url) instead
encodeUrl(String) - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
endArc(String, String, String) - Method in class org.apache.cocoon.xml.xlink.XLinkPipe
 
endCDATA() - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
SAX Event Handling: LexicalHandler
endCDATA() - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
endCDATA() - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
endCDATA() - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
endCDATA() - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Report the end of a CDATA section.
endCDATA() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
 
endCDATA() - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
endCDATA() - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Report the end of a CDATA section.
endCDATA() - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Report the end of a CDATA section.
endCDATA() - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Report the end of a CDATA section.
endCDATA() - Method in class org.apache.cocoon.xml.DefaultLexicalHandler
 
endCDATA() - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
endCDATA() - Method in class org.apache.cocoon.xml.SaxBuffer
 
endDTD() - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
SAX Event Handling: LexicalHandler
endDTD() - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
endDTD() - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
endDTD() - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
endDTD() - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Report the end of DTD declarations.
endDTD() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
 
endDTD() - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
endDTD() - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Report the end of DTD declarations.
endDTD() - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Report the end of DTD declarations.
endDTD() - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Report the end of DTD declarations.
endDTD() - Method in class org.apache.cocoon.xml.DefaultLexicalHandler
 
endDTD() - Method in class org.apache.cocoon.xml.EmbeddedXMLPipe
Ignore the endDTD event: this method does nothing.
endDTD() - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
endDTD() - Method in class org.apache.cocoon.xml.SaxBuffer
 
endDocument() - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
endDocument() - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
endDocument() - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
endDocument() - Method in class org.apache.cocoon.serialization.AbstractTextSerializer.NamespaceAsAttributes
 
endDocument() - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
endDocument() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Process the SAX event.
endDocument() - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
endDocument() - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Receive notification of the end of a document.
endDocument() - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Receive notification of the end of a document.
endDocument() - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Receive notification of the end of a document.
endDocument() - Method in class org.apache.cocoon.xml.EmbeddedXMLPipe
Ignore the endDocument event: this method does nothing.
endDocument() - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
endDocument() - Method in class org.apache.cocoon.xml.SaxBuffer
 
endDocument() - Method in class org.apache.cocoon.xml.dom.DOMBuilder
Receive notification of the end of a document.
endElement(String, String, String) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
endElement(String, String, String) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
endElement(String, String, String) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
endElement(String, String, String) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer.NamespaceAsAttributes
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
endElement(String, String, String) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Process the SAX event.
endElement(String, String, String) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
endElement(String, String, String) - Method in class org.apache.cocoon.transformation.helpers.ParametersRecorder
 
endElement(String, String, String) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
endElement(String, String, String) - Method in class org.apache.cocoon.xml.SaxBuffer
 
endElement(String, String, String) - Method in class org.apache.cocoon.xml.XMLBaseSupport
 
endElement(ContentHandler, String) - Static method in class org.apache.cocoon.xml.XMLUtils
Create endElement with empty Namespace
endElement(ContentHandler, String, String) - Static method in class org.apache.cocoon.xml.XMLUtils
Create endElement Prefix must be mapped to empty String
endElement(String, String, String) - Method in class org.apache.cocoon.xml.xlink.XLinkPipe
 
endEntity(String) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
SAX Event Handling: LexicalHandler
endEntity(String) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
endEntity(String) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
endEntity(String) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
endEntity(String) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Report the end of an entity.
endEntity(String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
 
endEntity(String) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
endEntity(String) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Report the end of an entity.
endEntity(String) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Report the end of an entity.
endEntity(String) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Report the end of an entity.
endEntity(String) - Method in class org.apache.cocoon.xml.DefaultLexicalHandler
 
endEntity(String) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
endEntity(String) - Method in class org.apache.cocoon.xml.SaxBuffer
 
endExtendedLink(String, String, String) - Method in class org.apache.cocoon.xml.xlink.XLinkPipe
 
endExtractingDocument(String, String, String) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Receive notification of the end of the extracted Document.
endLocator(String, String, String) - Method in class org.apache.cocoon.xml.xlink.XLinkPipe
 
endNode(Node) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
End processing of given node
endParametersRecording(Parameters) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
End recording of parameters If source is null a new parameters object is created, otherwise the parameters are added to this object.
endParametersRecording(SourceParameters) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
End recording of parameters If source is null a new parameters object is created, otherwise the parameters are added to this object.
endPrefixMapping(String) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
endPrefixMapping(String) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
endPrefixMapping(String) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
endPrefixMapping(String) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer.NamespaceAsAttributes
End the scope of a prefix-URI mapping: remove entry from mapping tables.
endPrefixMapping(String) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
endPrefixMapping(String) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Process the SAX event.
endPrefixMapping(String) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
endPrefixMapping(String) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
endPrefixMapping(String) - Method in class org.apache.cocoon.xml.SaxBuffer
 
endRecording() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Stop DOM DocumentFragment recording.
endSAXRecording() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Stop recording of SAX events.
endSerializedXMLRecording() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Return the serialized xml string.
endTextRecording() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Stop recording of text and return the recorded information.
endTransformingElement(String, String, String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Start processing elements of our namespace.
entrySet() - Method in class org.apache.cocoon.environment.impl.BaseMap
 
entrySet() - Method in class org.apache.cocoon.environment.impl.ContextMap
 
entrySet() - Method in class org.apache.cocoon.environment.impl.RequestHeaderMap
 
entrySet() - Method in class org.apache.cocoon.environment.impl.RequestMap
 
entrySet() - Method in class org.apache.cocoon.environment.impl.RequestParameterMap
 
entrySet() - Method in class org.apache.cocoon.environment.impl.SessionMap
 
env - Variable in class org.apache.cocoon.environment.ForwardRedirector
The Environment to use for redirection (either internal or external)
equals(Object) - Method in class org.apache.cocoon.caching.ComponentCacheKey
Compare
equals(Object) - Method in class org.apache.cocoon.caching.IdentifierCacheKey
Compare
equals(Object) - Method in class org.apache.cocoon.caching.PipelineCacheKey
Compare
equals(Object) - Method in class org.apache.cocoon.environment.impl.BaseMap.Entry
 
equals(Object) - Method in class org.apache.cocoon.environment.impl.ContextMap
 
equals(Object) - Method in class org.apache.cocoon.environment.impl.RequestHeaderMap
 
equals(Object) - Method in class org.apache.cocoon.environment.impl.RequestMap
 
equals(Object) - Method in class org.apache.cocoon.environment.impl.RequestParameterMap
 
equals(Object) - Method in class org.apache.cocoon.environment.impl.SessionMap
 
expires - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Expires value
external - Variable in class org.apache.cocoon.caching.IdentifierCacheKey
True if this is an external pipeline call.
extractAction(Request) - Static method in class org.apache.cocoon.environment.AbstractEnvironment
Helper method to extract the action name from the request.
extractLevel - Variable in class org.apache.cocoon.transformation.AbstractExtractionTransformer
 
extractView(Request) - Static method in class org.apache.cocoon.environment.AbstractEnvironment
Helper method to extract the view name from the request.

F

FACTORY - Static variable in class org.apache.cocoon.xml.dom.DOMBuilder
The default transformer factory shared by all instances
ForwardRedirector - class org.apache.cocoon.environment.ForwardRedirector.
A base class for Redirectors that handle forward redirects, i.e.
ForwardRedirector(Environment) - Constructor for class org.apache.cocoon.environment.ForwardRedirector
Constructor
factory - Variable in class org.apache.cocoon.xml.dom.DOMBuilder
The transformer factory
findNamespaceURI(String) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
Finds a namespace declaration on this element or containing elements.
findPrefix(String) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
Finds a prefix declaration on this element or containing elements.
findPrefixMapping(String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Find prefix mapping for the given namespace URI.
finishingProcessing() - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
firstNotCacheableTransformerIndex - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
The index indicating to the first transformer which is not cacheable
firstProcessedTransformerIndex - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
The index indicating the first transformer getting input from the cache
flush() - Method in class org.apache.cocoon.caching.CachingOutputStream
 
flushBuffer() - Method in class org.apache.cocoon.environment.http.HttpResponse
 
flushBuffer() - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
format - Variable in class org.apache.cocoon.serialization.AbstractTextSerializer
The Properties used by this serializer.
fromCacheKey - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
This key indicates the response that is fetched from the cache

G

GENERATOR_PREFIX - Static variable in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
generateCachingKey(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
The components of the pipeline are checked if they are Cacheable.
generateLock(Object) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Makes the lock (instantiates a new object and puts it into the store)
generator - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
generatorParam - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
generatorRole - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
The role name of the generator
generatorSource - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
get(Serializable) - Method in class org.apache.cocoon.caching.impl.CacheImpl
Get a cached response.
get(String, ObjectFactory) - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScope
 
get(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
get(Object) - Method in class org.apache.cocoon.environment.impl.ContextMap
 
get(Object) - Method in class org.apache.cocoon.environment.impl.RequestHeaderMap
 
get(Object) - Method in class org.apache.cocoon.environment.impl.RequestMap
 
get(Object) - Method in class org.apache.cocoon.environment.impl.RequestParameterMap
 
get(Object) - Method in class org.apache.cocoon.environment.impl.SessionMap
 
getAction() - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
getAttribute(String) - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
getAttribute(String) - Method in class org.apache.cocoon.environment.http.HttpContext
 
getAttribute(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getAttribute(String) - Method in class org.apache.cocoon.environment.http.HttpSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getAttribute(Element, String) - Static method in class org.apache.cocoon.xml.dom.DomHelper
Returns the value of an element's attribute, but throws an exception if the element has no such attribute.
getAttribute(Element, String, String) - Static method in class org.apache.cocoon.xml.dom.DomHelper
Returns the value of an element's attribute, or a default value if the element has no such attribute.
getAttributeAsBoolean(Element, String, boolean) - Static method in class org.apache.cocoon.xml.dom.DomHelper
 
getAttributeAsInteger(Element, String) - Static method in class org.apache.cocoon.xml.dom.DomHelper
 
getAttributeAsInteger(Element, String, int) - Static method in class org.apache.cocoon.xml.dom.DomHelper
 
getAttributeNames() - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
getAttributeNames() - Method in class org.apache.cocoon.environment.http.HttpContext
 
getAttributeNames() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getAttributeNames() - Method in class org.apache.cocoon.environment.http.HttpSession
Returns an Enumeration of String objects containing the names of all the objects bound to this session.
getAttributeNames() - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getAttributes() - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getAttributes() - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
getAttributes() - Method in class org.apache.cocoon.environment.impl.AbstractSession
 
getAttributes() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAuthType() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getAuthority(String) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Return the authority of a URI.
getBaseURI() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
getBeans() - Method in interface org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolder
 
getBeans() - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolderImpl
 
getBits() - Method in class org.apache.cocoon.xml.SaxBuffer
 
getBufferSize() - Method in class org.apache.cocoon.environment.http.HttpResponse
 
getBufferSize() - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
getCharacterEncoding() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getCharacterEncoding() - Method in class org.apache.cocoon.environment.http.HttpResponse
 
getChildElement(Element, String, String) - Static method in class org.apache.cocoon.xml.dom.DomHelper
Returns the first child element with the given namespace and localName, or null if there is no such element.
getChildElement(Element, String, String, boolean) - Static method in class org.apache.cocoon.xml.dom.DomHelper
Returns the first child element with the given namespace and localName, or null if there is no such element and required flag is unset or throws an Exception if the "required" flag is set.
getChildElements(Element, String) - Static method in class org.apache.cocoon.xml.dom.DomHelper
Returns all Element children of an Element that belong to the given namespace.
getChildElements(Element, String, String) - Static method in class org.apache.cocoon.xml.dom.DomHelper
Returns all Element children of an Element that belong to the given namespace and have the given local name.
getChildNodes() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
A NodeList that contains all children of this node.
getCocoonCookieMap() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getCocoonCookies() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getCocoonSession(boolean) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getCocoonSession() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getColumnLocation(Element) - Static method in class org.apache.cocoon.xml.dom.DomHelper
 
getComment() - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getConsumer(ContentHandler, LexicalHandler) - Static method in class org.apache.cocoon.xml.XMLUtils
Get an XMLConsumer from a ContentHandler and a LexicalHandler.
getConsumer(ContentHandler) - Static method in class org.apache.cocoon.xml.XMLUtils
Get an XMLConsumer from ContentHandler.
getContent() - Method in class org.apache.cocoon.caching.CachingOutputStream
 
getContentLength() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getContentType() - Method in class org.apache.cocoon.environment.http.HttpEnvironment
Get the ContentType
getContentType() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getContentType() - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
getContext(String) - Method in class org.apache.cocoon.environment.http.HttpContext
 
getContext(String) - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getContextPath() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getConversationId() - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScope
 
getCookieMap() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getCookies() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getCreationTime() - Method in class org.apache.cocoon.environment.http.HttpSession
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getData() - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
getData() - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoFactoryBean
 
getDateHeader(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getDefaultType(String) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
getDestructionCallbacks() - Method in interface org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolder
 
getDestructionCallbacks() - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolderImpl
 
getDoctype() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The Document Type Declaration (see DocumentType) associated with this document.
getDocument() - Method in class org.apache.cocoon.xml.dom.DOMBuilder
Return the newly built Document.
getDocumentElement() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
This is a convenience attribute that allows direct access to the child node that is the root element of the document.
getDocumentFragment(SAXParser, Reader) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Get a document fragment from a Reader.
getDocumentURI() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
getDomConfig() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
getDomain() - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Returns the domain name set for this cookie.
getElementById(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Returns the Element whose ID is given by elementId.
getElementText(Element) - Static method in class org.apache.cocoon.xml.dom.DomHelper
 
getElementsByTagName(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Returns a NodeList of all the Elements with a given tag name in the order in which they are encountered in a preorder traversal of the Document tree.
getElementsByTagNameNS(String, String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
getFeature(String, String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
getFirstChild() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The first child of this node.
getFirstNodeFromPath(Node, String[], boolean) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Use a path to select the first occurence of a node.
getFragment(String) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Return the fragment of a URI.
getGenerator() - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Get the generator - used for content aggregation
getHeader(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getHeaderNames() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getHeaders(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getHeaders() - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
getHolder() - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentProxyDecorator
 
getHolder() - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScope
 
getId() - Method in class org.apache.cocoon.environment.http.HttpSession
Returns a string containing the unique identifier assigned to this session.
getImplementation() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The DOMImplementation object that handles this document.
getInScope() - Method in interface org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolder
 
getInScope() - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolderImpl
 
getInheritedNSDeclarations(Element) - Static method in class org.apache.cocoon.xml.dom.DomHelper
 
getInitParameter(String) - Method in class org.apache.cocoon.environment.http.HttpContext
 
getInitParameter(String) - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getInitParameterNames() - Method in class org.apache.cocoon.environment.http.HttpContext
 
getInitParameterNames() - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getInputEncoding() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
getInputSource(Source) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Get an InputSource object
getInputStream() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getIntHeader(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getIntHeader(String) - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
getKey() - Method in class org.apache.cocoon.caching.IdentifierCacheKey
The cache key
getKey() - Method in class org.apache.cocoon.environment.impl.BaseMap.Entry
 
getKey() - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Generate the unique key.
getKeyForEventPipeline() - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Return the key for the event pipeline If the "event pipeline" (= the complete pipeline without the serializer) is cacheable and valid, return a key.
getKeyForEventPipeline() - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
 
getKeyForEventPipeline() - Method in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
 
getLabels(String, String) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
getLastAccessedTime() - Method in class org.apache.cocoon.environment.http.HttpSession
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT.
getLastChild() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The last child of this node.
getLastModified() - Method in class org.apache.cocoon.reading.AbstractReader
 
getLineLocation(Element) - Static method in class org.apache.cocoon.xml.dom.DomHelper
 
getLocalAddr() - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
getLocalAttribute(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getLocalAttributeNames() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getLocalNSDeclarations(Element) - Static method in class org.apache.cocoon.xml.dom.DomHelper
 
getLocalName() - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
getLocalName() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Returns the local part of the qualified name of this node.
getLocalPort() - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
getLocale() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getLocale() - Method in class org.apache.cocoon.environment.http.HttpResponse
 
getLocales() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getLocation(Parameters) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
getLocation(Element) - Static method in class org.apache.cocoon.xml.dom.DomHelper
Retrieves the location of an element node in the source file from which the Document was created.
getLocationObject(Element) - Static method in class org.apache.cocoon.xml.dom.DomHelper
 
getLogger() - Method in class org.apache.cocoon.caching.impl.CacheImpl
 
getMajorVersion() - Method in class org.apache.cocoon.environment.http.HttpContext
 
getMajorVersion() - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getMaxAge() - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
getMaxInactiveInterval() - Method in class org.apache.cocoon.environment.http.HttpSession
Returns the maximum time interval, in seconds, that the context container will keep this session open between client accesses.
getMethod() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getMimeType(String, String) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
getMimeType(String) - Method in class org.apache.cocoon.environment.http.HttpContext
 
getMimeType(String) - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getMimeType() - Method in class org.apache.cocoon.reading.AbstractReader
Get the mime-type of the output of this Reader
getMimeType() - Method in class org.apache.cocoon.serialization.AbstractSerializer
Get the mime-type of the output of this Serializer
getMinorVersion() - Method in class org.apache.cocoon.environment.http.HttpContext
 
getMinorVersion() - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getMutableAttributes(Attributes) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Helper method to get a modifiable attribute set.
getName() - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Returns the name of the cookie.
getNamedDispatcher(String) - Method in class org.apache.cocoon.environment.http.HttpContext
 
getNamedDispatcher(String) - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getNamespaceForPrefix(String, Element) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
Searches the namespace for a given namespace prefix starting from a given Element.
getNamespaceURI(String) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
Finds a namespace URI declared on this element.
getNamespaceURI() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The namespace URI of this node, or null if it is unspecified.
getNextSibling() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The node immediately following this node.
getNodeListFromPath(Node, String[]) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Use a path to select all occurences of a node.
getNodeName() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The name of this node, depending on its type; see the table above.
getNodeType() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
A code representing the type of the underlying object, as defined above.
getNodeValue() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The value of this node, depending on its type; see the table above.
getObject() - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoFactoryBean
 
getObjectModel() - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
getObjectType() - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoFactoryBean
 
getOutputStream(int) - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
getOutputStream(int) - Method in class org.apache.cocoon.environment.http.HttpEnvironment
Get the output stream where to write the generated resource.
getOutputStream() - Method in class org.apache.cocoon.environment.http.HttpResponse
 
getOutputStream() - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
getOwnerDocument(Node) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Get the owner of the DOM document belonging to the node.
getOwnerDocument() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The Document object associated with this node.
getParameter(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getParameterMap() - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
getParameterNames() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getParameterValues(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getParameters() - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
getParameters(Parameters) - Method in class org.apache.cocoon.transformation.helpers.ParametersRecorder
 
getParameters(SourceParameters) - Method in class org.apache.cocoon.transformation.helpers.ParametersRecorder
 
getParentBeans() - Method in interface org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolder
 
getParentBeans() - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolderImpl
 
getParentDestructionCallbacks() - Method in interface org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolder
 
getParentDestructionCallbacks() - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolderImpl
 
getParentNode() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The parent of this node.
getPath(String) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Return the path of a URI.
getPath() - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Returns the path on the server to which the browser returns this cookie.
getPathInfo() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getPathTranslated() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getPathWithoutAuthority(String) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Return the path of a URI, if the URI can't contains a authority.
getPipelineHint(String, String) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
getPrefix(String) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
Finds a prefix declared on this element.
getPrefix() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The namespace prefix of this node, or null if it is unspecified.
getPreviousSibling() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The node immediately preceding this node.
getProtocol() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getQuery(String) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Return the query of a URI.
getQueryString() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getReader() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getReader() - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
getRealPath(String) - Method in class org.apache.cocoon.environment.http.HttpContext
 
getRealPath(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String)instead.
getRealPath(String) - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getRealPath(String) - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
getRemoteAddr() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getRemoteHost() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getRemotePort() - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
getRemoteUser() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getRequestDispatcher(String) - Method in class org.apache.cocoon.environment.http.HttpContext
 
getRequestDispatcher(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getRequestDispatcher(String) - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getRequestDispatcher(String) - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
getRequestURI() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getRequestURL() - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
getRequestedSessionId() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getResource(String) - Method in class org.apache.cocoon.environment.http.HttpContext
 
getResource(String) - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getResourceAsStream(String) - Method in class org.apache.cocoon.environment.http.HttpContext
 
getResourceAsStream(String) - Method in class org.apache.cocoon.environment.impl.AbstractContext
Get access to the resource as @link InputStream.
getResourcePaths(String) - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getSAXFragment() - Method in class org.apache.cocoon.components.sax.XMLByteStreamCompiler
 
getScheme(String) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Return the scheme of a URI.
getScheme() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getSecure() - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
getServerInfo() - Method in class org.apache.cocoon.environment.http.HttpContext
 
getServerInfo() - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getServerName() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getServerPort() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getServlet(String) - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getServletContext() - Method in class org.apache.cocoon.environment.impl.AbstractSession
 
getServletContextName() - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getServletCookie() - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated.  
getServletNames() - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getServletPath() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getServlets() - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
getSession(boolean) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getSession() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getSessionContext() - Method in class org.apache.cocoon.environment.impl.AbstractSession
 
getSingleNode(Node, String, XPathProcessor) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Use an XPath string to select a single node.
getSitemapPath() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getSitemapURI() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getSitemapURIPrefix() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getSource(String, Parameters, SourceParameters, SourceResolver) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Get a Source object
getStrictErrorChecking() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
getSystemIdLocation(Element) - Static method in class org.apache.cocoon.xml.dom.DomHelper
 
getText() - Method in class org.apache.cocoon.transformation.helpers.TextRecorder
 
getTextContent() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
getTransformerFactory() - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Helper for TransformerFactory.
getTransformerHandler() - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Helper for TransformerHandler.
getURI() - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
getURIPrefix() - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
getUserData(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
getUserPrincipal() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
getValidity() - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Generate the validity object.
getValidityForEventPipeline() - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Return valid validity objects for the event pipeline If the "event pipeline" (= the complete pipeline without the serializer) is cacheable and valid, return all validity objects.
getValidityForEventPipeline() - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Return valid validity objects for the event pipeline.
getValidityForEventPipeline() - Method in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
Return valid validity objects for the event pipeline If the "event pipeline" (= the complete pipeline without the serializer) is cacheable and valid, return all validity objects.
getValue() - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Returns the value of the cookie.
getValue(String) - Method in class org.apache.cocoon.environment.impl.AbstractSession
 
getValue() - Method in class org.apache.cocoon.environment.impl.BaseMap.Entry
 
getValueAsBooleanOf(Node, String, XPathProcessor) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Get the boolean value of the node specified by the XPath.
getValueAsBooleanOf(Node, String, boolean, XPathProcessor) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Get the boolean value of the node specified by the XPath.
getValueNames() - Method in class org.apache.cocoon.environment.impl.AbstractSession
 
getValueOf(Node, String, XPathProcessor) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Get the value of the node specified by the XPath.
getValueOf(Node, String, String, XPathProcessor) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Get the value of the node specified by the XPath.
getValueOfNode(XPathProcessor, Node, String) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Get the value of the node specified by the XPath.
getValueOfNode(XPathProcessor, Node, String, String) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Get the value of the node specified by the XPath.
getValueOfNode(Node) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Get the value of the DOM node.
getValueOfNode(Node, String) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Get the value of the node.
getValueOfNodeAsBoolean(XPathProcessor, Node, String) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Get the boolean value of the node specified by the XPath.
getValueOfNodeAsBoolean(XPathProcessor, Node, String, boolean) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Get the boolean value of the node specified by the XPath.
getVersion() - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Returns the version of the protocol this cookie complies with.
getView() - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
getWriter() - Method in class org.apache.cocoon.environment.http.HttpResponse
 
getWriter() - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
getXmlEncoding() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
getXmlStandalone() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
getXmlVersion() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
globalRedirect(boolean, String) - Method in class org.apache.cocoon.environment.ForwardRedirector
Unconditionally redirects to a given URL, even it this redirector is part of a subpipeline.

H

HTTP_REQUEST_OBJECT - Static variable in class org.apache.cocoon.environment.http.HttpEnvironment
 
HTTP_RESPONSE_OBJECT - Static variable in class org.apache.cocoon.environment.http.HttpEnvironment
 
HTTP_SERVLET_CONTEXT - Static variable in class org.apache.cocoon.environment.http.HttpEnvironment
 
HttpContext - class org.apache.cocoon.environment.http.HttpContext.
Implements the Context interface
HttpContext(ServletContext) - Constructor for class org.apache.cocoon.environment.http.HttpContext
Constructs a HttpContext object from a ServletContext object
HttpCookie - class org.apache.cocoon.environment.http.HttpCookie.
Deprecated. use Cookie instead.
HttpCookie(String, String) - Constructor for class org.apache.cocoon.environment.http.HttpCookie
Deprecated.  
HttpCookie(Cookie) - Constructor for class org.apache.cocoon.environment.http.HttpCookie
Deprecated.  
HttpEnvironment - class org.apache.cocoon.environment.http.HttpEnvironment.
HTTP Servlet environment.
HttpEnvironment(String, HttpServletRequest, HttpServletResponse, ServletContext, Context, String, String) - Constructor for class org.apache.cocoon.environment.http.HttpEnvironment
Constructs a HttpEnvironment object from a HttpServletRequest and HttpServletResponse objects
HttpRequest - class org.apache.cocoon.environment.http.HttpRequest.
Implements the Request interface to provide request information in the HTTP servlets environment.
HttpRequest(HttpServletRequest, HttpEnvironment) - Constructor for class org.apache.cocoon.environment.http.HttpRequest
Creates a HttpRequest based on a real HttpServletRequest object
HttpResponse - class org.apache.cocoon.environment.http.HttpResponse.
Implements the Response interface to provide response functionality in the HTTP servlets environment.
HttpResponse(HttpServletResponse) - Constructor for class org.apache.cocoon.environment.http.HttpResponse
Creates a HttpServletResponse based on a real HttpServletResponse object
HttpSession - class org.apache.cocoon.environment.http.HttpSession.
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
HttpSession(HttpSession) - Constructor for class org.apache.cocoon.environment.http.HttpSession
Construct a new session from an HttpSession
handle(SourceException) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Make a ProcessingException from a SourceException.
handle(String, SourceException) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Make a ProcessingException from a SourceException.
handleException(Exception) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Handles exception which can happen during pipeline processing.
handleSAXException(String, SAXException) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Handle SAXException catched in Generator's generate method.
hasAttributes() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Returns whether this node (if it is an element) has any attributes.
hasChildNodes() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Returns whether this node has any children.
hasLabel(String, String, String) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
hasRedirected() - Method in class org.apache.cocoon.environment.ForwardRedirector
 
hashCode() - Method in class org.apache.cocoon.caching.ComponentCacheKey
HashCode
hashCode() - Method in class org.apache.cocoon.caching.IdentifierCacheKey
Generate a hash code
hashCode() - Method in class org.apache.cocoon.caching.PipelineCacheKey
Generate a hash code
hashCode() - Method in class org.apache.cocoon.environment.impl.BaseMap.Entry
 

I

IGNORABLE_WHITESPACE - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
IdentifierCacheKey - class org.apache.cocoon.caching.IdentifierCacheKey.
This is a "simple" cache key that does not consider the components used in the pipeline.
IdentifierCacheKey(String, boolean) - Constructor for class org.apache.cocoon.caching.IdentifierCacheKey
 
ImmutableAttributesImpl - class org.apache.cocoon.xml.ImmutableAttributesImpl.
Immutable attributes
ImmutableAttributesImpl() - Constructor for class org.apache.cocoon.xml.ImmutableAttributesImpl
 
ImmutableAttributesImpl(Attributes) - Constructor for class org.apache.cocoon.xml.ImmutableAttributesImpl
 
IncludeXMLConsumer - class org.apache.cocoon.xml.IncludeXMLConsumer.
A special purpose XMLConsumer which can: Trim empty characters if ignoreEmptyCharacters is set.
IncludeXMLConsumer(XMLConsumer) - Constructor for class org.apache.cocoon.xml.IncludeXMLConsumer
Constructor
IncludeXMLConsumer(ContentHandler) - Constructor for class org.apache.cocoon.xml.IncludeXMLConsumer
Constructor
IncludeXMLConsumer(ContentHandler, LexicalHandler) - Constructor for class org.apache.cocoon.xml.IncludeXMLConsumer
Constructor
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Process the SAX event.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.SaxBuffer
 
ignoreEmptyCharacters - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
Controlls SAX event handling.
ignoreEventsCount - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
Controlls SAX event handling.
ignoreHooksCount - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
Controlls SAX event handling.
ignoreWhitespaces - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
Controlls SAX event handling.
importNode(Node, boolean) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Imports a node from another document to this document.
includeNode(Node, ContentHandler, LexicalHandler) - Static method in class org.apache.cocoon.xml.IncludeXMLConsumer
Utility method to stream a DOM node into the provided content handler, lexical handler.
info - Variable in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoFactoryBean
 
informBranchPoint() - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Informs pipeline we have come across a branch point.
informBranchPoint() - Method in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
Determine if the given branch-point is a caching-point Please Note: this method is used by auto caching-point and is of no consequence when auto caching-point is switched off
init() - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoFactoryBean
 
init() - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoInitializer
 
init() - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineNamespaceHandler
 
init(String, String) - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Constructs a cookie with a specified name and value.
init() - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Initialize logger, caching key, transformer handler and namespace pipe
insertBefore(Node, Node) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Inserts the node newChild before the existing child node refChild.
invalidate() - Method in class org.apache.cocoon.environment.http.HttpSession
Invalidates this session to it.
isCachePoint() - Method in class org.apache.cocoon.caching.ComponentCacheKey
Check if we are a cachepoint
isCachePoint - Variable in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
 
isCommitted() - Method in class org.apache.cocoon.environment.http.HttpResponse
 
isCommitted() - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
isDefaultNamespace(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
isEmpty() - Method in class org.apache.cocoon.xml.SaxBuffer
 
isEqualNode(Node) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
isExternal() - Method in class org.apache.cocoon.environment.http.HttpEnvironment
Always return true.
isInternalError() - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
isInternalRedirect() - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
isNew() - Method in class org.apache.cocoon.environment.http.HttpSession
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNormalizeNamespaces() - Method in class org.apache.cocoon.xml.dom.DOMStreamer
 
isRequestedSessionIdFromCookie() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
isRequestedSessionIdFromURL() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
isRequestedSessionIdFromUrl() - Method in class org.apache.cocoon.environment.http.HttpRequest
Deprecated. As of Version 2.1 of the Java Servlet API, use HttpRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromUrl() - Method in class org.apache.cocoon.environment.impl.AbstractRequest
 
isRequestedSessionIdValid() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
isResponseModified(long) - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
isResponseModified(long) - Method in class org.apache.cocoon.environment.http.HttpEnvironment
Check if the response has been modified since the same "resource" was requested.
isSameNode(Node) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
isSecure() - Method in class org.apache.cocoon.environment.http.HttpRequest
 
isSingleton() - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoFactoryBean
 
isSupported(String, String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
isUserInRole(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
isValid() - Method in class org.apache.cocoon.components.source.impl.MultiSourceValidity
Check the validity of this SourceValidity instance.
isValid(SourceValidity) - Method in class org.apache.cocoon.components.source.impl.MultiSourceValidity
Check the validity of this instance comparing it with a (recently acquired) new SourceValidity object.

K

key - Variable in class org.apache.cocoon.caching.IdentifierCacheKey
The key.

L

LOCATOR - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
lastConsumer - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
This is the last component in the pipeline, either the serializer or a custom XML consumer in case of internal processing.
lexicalHandler - Variable in class org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter
The LexicalHandler receiving SAX events.
lexicalHandler - Variable in class org.apache.cocoon.xml.AbstractXMLProducer
The LexicalHandler receiving SAX events.
lexicalHandler - Variable in class org.apache.cocoon.xml.ContentHandlerWrapper
The optional LexicalHandler
linkResource(String, String, String, String, String, String, Attributes) - Method in class org.apache.cocoon.xml.xlink.XLinkPipe
 
linkTitle(String, String, String, Attributes) - Method in class org.apache.cocoon.xml.xlink.XLinkPipe
 
listener - Variable in class org.apache.cocoon.xml.dom.DOMBuilder
The listener
localName - Variable in class org.apache.cocoon.xml.SaxBuffer.EndElement
 
localName - Variable in class org.apache.cocoon.xml.SaxBuffer.StartElement
 
localName - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
 
lock() - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
Lock this component info object at the end of processor building to prevent any further changes.
locked - Variable in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
Lock that prevents further modification
log(String) - Method in class org.apache.cocoon.environment.http.HttpContext
 
log(String, Throwable) - Method in class org.apache.cocoon.environment.http.HttpContext
 
log(Exception, String) - Method in class org.apache.cocoon.environment.http.HttpContext
 
lookupNamespaceURI(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
lookupPrefix(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 

M

MODE_COCOON - Static variable in class org.apache.cocoon.components.source.URLRewriter
 
MODE_NONE - Static variable in class org.apache.cocoon.components.source.URLRewriter
 
MultiSourceValidity - class org.apache.cocoon.components.source.impl.MultiSourceValidity.
An aggregated SourceValidity for multiple sources.
MultiSourceValidity(SourceResolver, long) - Constructor for class org.apache.cocoon.components.source.impl.MultiSourceValidity
Create a new MultiSourceValidity instance.
makeAbsolute(String) - Method in class org.apache.cocoon.xml.XMLBaseSupport
Makes the given path absolute based on the current base URL.
manager - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
The component manager set with compose()
manager - Variable in class org.apache.cocoon.generation.ServiceableGenerator
The service manager instance
manager - Variable in class org.apache.cocoon.generation.ServletGenerator
The service manager instance
manager - Variable in class org.apache.cocoon.reading.ServiceableReader
 
manager - Variable in class org.apache.cocoon.transformation.AbstractDOMTransformer
A ServiceManager which is available for use.
manager - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
The Avalon ServiceManager for getting Components
manager - Variable in class org.apache.cocoon.transformation.ServiceableTransformer
The ServiceManager

N

NOPRecorder - class org.apache.cocoon.transformation.helpers.NOPRecorder.
The base class for all recorders.
NOPRecorder() - Constructor for class org.apache.cocoon.transformation.helpers.NOPRecorder
 
NULL_HANDLER - Static variable in class org.apache.cocoon.xml.DefaultLexicalHandler
Shared instance that can be used when lexical events should be ignored.
NonCachingProcessingPipeline - class org.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline.
Thi is the implementation of the non caching processing pipeline
NonCachingProcessingPipeline() - Constructor for class org.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline
 
name - Variable in class org.apache.cocoon.xml.SaxBuffer.EndEntity
 
name - Variable in class org.apache.cocoon.xml.SaxBuffer.SkippedEntity
 
name - Variable in class org.apache.cocoon.xml.SaxBuffer.StartDTD
 
name - Variable in class org.apache.cocoon.xml.SaxBuffer.StartEntity
 
namespaceDeclarations - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
 
namespaceNormalizingDOMStreamer - Variable in class org.apache.cocoon.xml.dom.DOMStreamer
DOMStreamer used in case of namespace normalization.
namespaceURI - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
The namespace used by the transformer for the SAX events filtering.
namespaceURI - Variable in class org.apache.cocoon.xml.SaxBuffer.EndElement
 
namespaceURI - Variable in class org.apache.cocoon.xml.SaxBuffer.StartElement
 
namespaceURI - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
 
needsNamespacesAsAttributes() - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Checks if the used Trax implementation correctly handles namespaces set using startPrefixMapping(), but wants them also as 'xmlns:' attributes.
newComponentCacheKey(int, String, Serializable) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Abstract method defined in subclasses
newComponentCacheKey(int, String, Serializable) - Method in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
Create a new ComponentCachekey ComponentCacheKeys can be flagged as cachepoints
newComponentCacheKey(int, String, Serializable) - Method in class org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline
Create a new cache key
newManager - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
The component manager set with compose() and recompose()
newPrefixCounter - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
Counter used when generating new namespace prefixes.
nextIsCachePoint - Variable in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
 
normalize() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
normalizeDocument() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
normalizeNamespaces - Variable in class org.apache.cocoon.xml.dom.DOMStreamer
Indicates whether namespace normalization should happen.
notify(Document) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
This method is called when the Document is finished.
notify(Document) - Method in interface org.apache.cocoon.xml.dom.DOMBuilder.Listener
Receive notification of a successfully completed DOM tree generation.
notifyListener() - Method in class org.apache.cocoon.xml.dom.DOMBuilder
Receive notification of a successfully completed DOM tree generation.

O

objectModel - Variable in class org.apache.cocoon.environment.AbstractEnvironment
The object model
objectModel - Variable in class org.apache.cocoon.generation.AbstractGenerator
The current Map objectModel.
objectModel - Variable in class org.apache.cocoon.reading.AbstractReader
The current Map of the object model.
objectModel - Variable in class org.apache.cocoon.transformation.AbstractDOMTransformer
The request object model
objectModel - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
The current objectModel of the environment
objectModel - Variable in class org.apache.cocoon.transformation.ServiceableTransformer
The current Map objectModel.
org.apache.cocoon.caching - package org.apache.cocoon.caching
 
org.apache.cocoon.caching.impl - package org.apache.cocoon.caching.impl
 
org.apache.cocoon.components.pipeline - package org.apache.cocoon.components.pipeline
 
org.apache.cocoon.components.pipeline.impl - package org.apache.cocoon.components.pipeline.impl
 
org.apache.cocoon.components.pipeline.spring - package org.apache.cocoon.components.pipeline.spring
 
org.apache.cocoon.components.sax - package org.apache.cocoon.components.sax
 
org.apache.cocoon.components.source - package org.apache.cocoon.components.source
 
org.apache.cocoon.components.source.impl - package org.apache.cocoon.components.source.impl
 
org.apache.cocoon.components.source.util - package org.apache.cocoon.components.source.util
 
org.apache.cocoon.core.container.spring.pipeline - package org.apache.cocoon.core.container.spring.pipeline
 
org.apache.cocoon.environment - package org.apache.cocoon.environment
 
org.apache.cocoon.environment.http - package org.apache.cocoon.environment.http
 
org.apache.cocoon.environment.impl - package org.apache.cocoon.environment.impl
 
org.apache.cocoon.generation - package org.apache.cocoon.generation
 
org.apache.cocoon.reading - package org.apache.cocoon.reading
 
org.apache.cocoon.serialization - package org.apache.cocoon.serialization
 
org.apache.cocoon.transformation - package org.apache.cocoon.transformation
 
org.apache.cocoon.transformation.helpers - package org.apache.cocoon.transformation.helpers
 
org.apache.cocoon.xml - package org.apache.cocoon.xml
 
org.apache.cocoon.xml.dom - package org.apache.cocoon.xml.dom
 
org.apache.cocoon.xml.xlink - package org.apache.cocoon.xml.xlink
 
out - Variable in class org.apache.cocoon.reading.AbstractReader
The OutputStream to write on.
output - Variable in class org.apache.cocoon.serialization.AbstractSerializer
The OutputStream used by this serializer.
outputBufferSize - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Output Buffer Size
outputStream - Variable in class org.apache.cocoon.environment.AbstractEnvironment
The real output stream

P

PARAMETER_COCOON_URL - Static variable in class org.apache.cocoon.components.source.URLRewriter
 
PARAMETER_MODE - Static variable in class org.apache.cocoon.components.source.URLRewriter
 
PARAMETER_PARAMETER_NAME - Static variable in class org.apache.cocoon.components.source.URLRewriter
 
PARAMETER_URL - Static variable in class org.apache.cocoon.components.source.URLRewriter
 
PIPELOCK_PREFIX - Static variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
 
PROCESSING_INSTRUCTION - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
ParametersRecorder - class org.apache.cocoon.transformation.helpers.ParametersRecorder.
This class records SAX Events and generates Parameters from them The xml is flat and consists of elements which all have exactly one text node: value_one value_two
ParametersRecorder() - Constructor for class org.apache.cocoon.transformation.helpers.ParametersRecorder
If source is null a new Parameters object is created Otherwise they are joined.
PipelineCacheKey - class org.apache.cocoon.caching.PipelineCacheKey.
This is the cache key for one pipeline (or the first part of a pipeline).
PipelineCacheKey() - Constructor for class org.apache.cocoon.caching.PipelineCacheKey
Constructor
PipelineCacheKey(int) - Constructor for class org.apache.cocoon.caching.PipelineCacheKey
Constructor
PipelineComponentInfo - class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo.
Holds informations defined in <map:components> such as default hint, labels and mime-types that are needed when building a processor and to manage inheritance when building child processors.
PipelineComponentInfo(PipelineComponentInfo) - Constructor for class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
PipelineComponentInfoFactoryBean - class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoFactoryBean.
This spring factory bean adds the processor component info to the bean factory.
PipelineComponentInfoFactoryBean() - Constructor for class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoFactoryBean
 
PipelineComponentInfoInitializer - class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoInitializer.
 
PipelineComponentInfoInitializer() - Constructor for class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoInitializer
 
PipelineComponentInfoInitializerDecorator - class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoInitializerDecorator.
 
PipelineComponentInfoInitializerDecorator() - Constructor for class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoInitializerDecorator
 
PipelineComponentProxyDecorator - class org.apache.cocoon.components.pipeline.spring.PipelineComponentProxyDecorator.
 
PipelineComponentProxyDecorator() - Constructor for class org.apache.cocoon.components.pipeline.spring.PipelineComponentProxyDecorator
 
PipelineComponentScope - class org.apache.cocoon.components.pipeline.spring.PipelineComponentScope.
Pipeline component scope that scopes objects per one pipeline component.
PipelineComponentScope() - Constructor for class org.apache.cocoon.components.pipeline.spring.PipelineComponentScope
 
PipelineComponentScopeHolder - interface org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolder.
 
PipelineComponentScopeHolderImpl - class org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolderImpl.
 
PipelineComponentScopeHolderImpl() - Constructor for class org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolderImpl
 
PipelineNamespaceHandler - class org.apache.cocoon.core.container.spring.pipeline.PipelineNamespaceHandler.
Spring namespace handler for the cocoon pipeline namespace.
PipelineNamespaceHandler() - Constructor for class org.apache.cocoon.core.container.spring.pipeline.PipelineNamespaceHandler
 
parameterize(Parameters) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Parameterizable Interface - Configuration
parameterize(Parameters) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Parameterizable Interface - Configuration
parameterize(Parameters) - Method in class org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline
Parameterizable Interface - Configuration
parameterize(Parameters) - Method in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
The CachingPointProcessingPipeline is configurable.
parameterize(Parameters) - Method in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
 
parameters - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
The parameters
parameters - Variable in class org.apache.cocoon.generation.AbstractGenerator
The current Parameters.
parameters - Variable in class org.apache.cocoon.reading.AbstractReader
The current Parameters.
parameters - Variable in class org.apache.cocoon.transformation.AbstractDOMTransformer
Parameters in the sitemap
parameters - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
The parameters specified in the sitemap
parameters - Variable in class org.apache.cocoon.transformation.ServiceableTransformer
The current Parameters.
parent - Variable in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
Component info for the parent processor
parent - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
 
parentNode - Variable in class org.apache.cocoon.xml.dom.DOMBuilder
The parentNode
parse() - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter
This method needs to be used by sub classes to start the parsing of the byte stream
parse(ServiceManager, Source, ContentHandler) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Deprecated. use SourceUtil.parse(SAXParser, Source, ContentHandler) instead
parse(SAXParser, Source, ContentHandler) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Generates SAX events from the given source by parsing it.
parse(InputSource) - Static method in class org.apache.cocoon.xml.dom.DomHelper
Creates a W3C Document that remembers the location of each element in the source file.
permanentRedirect(boolean, String) - Method in class org.apache.cocoon.environment.ForwardRedirector
 
postProcessAfterInitialization(Object, String) - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentProxyDecorator
 
postProcessBeforeInitialization(Object, String) - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentProxyDecorator
 
prefix - Variable in class org.apache.cocoon.environment.AbstractEnvironment
The prefix
prefix - Variable in class org.apache.cocoon.xml.SaxBuffer.EndPrefixMapping
 
prefix - Variable in class org.apache.cocoon.xml.SaxBuffer.StartPrefixMapping
 
prepareInternal(Environment) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Prepare an internal processing.
prepareInternalErrorHandler(Environment, ProcessingException) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
If prepareInternal fails, prepare internal error handler.
preparePipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Prepare the pipeline
preparePipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
Prepare the pipeline
process(Environment) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Process the given Environment, producing the output.
process(Environment, XMLConsumer) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Process the given Environment, but do not use the serializer.
processErrorHandler(Environment, ProcessingException, XMLConsumer) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
processReader(Environment) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Process the pipeline using a reader.
processReader(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Process the pipeline using a reader.
processReader(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
 
processXMLPipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Process the SAX event pipeline
processXMLPipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Process the given Environment, producing the output.
processXMLPipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
Process the given Environment, producing the output.
processingInstruction(String, String) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
processingInstruction(String, String) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
processingInstruction(String, String) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
processingInstruction(String, String) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
processingInstruction(String, String) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Process the SAX event.
processingInstruction(String, String) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
processingInstruction(String, String) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
processingInstruction(String, String) - Method in class org.apache.cocoon.xml.SaxBuffer
 
publicId - Variable in class org.apache.cocoon.xml.SaxBuffer.StartDTD
 
put(Object, Object) - Method in class org.apache.cocoon.environment.impl.ContextMap
 
put(Object, Object) - Method in class org.apache.cocoon.environment.impl.RequestMap
 
put(Object, Object) - Method in class org.apache.cocoon.environment.impl.SessionMap
 
put(String, String) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
Declare a new namespace prefix on this element, possibly overriding an existing one.
putAll(Map) - Method in class org.apache.cocoon.environment.impl.BaseMap
 
putValue(String, Object) - Method in class org.apache.cocoon.environment.impl.AbstractSession
 

Q

qName - Variable in class org.apache.cocoon.xml.SaxBuffer.EndElement
 
qName - Variable in class org.apache.cocoon.xml.SaxBuffer.StartElement
 
qName - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
 

R

READER_PREFIX - Static variable in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
ROLE - Static variable in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
The role to lookup this component.
RequestEncodingException - exception org.apache.cocoon.environment.http.RequestEncodingException.
 
RequestEncodingException(String) - Constructor for class org.apache.cocoon.environment.http.RequestEncodingException
 
RequestEncodingException(String, Throwable) - Constructor for class org.apache.cocoon.environment.http.RequestEncodingException
 
RequestHeaderMap - class org.apache.cocoon.environment.impl.RequestHeaderMap.
Request headers map
RequestHeaderMap(Request) - Constructor for class org.apache.cocoon.environment.impl.RequestHeaderMap
 
RequestMap - class org.apache.cocoon.environment.impl.RequestMap.
Request attributes map
RequestMap(Request) - Constructor for class org.apache.cocoon.environment.impl.RequestMap
 
RequestParameterMap - class org.apache.cocoon.environment.impl.RequestParameterMap.
Request parameters map
RequestParameterMap(Request) - Constructor for class org.apache.cocoon.environment.impl.RequestParameterMap
 
read() - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter
 
read(byte[]) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter
 
read() - Method in class org.apache.cocoon.components.sax.XMLByteStreamInterpreter
 
read(byte[]) - Method in class org.apache.cocoon.components.sax.XMLByteStreamInterpreter
 
read() - Method in class org.apache.cocoon.components.sax.XMLInputStreamInterpreter
 
read(byte[]) - Method in class org.apache.cocoon.components.sax.XMLInputStreamInterpreter
 
readEvent() - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter
 
reader - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
readerMimeType - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
readerParam - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
readerRole - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
The role name of the reader
readerSource - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
recorderStack - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
The stack of current used recorders
recycle() - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
recycle() - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Recyclable Interface
recycle() - Method in class org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline
Recyclable Interface
recycle() - Method in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
Recyclable Interface
recycle() - Method in class org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline
Recyclable Interface
recycle() - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
recycle() - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter
 
recycle() - Method in class org.apache.cocoon.components.sax.XMLByteStreamCompiler
 
recycle() - Method in class org.apache.cocoon.components.sax.XMLByteStreamInterpreter
 
recycle() - Method in class org.apache.cocoon.components.sax.XMLInputStreamInterpreter
 
recycle(OutputStream) - Method in class org.apache.cocoon.components.sax.XMLOutputStreamCompiler
 
recycle() - Method in class org.apache.cocoon.components.sax.XMLOutputStreamCompiler
 
recycle() - Method in class org.apache.cocoon.components.sax.XMLTeePipe
Reset consumers.
recycle() - Method in class org.apache.cocoon.generation.AbstractGenerator
Recycle the generator by removing references
recycle() - Method in class org.apache.cocoon.generation.ServletGenerator
 
recycle() - Method in class org.apache.cocoon.reading.AbstractReader
Recycle the component
recycle() - Method in class org.apache.cocoon.serialization.AbstractSerializer
Recycle serializer by removing references
recycle() - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
 
recycle() - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
Recycle the component.
recycle() - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
 
recycle() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
 
recycle() - Method in class org.apache.cocoon.transformation.ServiceableTransformer
Recycle the generator by removing references
recycle() - Method in class org.apache.cocoon.xml.AbstractXMLProducer
Recycle the producer by removing references, and resetting handlers to null (empty) implementations.
recycle() - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
 
recycle() - Method in class org.apache.cocoon.xml.SaxBuffer
Clear this buffer
recycle() - Method in class org.apache.cocoon.xml.dom.DOMBuilder
Recycle this builder, prepare for re-use.
recycle() - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
 
recycle() - Method in class org.apache.cocoon.xml.dom.DOMStreamer
 
redirect(boolean, String) - Method in class org.apache.cocoon.environment.ForwardRedirector
Redirects to a given URL.
redirect(String, boolean, boolean) - Method in class org.apache.cocoon.environment.http.HttpEnvironment
Redirect the client to new URL
registerDestructionCallback(String, Runnable) - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScope
 
releaseLock(Object) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Releases the lock (notifies it and removes it from the store)
remove(Serializable) - Method in class org.apache.cocoon.caching.impl.CacheImpl
Remove a cached response.
remove(String) - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScope
 
remove(Object) - Method in class org.apache.cocoon.environment.impl.BaseMap
 
remove(Object) - Method in class org.apache.cocoon.environment.impl.ContextMap
 
remove(Object) - Method in class org.apache.cocoon.environment.impl.RequestMap
 
remove(Object) - Method in class org.apache.cocoon.environment.impl.SessionMap
 
removeAttribute(String) - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
removeAttribute(String) - Method in class org.apache.cocoon.environment.http.HttpContext
 
removeAttribute(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
removeAttribute(String) - Method in class org.apache.cocoon.environment.http.HttpSession
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
removeAttribute(String) - Method in class org.apache.cocoon.xml.AttributesImpl
Remove an attribute
removeAttribute(String, String) - Method in class org.apache.cocoon.xml.AttributesImpl
Remove an attribute
removeAttribute(int) - Method in class org.apache.cocoon.xml.ImmutableAttributesImpl
 
removeChild(Node) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Removes the child node indicated by oldChild from the list of children, and returns it.
removeLastKey() - Method in class org.apache.cocoon.caching.PipelineCacheKey
Remove the last key
removeLocalAttribute(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
removeOurNamespacePrefixes - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
Remove namespace prefixes for our namespace?
removeRecorder() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Remove a recorder from the recording chain.
removeUntilCachePoint() - Method in class org.apache.cocoon.caching.PipelineCacheKey
Remove unitl cachepoint (including cachePoint)
removeValue(String) - Method in class org.apache.cocoon.environment.impl.AbstractSession
 
renameNode(Node, String, String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
replaceChild(Node, Node) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
reqURI - Variable in class org.apache.cocoon.environment.http.HttpRequest
 
request - Variable in class org.apache.cocoon.generation.ServletGenerator
 
request - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
The current Request object
reset() - Method in class org.apache.cocoon.environment.http.HttpResponse
 
reset() - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
resetBuffer() - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
resolver - Variable in class org.apache.cocoon.generation.AbstractGenerator
The current SourceResolver.
resolver - Variable in class org.apache.cocoon.reading.AbstractReader
The current SourceResolver.
resolver - Variable in class org.apache.cocoon.transformation.AbstractDOMTransformer
The SAX entity resolver
resolver - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
The SourceResolver for this request
resolver - Variable in class org.apache.cocoon.transformation.ServiceableTransformer
The current SourceResolver.
response - Variable in class org.apache.cocoon.generation.ServletGenerator
 
response - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
The current Response object
result - Variable in class org.apache.cocoon.xml.dom.DOMBuilder
The result

S

SERIALIZER_PREFIX - Static variable in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
SINGLETON - Static variable in class org.apache.cocoon.xml.SaxBuffer.EndCDATA
 
SINGLETON - Static variable in class org.apache.cocoon.xml.SaxBuffer.EndDTD
 
SINGLETON - Static variable in class org.apache.cocoon.xml.SaxBuffer.EndDocument
 
SINGLETON - Static variable in class org.apache.cocoon.xml.SaxBuffer.StartCDATA
 
SINGLETON - Static variable in class org.apache.cocoon.xml.SaxBuffer.StartDocument
 
SKIPPED_ENTITY - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
START_CDATA - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
START_DOCUMENT - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
START_DTD - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
START_ELEMENT - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
START_ENTITY - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
START_PREFIX_MAPPING - Static variable in interface org.apache.cocoon.components.sax.XMLByteStreamConstants
 
SaxBuffer - class org.apache.cocoon.xml.SaxBuffer.
A class that can record SAX events and replay them later.
SaxBuffer() - Constructor for class org.apache.cocoon.xml.SaxBuffer
Creates empty SaxBuffer
SaxBuffer(List) - Constructor for class org.apache.cocoon.xml.SaxBuffer
Creates SaxBuffer based on the provided bits list.
SaxBuffer(SaxBuffer) - Constructor for class org.apache.cocoon.xml.SaxBuffer
Creates copy of another SaxBuffer
SaxBuffer.Characters - class org.apache.cocoon.xml.SaxBuffer.Characters.
 
SaxBuffer.Characters(char[], int, int) - Constructor for class org.apache.cocoon.xml.SaxBuffer.Characters
 
SaxBuffer.Comment - class org.apache.cocoon.xml.SaxBuffer.Comment.
 
SaxBuffer.Comment(char[], int, int) - Constructor for class org.apache.cocoon.xml.SaxBuffer.Comment
 
SaxBuffer.EndCDATA - class org.apache.cocoon.xml.SaxBuffer.EndCDATA.
 
SaxBuffer.EndCDATA() - Constructor for class org.apache.cocoon.xml.SaxBuffer.EndCDATA
 
SaxBuffer.EndDTD - class org.apache.cocoon.xml.SaxBuffer.EndDTD.
 
SaxBuffer.EndDTD() - Constructor for class org.apache.cocoon.xml.SaxBuffer.EndDTD
 
SaxBuffer.EndDocument - class org.apache.cocoon.xml.SaxBuffer.EndDocument.
 
SaxBuffer.EndDocument() - Constructor for class org.apache.cocoon.xml.SaxBuffer.EndDocument
 
SaxBuffer.EndElement - class org.apache.cocoon.xml.SaxBuffer.EndElement.
 
SaxBuffer.EndElement(String, String, String) - Constructor for class org.apache.cocoon.xml.SaxBuffer.EndElement
 
SaxBuffer.EndEntity - class org.apache.cocoon.xml.SaxBuffer.EndEntity.
 
SaxBuffer.EndEntity(String) - Constructor for class org.apache.cocoon.xml.SaxBuffer.EndEntity
 
SaxBuffer.EndPrefixMapping - class org.apache.cocoon.xml.SaxBuffer.EndPrefixMapping.
 
SaxBuffer.EndPrefixMapping(String) - Constructor for class org.apache.cocoon.xml.SaxBuffer.EndPrefixMapping
 
SaxBuffer.IgnorableWhitespace - class org.apache.cocoon.xml.SaxBuffer.IgnorableWhitespace.
 
SaxBuffer.IgnorableWhitespace(char[], int, int) - Constructor for class org.apache.cocoon.xml.SaxBuffer.IgnorableWhitespace
 
SaxBuffer.PI - class org.apache.cocoon.xml.SaxBuffer.PI.
 
SaxBuffer.PI(String, String) - Constructor for class org.apache.cocoon.xml.SaxBuffer.PI
 
SaxBuffer.SkippedEntity - class org.apache.cocoon.xml.SaxBuffer.SkippedEntity.
 
SaxBuffer.SkippedEntity(String) - Constructor for class org.apache.cocoon.xml.SaxBuffer.SkippedEntity
 
SaxBuffer.StartCDATA - class org.apache.cocoon.xml.SaxBuffer.StartCDATA.
 
SaxBuffer.StartCDATA() - Constructor for class org.apache.cocoon.xml.SaxBuffer.StartCDATA
 
SaxBuffer.StartDTD - class org.apache.cocoon.xml.SaxBuffer.StartDTD.
 
SaxBuffer.StartDTD(String, String, String) - Constructor for class org.apache.cocoon.xml.SaxBuffer.StartDTD
 
SaxBuffer.StartDocument - class org.apache.cocoon.xml.SaxBuffer.StartDocument.
 
SaxBuffer.StartDocument() - Constructor for class org.apache.cocoon.xml.SaxBuffer.StartDocument
 
SaxBuffer.StartElement - class org.apache.cocoon.xml.SaxBuffer.StartElement.
 
SaxBuffer.StartElement(String, String, String, Attributes) - Constructor for class org.apache.cocoon.xml.SaxBuffer.StartElement
 
SaxBuffer.StartEntity - class org.apache.cocoon.xml.SaxBuffer.StartEntity.
 
SaxBuffer.StartEntity(String) - Constructor for class org.apache.cocoon.xml.SaxBuffer.StartEntity
 
SaxBuffer.StartPrefixMapping - class org.apache.cocoon.xml.SaxBuffer.StartPrefixMapping.
 
SaxBuffer.StartPrefixMapping(String, String) - Constructor for class org.apache.cocoon.xml.SaxBuffer.StartPrefixMapping
 
SaxBuffer.XMLizableBit - class org.apache.cocoon.xml.SaxBuffer.XMLizableBit.
 
SaxBuffer.XMLizableBit(XMLizable) - Constructor for class org.apache.cocoon.xml.SaxBuffer.XMLizableBit
 
ServiceableGenerator - class org.apache.cocoon.generation.ServiceableGenerator.
A default implementation that can be used for writing own generators.
ServiceableGenerator() - Constructor for class org.apache.cocoon.generation.ServiceableGenerator
 
ServiceableReader - class org.apache.cocoon.reading.ServiceableReader.
The serviceable reader will allow any Reader implementation that extends this to access other Avalon components.
ServiceableReader() - Constructor for class org.apache.cocoon.reading.ServiceableReader
 
ServiceableTransformer - class org.apache.cocoon.transformation.ServiceableTransformer.
This class can be used as a base class for own transformer implementations that need to lookup other components.
ServiceableTransformer() - Constructor for class org.apache.cocoon.transformation.ServiceableTransformer
 
ServletGenerator - class org.apache.cocoon.generation.ServletGenerator.
 
ServletGenerator() - Constructor for class org.apache.cocoon.generation.ServletGenerator
 
SessionMap - class org.apache.cocoon.environment.impl.SessionMap.
Session attributes map
SessionMap(Session) - Constructor for class org.apache.cocoon.environment.impl.SessionMap
 
SourceUtil - class org.apache.cocoon.components.source.util.SourceUtil.
This class contains some utility methods for the source resolving.
SourceUtil() - Constructor for class org.apache.cocoon.components.source.util.SourceUtil
 
saxFactory - Static variable in class org.apache.cocoon.xml.dom.DomHelper
 
saxbits - Variable in class org.apache.cocoon.xml.SaxBuffer
Stores list of SaxBit objects.
searchAttribute(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
secureOutputStream - Variable in class org.apache.cocoon.environment.AbstractEnvironment
The secure Output Stream
selectNodeList(Node, String, XPathProcessor) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Use an XPath string to select a nodelist.
selectSingleNode(Node, String, XPathProcessor) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Return the Node from the DOM Node rootNode using the XPath expression path.
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.Characters
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.Comment
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.EndCDATA
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.EndDTD
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.EndDocument
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.EndElement
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.EndEntity
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.EndPrefixMapping
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.IgnorableWhitespace
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.PI
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.SkippedEntity
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.StartCDATA
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.StartDTD
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.StartDocument
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.StartElement
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.StartEntity
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.StartPrefixMapping
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer.XMLizableBit
 
sendEndElementEvent(String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Send SAX events to the next pipeline component.
sendEndElementEventNS(String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Send SAX events to the next pipeline component.
sendEndPrefixMapping() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Send all end prefix mapping events to the current content handler
sendError(int, String) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
sendError(int) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
sendError(int) - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
sendError(int, String) - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
sendEvents(Node) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Send SAX events to the next pipeline component.
sendParametersEvents(SourceParameters) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Send SAX events for the SourceParameters.
sendPermanentRedirect(String) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
sendRedirect(String) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
sendRedirect(String) - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
sendStartElementEvent(String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Send SAX events to the next pipeline component.
sendStartElementEvent(String, Attributes) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Send SAX events to the next pipeline component.
sendStartElementEventNS(String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Send SAX events to the next pipeline component.
sendStartElementEventNS(String, Attributes) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Send SAX events to the next pipeline component.
sendStartPrefixMapping() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Send all start prefix mapping events to the current content handler
sendStatus(int) - Method in class org.apache.cocoon.environment.ForwardRedirector
 
sendTextEvent(String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Send SAX events to the next pipeline component.
serialize(XMLizable, Properties) - Static method in class org.apache.cocoon.xml.XMLUtils
Serialize a XMLizable into a string.
serializeNode(Node) - Static method in class org.apache.cocoon.xml.XMLUtils
Serialize a DOM node into a string using format created by createPropertiesForXML(false).
serializeNode(Node, Properties) - Static method in class org.apache.cocoon.xml.XMLUtils
Serialize a DOM node into a string.
serializer - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
serializerMimeType - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
serializerParam - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
serializerRole - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
The role name of the serializer
serializerSource - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
service(ServiceManager) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
service(ServiceManager) - Method in class org.apache.cocoon.generation.ServiceableGenerator
Set the current ServiceManager instance used by this Serviceable.
service(ServiceManager) - Method in class org.apache.cocoon.generation.ServletGenerator
 
service(ServiceManager) - Method in class org.apache.cocoon.reading.ServiceableReader
 
service(ServiceManager) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Deprecated. use property injection instead
service(ServiceManager) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
service(ServiceManager) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
 
service(ServiceManager) - Method in class org.apache.cocoon.transformation.ServiceableTransformer
 
setAction(String) - Method in class org.apache.cocoon.environment.AbstractEnvironment
Allow implementations to set action later than in super() constructor Action can be set only once, and should be set in implementation's constructor.
setAttribute(String, Object) - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
setAttribute(String, Object) - Method in class org.apache.cocoon.environment.http.HttpContext
 
setAttribute(String, Object) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
setAttribute(String, Object) - Method in class org.apache.cocoon.environment.http.HttpSession
Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in class org.apache.cocoon.environment.impl.AbstractContext
 
setAttribute(int, String, String, String, String, String) - Method in class org.apache.cocoon.xml.ImmutableAttributesImpl
 
setAttributes(Attributes) - Method in class org.apache.cocoon.xml.ImmutableAttributesImpl
 
setBeanFactory(BeanFactory) - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoFactoryBean
 
setBeans(Map) - Method in interface org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolder
 
setBeans(Map) - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolderImpl
 
setBufferSize(int) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
setBufferSize(int) - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
setCharacterEncoding(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
setCharacterEncoding(String) - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
setComment(String) - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Specifies a comment that describes a cookie's purpose.
setComponentName(String) - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoInitializer
 
setConsumer(XMLConsumer) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter
Set the XMLConsumer that will receive XML data.
setConsumer(XMLConsumer) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
Set the XMLConsumer that will receive XML data.
setConsumer(XMLConsumer) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Interpose namespace pipe if needed.
setConsumer(XMLConsumer) - Method in class org.apache.cocoon.xml.AbstractXMLProducer
Set the XMLConsumer that will receive XML data.
setConsumer(XMLConsumer) - Method in class org.apache.cocoon.xml.dom.DOMStreamer
Set the XMLConsumer that will receive XML data.
setContainerEncoding(String) - Method in class org.apache.cocoon.environment.http.HttpRequest
Sets the default encoding of the servlet container.
setContentHandler(ContentHandler) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter
Set the ContentHandler that will receive XML data.
setContentHandler(ContentHandler) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Interpose namespace pipe if needed.
setContentHandler(ContentHandler) - Method in class org.apache.cocoon.xml.AbstractXMLProducer
Set the ContentHandler that will receive XML data.
setContentHandler(ContentHandler) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Set the ContentHandler that will receive XML data.
setContentHandler(ContentHandler) - Method in class org.apache.cocoon.xml.dom.DOMStreamer
Set the ContentHandler that will receive XML data.
setContentLength(int) - Method in class org.apache.cocoon.environment.http.HttpEnvironment
Set the length of the generated content
setContentLength(int) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
setContentLength(int) - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
setContentType(String) - Method in class org.apache.cocoon.environment.http.HttpEnvironment
Set the ContentType
setContentType(String) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
setContentType(String) - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
setData(Map) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
setData(Map) - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoFactoryBean
 
setData(Map) - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoInitializer
 
setDateHeader(String, long) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
setDefaultEncoding(String) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Set the default encoding.
setDefaultType(String, String) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
setDestructionCallbacks(Map) - Method in interface org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolder
 
setDestructionCallbacks(Map) - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolderImpl
 
setDocumentLocation(String) - Method in class org.apache.cocoon.xml.XMLBaseSupport
 
setDocumentLocator(Locator) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
setDocumentLocator(Locator) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
setDocumentLocator(Locator) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
setDocumentLocator(Locator) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
setDocumentLocator(Locator) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Process the SAX event.
setDocumentLocator(Locator) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
setDocumentLocator(Locator) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
setDocumentLocator(Locator) - Method in class org.apache.cocoon.xml.SaxBuffer
 
setDocumentURI(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
setDomain(String) - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Specifies the domain within which this cookie should be presented.
setErrorHandler(SitemapErrorHandler) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Sets error handler for this pipeline.
setFormat(Properties) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Set the properties used for transformer handler used by the serializer see OutputKeys for possible settings.
setGenerator(String, String, Parameters, Parameters) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Set the generator that will be used as the initial step in the pipeline.
setGenerator(String, String, Parameters, Parameters) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Set the generator.
setGenerator(String, String, Parameters, Parameters) - Method in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
Set the generator.
setHeader(String, String) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
setHint(String) - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoInitializer
 
setHolder(PipelineComponentScopeHolder) - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentProxyDecorator
 
setHolder(PipelineComponentScopeHolder) - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScope
 
setIgnoreEmptyCharacters(boolean) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
Control SAX event handling.
setIgnoreRootElement(boolean) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
Control SAX event handling.
setInScope(boolean) - Method in interface org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolder
 
setInScope(boolean) - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolderImpl
 
setInfo(PipelineComponentInfo) - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoInitializer
 
setIntHeader(String, int) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
setLabel(String) - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoInitializer
 
setLabels(String, String[]) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
setLexicalHandler(LexicalHandler) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamInterpreter
Set the LexicalHandler that will receive XML data.
setLexicalHandler(LexicalHandler) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Interpose namespace pipe if needed.
setLexicalHandler(LexicalHandler) - Method in class org.apache.cocoon.xml.AbstractXMLProducer
Set the LexicalHandler that will receive XML data.
setLexicalHandler(LexicalHandler) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Set the LexicalHandler that will receive XML data.
setLexicalHandler(LexicalHandler) - Method in class org.apache.cocoon.xml.dom.DOMStreamer
Set the LexicalHandler that will receive XML data.
setLocalAttribute(String, Object) - Method in class org.apache.cocoon.environment.http.HttpRequest
 
setLocalName(int, String) - Method in class org.apache.cocoon.xml.ImmutableAttributesImpl
 
setLocale(Locale) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
setMaxAge(int) - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Sets the maximum age of the cookie in seconds.
setMaxInactiveInterval(int) - Method in class org.apache.cocoon.environment.http.HttpSession
Specifies the time, in seconds, between client requests before the contextcontainer will invalidate this session.
setMimeType(String, String) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
setMimeType(String) - Method in class org.apache.cocoon.core.container.spring.pipeline.PipelineComponentInfoInitializer
 
setMimeTypeForReader(Environment) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Set the mime-type for a reader
setMimeTypeForSerializer(Environment) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Set the mime-type for a serializer
setNodeValue(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The value of this node, depending on its type; see the table above.
setNormalizeNamespaces(boolean) - Method in class org.apache.cocoon.xml.dom.DOMStreamer
 
setOutputStream(OutputStream) - Method in class org.apache.cocoon.reading.AbstractReader
Set the OutputStream
setOutputStream(OutputStream) - Method in class org.apache.cocoon.serialization.AbstractSerializer
Set the OutputStream where the requested resource should be serialized.
setParentBeans(Map) - Method in interface org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolder
 
setParentBeans(Map) - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolderImpl
 
setParentDestructionCallbacks(Map) - Method in interface org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolder
 
setParentDestructionCallbacks(Map) - Method in class org.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolderImpl
 
setPath(String) - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Specifies a path for the cookie to which the client should return the cookie.
setPipelineHint(String, String) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
setPrefix(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
The namespace prefix of this node, or null if it is unspecified.
setProcessorManager(ServiceManager) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Set the processor's service manager
setQName(int, String) - Method in class org.apache.cocoon.xml.ImmutableAttributesImpl
 
setReader(String, String, Parameters, String) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Set the reader for this pipeline
setReader(String, String, Parameters, String) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Set the Reader.
setResponseIsNotModified() - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
setResponseIsNotModified() - Method in class org.apache.cocoon.environment.http.HttpEnvironment
Mark the response as not modified.
setSecure(boolean) - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSerializer(String, String, Parameters, Parameters, String) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Set the serializer for this pipeline
setSerializer(String, String, Parameters, Parameters, String) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Set the serializer.
setStatus(int) - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
setStatus(int) - Method in class org.apache.cocoon.environment.http.HttpEnvironment
Set the StatusCode
setStatus(int) - Method in class org.apache.cocoon.environment.http.HttpResponse
 
setStatus(int, String) - Method in class org.apache.cocoon.environment.http.HttpResponse
Deprecated. As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a description use sendError(int, String).
setStatus(int) - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
setStatus(int, String) - Method in class org.apache.cocoon.environment.impl.AbstractResponse
 
setStore(Store) - Method in class org.apache.cocoon.caching.impl.CacheImpl
Set the Store implementation
setStrictErrorChecking(boolean) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
setTextContent(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
setTransformerFactory(String) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer
Optionally set the transformer factory used for creating the transformer handler that is used for serialization.
setType(int, String) - Method in class org.apache.cocoon.xml.ImmutableAttributesImpl
 
setURI(String, String) - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
setURI(int, String) - Method in class org.apache.cocoon.xml.ImmutableAttributesImpl
 
setUserData(String, Object, UserDataHandler) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
setValue(String) - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Assigns a new value to a cookie after the cookie is created.
setValue(Object) - Method in class org.apache.cocoon.environment.impl.BaseMap.Entry
 
setValue(int, String) - Method in class org.apache.cocoon.xml.ImmutableAttributesImpl
 
setValueOfNode(Node, String) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Set the value of the DOM node.
setVersion(int) - Method in class org.apache.cocoon.environment.http.HttpCookie
Deprecated. Sets the version of the cookie protocol this cookie complies with.
setView(String) - Method in class org.apache.cocoon.environment.AbstractEnvironment
Allow implementations to set view later than in super() constructor.
setXmlEncoding(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
setXmlStandalone(boolean) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
setXmlVersion(String) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
setup(Parameters) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Setup this component
setup(SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.generation.AbstractGenerator
Set the SourceResolver, object model Map, the source and sitemap Parameters used to process the request.
setup(SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.generation.ServletGenerator
 
setup(SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.reading.AbstractReader
Set the SourceResolver the object model Map, the source and sitemap Parameters used to process the request.
setup(SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
Set the SourceResolver, objectModel Map, the source and sitemap Parameters used to process the request.
setup(SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Setup the transformer.
setup(SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
 
setup(SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.transformation.ServiceableTransformer
Set the SourceResolver, object model Map, the source and sitemap Parameters used to process the request.
setupLabelAndPipelineHint(String, Configuration) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
setupMimeType(String, Configuration) - Method in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
setupPipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Setup pipeline components.
setupPipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Setup the evenet pipeline.
setupReader(Environment) - Method in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
Setup the reader
setupTransforming() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Setup the transformation of an xml document.
setupValidities() - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Generate validity objects for the new response
shouldSetContentLength() - Method in class org.apache.cocoon.reading.AbstractReader
Test if the component wants to set the content length
shouldSetContentLength() - Method in class org.apache.cocoon.serialization.AbstractSerializer
Test if the component wants to set the content length
simpleLink(String, String, String, String, String, String, String, String, String, Attributes) - Method in class org.apache.cocoon.xml.xlink.ExtendedXLinkPipe
 
simpleLink(String, String, String, String, String, String, String, String, String, Attributes) - Method in class org.apache.cocoon.xml.xlink.XLinkPipe
 
size() - Method in class org.apache.cocoon.caching.PipelineCacheKey
Return the number of keys
skippedEntity(String) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
skippedEntity(String) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
skippedEntity(String) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
skippedEntity(String) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
skippedEntity(String) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Process the SAX event.
skippedEntity(String) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
skippedEntity(String) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
skippedEntity(String) - Method in class org.apache.cocoon.xml.SaxBuffer
 
source - Variable in class org.apache.cocoon.generation.AbstractGenerator
The source URI associated with the request or null.
source - Variable in class org.apache.cocoon.reading.AbstractReader
The source URI associated with the request or null.
source - Variable in class org.apache.cocoon.transformation.AbstractDOMTransformer
The URI requested
source - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
The source attribute specified in the sitemap
source - Variable in class org.apache.cocoon.transformation.ServiceableTransformer
The source URI associated with the request or null.
sourceResolver - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
The current SourceResolver
stack - Variable in class org.apache.cocoon.transformation.AbstractSAXTransformer
A stack for collecting information.
startArc(String, String, String, String, String, String, String, String, String, Attributes) - Method in class org.apache.cocoon.xml.xlink.XLinkPipe
 
startCDATA() - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
SAX Event Handling: LexicalHandler
startCDATA() - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
startCDATA() - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
startCDATA() - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
startCDATA() - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Report the start of a CDATA section.
startCDATA() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
 
startCDATA() - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
startCDATA() - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Report the start of a CDATA section.
startCDATA() - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Report the start of a CDATA section.
startCDATA() - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Report the start of a CDATA section.
startCDATA() - Method in class org.apache.cocoon.xml.DefaultLexicalHandler
 
startCDATA() - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
startCDATA() - Method in class org.apache.cocoon.xml.SaxBuffer
 
startDTD(String, String, String) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
SAX Event Handling: LexicalHandler
startDTD(String, String, String) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
startDTD(String, String, String) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
startDTD(String, String, String) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
startDTD(String, String, String) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
 
startDTD(String, String, String) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
startDTD(String, String, String) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.apache.cocoon.xml.DefaultLexicalHandler
 
startDTD(String, String, String) - Method in class org.apache.cocoon.xml.EmbeddedXMLPipe
Ignore the startDTD event: this method does nothing.
startDTD(String, String, String) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
startDTD(String, String, String) - Method in class org.apache.cocoon.xml.SaxBuffer
 
startDocument() - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
startDocument() - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
startDocument() - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
startDocument() - Method in class org.apache.cocoon.serialization.AbstractTextSerializer.NamespaceAsAttributes
 
startDocument() - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
startDocument() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Process the SAX event.
startDocument() - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
startDocument() - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.cocoon.xml.EmbeddedXMLPipe
Ignore the startDocument event: this method does nothing.
startDocument() - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
startDocument() - Method in class org.apache.cocoon.xml.SaxBuffer
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer.NamespaceAsAttributes
Ensure all namespace declarations are present as xmlns: attributes and add those needed before calling superclass.
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Process the SAX event.
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.transformation.helpers.ParametersRecorder
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.xml.SaxBuffer
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.xml.XMLBaseSupport
 
startElement(ContentHandler, String) - Static method in class org.apache.cocoon.xml.XMLUtils
Create a startElement with a empty Namespace and without Attributes
startElement(ContentHandler, String, String) - Static method in class org.apache.cocoon.xml.XMLUtils
Create a startElement without Attributes Prefix must be mapped to empty String
startElement(ContentHandler, String, Attributes) - Static method in class org.apache.cocoon.xml.XMLUtils
Create a startElement with a empty Namespace
startElement(ContentHandler, String, String, Attributes) - Static method in class org.apache.cocoon.xml.XMLUtils
Create a startElement with a empty Namespace Prefix must be mapped to empty String
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.xml.xlink.ExtendedXLinkPipe
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.xml.xlink.XLinkPipe
 
startEntity(String) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
SAX Event Handling: LexicalHandler
startEntity(String) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
startEntity(String) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
startEntity(String) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
startEntity(String) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Report the beginning of an entity.
startEntity(String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
 
startEntity(String) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
startEntity(String) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Report the beginning of an entity.
startEntity(String) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Report the beginning of an entity.
startEntity(String) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Report the beginning of an entity.
startEntity(String) - Method in class org.apache.cocoon.xml.DefaultLexicalHandler
 
startEntity(String) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
startEntity(String) - Method in class org.apache.cocoon.xml.SaxBuffer
 
startExtendedLink(String, String, String, String, String, Attributes) - Method in class org.apache.cocoon.xml.xlink.XLinkPipe
 
startExtractingDocument(String, String, String, Attributes) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Receive notification of the beginning of the extracted Document.
startLocator(String, String, String, String, String, String, String, Attributes) - Method in class org.apache.cocoon.xml.xlink.XLinkPipe
 
startNode(Node) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
Start processing given node
startParametersRecording() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Start recording of parameters.
startPrefixMapping(String, String) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
startPrefixMapping(String, String) - Method in class org.apache.cocoon.components.sax.XMLTeePipe
 
startPrefixMapping(String, String) - Method in class org.apache.cocoon.components.source.URLRewriter
SAX Event Handling
startPrefixMapping(String, String) - Method in class org.apache.cocoon.serialization.AbstractTextSerializer.NamespaceAsAttributes
Track mappings to be able to add xmlns: attributes in startElement().
startPrefixMapping(String, String) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
 
startPrefixMapping(String, String) - Method in class org.apache.cocoon.transformation.AbstractExtractionTransformer
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Process the SAX event.
startPrefixMapping(String, String) - Method in class org.apache.cocoon.transformation.helpers.NOPRecorder
 
startPrefixMapping(String, String) - Method in class org.apache.cocoon.xml.AbstractXMLConsumer
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.apache.cocoon.xml.AbstractXMLPipe
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.apache.cocoon.xml.ContentHandlerWrapper
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.apache.cocoon.xml.IncludeXMLConsumer
 
startPrefixMapping(String, String) - Method in class org.apache.cocoon.xml.SaxBuffer
 
startRecording() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Start DOM DocumentFragment recording.
startSAXRecording() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Start recording of SAX events.
startSerializedXMLRecording(Properties) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Start recording of serialized xml All events are converted to an xml string which can be retrieved by endSerializedXMLRecording.
startTextRecording() - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Start recording of a text.
startTransformingElement(String, String, String, Attributes) - Method in class org.apache.cocoon.transformation.AbstractSAXTransformer
Start processing elements of our namespace.
startingProcessing() - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
store - Variable in class org.apache.cocoon.caching.impl.CacheImpl
The store containing the cached responses
store(Serializable, CachedResponse) - Method in class org.apache.cocoon.caching.impl.CacheImpl
Store a cached response
stream(Node) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.DefaultDOMStreamer
Start the production of SAX events.
stream(Node) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
Start the production of SAX events.
stream(Node) - Method in class org.apache.cocoon.xml.dom.DOMStreamer
Start the production of SAX events.
stripDuplicateAttributes(Node, Node) - Static method in class org.apache.cocoon.xml.XMLUtils
 
systemId - Variable in class org.apache.cocoon.xml.SaxBuffer.StartDTD
 

T

TRANSFORMER_PREFIX - Static variable in class org.apache.cocoon.components.pipeline.impl.PipelineComponentInfo
 
TextRecorder - class org.apache.cocoon.transformation.helpers.TextRecorder.
This class records all character SAX events and creates a string from them.
TextRecorder() - Constructor for class org.apache.cocoon.transformation.helpers.TextRecorder
 
target - Variable in class org.apache.cocoon.xml.SaxBuffer.PI
 
toCacheKey - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
This key indicates the response that will get into the cache
toCacheSourceValidities - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
The source validities used for caching
toCharacters(Source, String, ContentHandler) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Generates character SAX events from the given source.
toDOM(ServiceManager, Source) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Generates a DOM from the given source
toDOM(ServiceManager, String, Source) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Generates a DOM from the given source
toDOM(Node) - Method in class org.apache.cocoon.xml.AbstractSAXFragment
Appends children representing the object's state to the given node by using the results of toSAX().
toSAX(ContentHandler) - Method in class org.apache.cocoon.components.sax.XMLByteStreamFragment
Output the fragment.
toSAX(ServiceManager, Source, ContentHandler, Parameters, boolean) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Generates SAX events from the given source with possible URL rewriting.
toSAX(XMLizable, ContentHandler) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Generates SAX events from the XMLizable and handle SAXException.
toSAX(ServiceManager, Source, ContentHandler) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Generates SAX events from the given source.
toSAX(ServiceManager, Source, String, ContentHandler) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Generates SAX events from the given source by using XMLizer.
toSAX(XMLizer, Source, String, ContentHandler) - Static method in class org.apache.cocoon.components.source.util.SourceUtil
Generates SAX events from the given source by using XMLizer.
toSAX(ContentHandler) - Method in class org.apache.cocoon.xml.SaxBuffer
Stream this buffer into the provided content handler.
toSAX(ContentHandler) - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
Generates SAX events representing the object's state.
NOTE : if the implementation can produce lexical events, care should be taken that handler can actually be a XMLConsumer that accepts such events.
toString() - Method in class org.apache.cocoon.caching.ComponentCacheKey
toString The FilesystemStore uses toString!
toString - Variable in class org.apache.cocoon.caching.IdentifierCacheKey
Caches toString() value.
toString() - Method in class org.apache.cocoon.caching.IdentifierCacheKey
toString The FilesystemStore uses toString!
toString() - Method in class org.apache.cocoon.caching.PipelineCacheKey
toString The FilesystemStore uses toString!
toString(StringBuffer) - Method in class org.apache.cocoon.xml.SaxBuffer.Characters
 
toString() - Method in class org.apache.cocoon.xml.SaxBuffer
 
toString() - Method in class org.apache.cocoon.xml.dom.DocumentWrapper
 
transform(Document) - Method in class org.apache.cocoon.transformation.AbstractDOMTransformer
Transform the specified DOM, returning a new DOM to stream down the pipeline.
transformer - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.DefaultDOMStreamer
The private transformer for this instance
transformerParams - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
transformerRoles - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
The role names of the transfomrers
transformerSources - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
transformers - Variable in class org.apache.cocoon.components.pipeline.AbstractProcessingPipeline
 
transientStore - Variable in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Store for pipeline locks (optional)
tryResetResponse() - Method in class org.apache.cocoon.environment.AbstractEnvironment
 
tryResetResponse() - Method in class org.apache.cocoon.environment.http.HttpEnvironment
Reset the response if possible.

U

URLRewriter - class org.apache.cocoon.components.source.URLRewriter.
This is an XMLConsumer which rewrites the stream according to the configuration.
URLRewriter(Parameters, ContentHandler, LexicalHandler) - Constructor for class org.apache.cocoon.components.source.URLRewriter
Create a new rewriter
URLRewriter(Parameters, ContentHandler) - Constructor for class org.apache.cocoon.components.source.URLRewriter
Create a new rewriter
uri - Variable in class org.apache.cocoon.environment.AbstractEnvironment
The current uri in progress
uri - Variable in class org.apache.cocoon.xml.SaxBuffer.StartPrefixMapping
 
uripattern - Static variable in class org.apache.cocoon.components.source.util.SourceUtil
 

V

validatePipeline(Environment) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Calculate the key that can be used to get something from the cache, and handle expires properly.
valueOf(ContentHandler, String) - Static method in class org.apache.cocoon.xml.XMLUtils
Implementation of <xsp:expr> for String : outputs characters representing the value.
valueOf(ContentHandler, XMLizable) - Static method in class org.apache.cocoon.xml.XMLUtils
Implementation of <xsp:expr> for XMLizable : outputs the value by calling v.toSax(contentHandler).
valueOf(ContentHandler, Node) - Static method in class org.apache.cocoon.xml.XMLUtils
Implementation of <xsp:expr> for org.w3c.dom.Node : converts the Node to a SAX event stream.
valueOf(ContentHandler, Collection) - Static method in class org.apache.cocoon.xml.XMLUtils
Implementation of <xsp:expr> for java.util.Collection : outputs the value by calling xspExpr() on each element of the collection.
valueOf(ContentHandler, Object) - Static method in class org.apache.cocoon.xml.XMLUtils
Implementation of <xsp:expr> for Object depending on its class : if it's an array, call xspExpr() on all its elements, if it's class has a specific xspExpr()implementation, use it, else, output it's string representation.
valueOf(Node, String) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Implementation for String : outputs characters representing the value.
valueOf(Node, XMLizable) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Implementation for XMLizable : outputs the value by calling v.toSax(contentHandler).
valueOf(Node, Node) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Implementation for org.w3c.dom.Node : converts the Node to a SAX event stream.
valueOf(Node, Collection) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Implementation for java.util.Collection : outputs the value by calling DOMUtil.valueOf(Node, Object) on each element of the collection.
valueOf(Node, Map) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Implementation for java.util.Map : For each entry an element is created with the childs key and value Outputs the value and the key by calling DOMUtil.valueOf(Node, Object) on each value and key of the Map.
valueOf(Node, Object) - Static method in class org.apache.cocoon.xml.dom.DOMUtil
Implementation for Object depending on its class : if it's an array, call DOMUtil.valueOf(Node, Object) on all its elements, if it's class has a specific DOMUtil.valueOf(Node, Object) implementation, use it, else, output it's string representation.
view - Variable in class org.apache.cocoon.environment.AbstractEnvironment
The View requested

W

waitForLock(Object) - Method in class org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline
Look up the lock object by key, and if present, wait till notified.
write(int) - Method in class org.apache.cocoon.caching.CachingOutputStream
 
write(byte[]) - Method in class org.apache.cocoon.caching.CachingOutputStream
 
write(byte[], int, int) - Method in class org.apache.cocoon.caching.CachingOutputStream
 
write(int) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
write(int) - Method in class org.apache.cocoon.components.sax.XMLByteStreamCompiler
 
write(int) - Method in class org.apache.cocoon.components.sax.XMLOutputStreamCompiler
 
writeAttributes(int) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
writeChars(char[], int, int) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
writeEvent(int) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 
writeString(String) - Method in class org.apache.cocoon.components.sax.AbstractXMLByteStreamCompiler
 

X

XLINK_ACTUATE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_ARCROLE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_FROM - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_HREF - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_LABEL - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_NAMESPACE_URI - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_ROLE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_SHOW - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TITLE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TO - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE_ARC - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE_EXTENDED - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE_LOCATOR - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE_RESOURCE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE_SIMPLE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLINK_TYPE_TITLE - Static variable in class org.apache.cocoon.xml.xlink.XLinkPipe
 
XLinkPipe - class org.apache.cocoon.xml.xlink.XLinkPipe.
This class implements a SAX consumer wrapper that transforms the general SAX semantic into XLink semantics for easier consumption.
XLinkPipe() - Constructor for class org.apache.cocoon.xml.xlink.XLinkPipe
 
XMLBASE_ATTRIBUTE - Static variable in class org.apache.cocoon.xml.XMLBaseSupport
 
XMLBASE_NAMESPACE_URI - Static variable in class org.apache.cocoon.xml.XMLBaseSupport
 
XMLBaseSupport - class org.apache.cocoon.xml.XMLBaseSupport.
Helper class for handling xml:base attributes.
XMLBaseSupport(SourceResolver, Log) - Constructor for class org.apache.cocoon.xml.XMLBaseSupport
 
XMLByteStreamCompiler - class org.apache.cocoon.components.sax.XMLByteStreamCompiler.
This a simple xml compiler which outputs a byte array.
XMLByteStreamCompiler() - Constructor for class org.apache.cocoon.components.sax.XMLByteStreamCompiler
 
XMLByteStreamConstants - interface org.apache.cocoon.components.sax.XMLByteStreamConstants.
The common constants for SAX byte streaming
XMLByteStreamFragment - class org.apache.cocoon.components.sax.XMLByteStreamFragment.
An XMLByteStream wrapped by an XMLFragment implementation.
XMLByteStreamFragment(Object) - Constructor for class org.apache.cocoon.components.sax.XMLByteStreamFragment
Creates a new XMLByteStreamFragment defined by the given XML byte stream.
XMLByteStreamInterpreter - class org.apache.cocoon.components.sax.XMLByteStreamInterpreter.
This a simple xml compiler which takes a byte array as input.
XMLByteStreamInterpreter() - Constructor for class org.apache.cocoon.components.sax.XMLByteStreamInterpreter
 
XMLInputStreamInterpreter - class org.apache.cocoon.components.sax.XMLInputStreamInterpreter.
This class interpreter compiled SAX event from an InputStream.
XMLInputStreamInterpreter() - Constructor for class org.apache.cocoon.components.sax.XMLInputStreamInterpreter
 
XMLNS_URI - Static variable in class org.apache.cocoon.xml.dom.DomHelper
 
XMLOutputStreamCompiler - class org.apache.cocoon.components.sax.XMLOutputStreamCompiler.
This class compiles SAX events to an OutputStream.
XMLOutputStreamCompiler(OutputStream) - Constructor for class org.apache.cocoon.components.sax.XMLOutputStreamCompiler
 
XMLTeePipe - class org.apache.cocoon.components.sax.XMLTeePipe.
This is a simple Tee Component.
XMLTeePipe(XMLConsumer, XMLConsumer) - Constructor for class org.apache.cocoon.components.sax.XMLTeePipe
Create a new XMLTeePipe with two consumers
XMLUtils - class org.apache.cocoon.xml.XMLUtils.
XML utility methods.
XMLUtils() - Constructor for class org.apache.cocoon.xml.XMLUtils
 
xml - Variable in class org.apache.cocoon.xml.SaxBuffer.XMLizableBit
 
xmlConsumer - Variable in class org.apache.cocoon.xml.AbstractXMLProducer
The XMLConsumer receiving SAX events.
xmlDeserializer - Variable in class org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline
The deserializer
xmlSerializer - Variable in class org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline
The serializer
xmlSerializerArray - Variable in class org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline
 
xmlizable(XMLizable) - Method in class org.apache.cocoon.xml.SaxBuffer
Add a bit containing XMLizable object

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

Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.