org.apache.cocoon.generation
Class PhpGenerator
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
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:
- Component, Composable, Disposable, Generator, LogEnabled, Poolable, Recyclable, SitemapModelComponent, 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 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Sam Ruby
|
Nested Class Summary |
class |
PhpGenerator.PhpServlet
Subclass the PHP servlet implementation, overriding the method
that produces the output. |
| Fields inherited from interface org.apache.cocoon.generation.Generator |
ROLE |
|
Method Summary |
void |
generate()
Generate XML data from PHP. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhpGenerator
public PhpGenerator()
generate
public void generate()
throws IOException,
SAXException,
ProcessingException
- Generate XML data from PHP.
- Throws:
IOException
SAXException
ProcessingException
Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.