|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Processor | |
---|---|
org.apache.cocoon | |
org.apache.cocoon.components | |
org.apache.cocoon.components.source | |
org.apache.cocoon.components.treeprocessor | Evaluation tree based implementation of the Processor interface
|
Uses of Processor in org.apache.cocoon |
---|
Classes in org.apache.cocoon that implement Processor | |
---|---|
class |
Cocoon
The Cocoon Object is the main Kernel for the entire Cocoon system. |
class |
ProcessorWrapper
Deprecated. This class is not used anymore and will be removed with 2.2 |
Methods in org.apache.cocoon that return Processor | |
---|---|
Processor |
ProcessorWrapper.getRootProcessor()
Deprecated. Get the root parent processor of this processor |
Processor |
Cocoon.getRootProcessor()
Return this (Cocoon is always at the root of the processing chain). |
Processor |
Processor.getRootProcessor()
Get the root processor parent of this processor. |
Constructors in org.apache.cocoon with parameters of type Processor | |
---|---|
ProcessorWrapper(Processor processor)
Deprecated. |
Uses of Processor in org.apache.cocoon.components |
---|
Methods in org.apache.cocoon.components that return Processor | |
---|---|
static Processor |
CocoonComponentManager.getActiveProcessor(Environment env)
Return the processor that has actually processed the request |
static Processor |
CocoonComponentManager.getCurrentProcessor()
Return the current processor (for the cocoon: protocol) |
Methods in org.apache.cocoon.components with parameters of type Processor | |
---|---|
static void |
CocoonComponentManager.enterEnvironment(Environment env,
ComponentManager manager,
Processor processor)
This hook must be called by the sitemap each time a sitemap is entered This method should never raise an exception, except when the parameters are not set! |
Uses of Processor in org.apache.cocoon.components.source |
---|
Constructors in org.apache.cocoon.components.source with parameters of type Processor | |
---|---|
CocoonSourceFactory(Processor processor,
ComponentManager manager)
|
Uses of Processor in org.apache.cocoon.components.treeprocessor |
---|
Classes in org.apache.cocoon.components.treeprocessor that implement Processor | |
---|---|
class |
ConcreteTreeProcessor
The concrete implementation of Processor , containing the evaluation tree and associated
data such as component manager. |
class |
TreeProcessor
Interpreted tree-traversal implementation of a pipeline assembly language. |
Methods in org.apache.cocoon.components.treeprocessor that return Processor | |
---|---|
Processor |
TreeProcessor.getRootProcessor()
|
Processor |
ConcreteTreeProcessor.getRootProcessor()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |