|
|||||||||
| Home >> All >> org >> apache >> cocoon >> [ generation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.cocoon.generation
Class PhpGenerator

java.lang.ObjectAbstractLoggable
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.generation.AbstractGenerator
org.apache.cocoon.generation.ComposerGenerator
org.apache.cocoon.generation.ServletGenerator
org.apache.cocoon.generation.PhpGenerator
- All Implemented Interfaces:
- Generator, org.apache.cocoon.sitemap.SitemapModelComponent, org.apache.cocoon.xml.XMLProducer
- public class PhpGenerator
- extends ServletGenerator
Allows PHP to be used as a generator. Builds upon the PHP servlet functionallity - overrides the output method in order to pipe the results into SAX events.
- Version:
- CVS $Id: PhpGenerator.java,v 1.6.2.1 2002/11/21 15:06:49 sylvain Exp $
| Nested Class Summary | |
(package private) class |
PhpGenerator.config
Stub implementation of Servlet Config |
class |
PhpGenerator.PhpServlet
Subclass the PHP servlet implementation, overriding the method that produces the output. |
| Field Summary |
| 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 | |
PhpGenerator()
|
|
| Method Summary | |
void |
generate()
Generate XML data from PHP. |
| Methods inherited from class org.apache.cocoon.generation.ServletGenerator |
recycle, setup |
| Methods inherited from class org.apache.cocoon.generation.ComposerGenerator |
compose, dispose |
| Methods inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
setConsumer, setContentHandler, setLexicalHandler |
| 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.xml.XMLProducer |
setConsumer |
| Constructor Detail |
PhpGenerator
public PhpGenerator()
| Method Detail |
generate
public void generate()
throws java.io.IOException,
org.xml.sax.SAXException,
org.apache.cocoon.ProcessingException
- Generate XML data from PHP.
|
|||||||||
| Home >> All >> org >> apache >> cocoon >> [ generation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
AbstractLoggable