|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Changeable in org.apache.cocoon.example |
Classes in org.apache.cocoon.example that implement Changeable | |
class |
DummyProducer
Stupid producer to show how this functionality works. |
Uses of Changeable in org.apache.cocoon.framework |
Methods in org.apache.cocoon.framework with parameters of type Changeable | |
void |
Page.setChangeable(Changeable change)
|
Uses of Changeable in org.apache.cocoon.processor |
Subinterfaces of Changeable in org.apache.cocoon.processor | |
interface |
Processor
Every DOM processor must extend this interface to be recognized by Cocoon as a DOM processor. |
Uses of Changeable in org.apache.cocoon.processor.dcp |
Classes in org.apache.cocoon.processor.dcp that implement Changeable | |
class |
DCPProcessor
This class implements a DOM processor that expands XML documents replacing dynamic content generation processing instructions by the return value of user-supplied logic. |
Uses of Changeable in org.apache.cocoon.processor.ldap |
Classes in org.apache.cocoon.processor.ldap that implement Changeable | |
class |
LdapProcessor
A processor that performs Ldap queries XML file format: <? |
Uses of Changeable in org.apache.cocoon.processor.sql |
Classes in org.apache.cocoon.processor.sql that implement Changeable | |
class |
SQLProcessor
A processor that performs SQL database queries. |
Uses of Changeable in org.apache.cocoon.processor.xslt |
Classes in org.apache.cocoon.processor.xslt that implement Changeable | |
class |
XSLTProcessor
This class implements an XSLT processor. |
Uses of Changeable in org.apache.cocoon.processor.xsp |
Classes in org.apache.cocoon.processor.xsp that implement Changeable | |
class |
XSPPage
|
class |
XSPProcessor
This class implements the XSP engine. |
Uses of Changeable in org.apache.cocoon.producer |
Subinterfaces of Changeable in org.apache.cocoon.producer | |
interface |
Producer
This interface must be implemented by the classes that produce documents encapsulating resources. |
Classes in org.apache.cocoon.producer that implement Changeable | |
class |
AbstractProducer
This abstract class implements the Producer interface and provides utitity methods to convert the generated streams into DOM tress that are used inside the processor pipeline. |
class |
ProducerFromFile
This class implements the producer interface in order to produce a document based on its tranlated path. |
class |
ProducerFromMap
|
class |
ProducerFromRequest
This class implements the producer interface to produce a document based on stringdata that is stored in the HttpServletRequest. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |