|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.framework.logger.AbstractLoggable | +--org.apache.cocoon.xml.AbstractXMLProducer | +--org.apache.cocoon.generation.AbstractGenerator | +--org.apache.cocoon.generation.ComposerGenerator | +--org.apache.cocoon.generation.ServletGenerator | +--org.apache.cocoon.generation.AbstractServerPage | +--org.apache.cocoon.components.language.markup.xsp.XSPGenerator
Base class for XSP-generated ServerPagesGenerator
classes
Field Summary | |
protected org.apache.avalon.framework.context.Context |
avalonContext
|
Fields inherited from class org.apache.cocoon.generation.AbstractServerPage |
dateCreated, dependencies |
Fields inherited from class org.apache.cocoon.generation.ServletGenerator |
context, request, response |
Fields inherited from class org.apache.cocoon.generation.ComposerGenerator |
manager |
Fields inherited from class org.apache.cocoon.generation.AbstractGenerator |
objectModel, parameters, resolver, source |
Fields inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
contentHandler, lexicalHandler, xmlConsumer |
Fields inherited from interface org.apache.cocoon.generation.Generator |
ROLE |
Constructor Summary | |
XSPGenerator()
|
Method Summary | |
void |
compose(org.apache.avalon.framework.component.ComponentManager manager)
Set the current ComponentManager instance used by this
Generator and initialize relevant instance variables. |
void |
contextualize(org.apache.avalon.framework.context.Context context)
Contextualize this class |
Methods inherited from class org.apache.cocoon.generation.AbstractServerPage |
attribute, characters, comment, end, generateKey, generateValidity, hasContentChanged, modifiedSince, start |
Methods inherited from class org.apache.cocoon.generation.ServletGenerator |
recycle, setup |
Methods inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
setConsumer, setContentHandler, setLexicalHandler |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable |
getLogger, setLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cocoon.Modifiable |
modifiedSince |
Methods inherited from interface org.apache.avalon.excalibur.pool.Recyclable |
recycle |
Methods inherited from interface org.apache.cocoon.generation.Generator |
generate |
Methods inherited from interface org.apache.cocoon.xml.XMLProducer |
setConsumer |
Field Detail |
protected org.apache.avalon.framework.context.Context avalonContext
Constructor Detail |
public XSPGenerator()
Method Detail |
public void contextualize(org.apache.avalon.framework.context.Context context) throws org.apache.avalon.framework.context.ContextException
contextualize
in interface org.apache.avalon.framework.context.Contextualizable
public void compose(org.apache.avalon.framework.component.ComponentManager manager) throws org.apache.avalon.framework.component.ComponentException
ComponentManager
instance used by this
Generator
and initialize relevant instance variables.compose
in interface org.apache.avalon.framework.component.Composable
compose
in class ComposerGenerator
manager
- The global component manager
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |