org.apache.cocoon.transformation
Class BrowserUpdateTransformer
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.xml.AbstractXMLPipe
org.apache.cocoon.transformation.AbstractTransformer
org.apache.cocoon.ajax.BrowserUpdateTransformer
org.apache.cocoon.transformation.BrowserUpdateTransformer
- All Implemented Interfaces:
- ContentHandler, LexicalHandler, LogEnabled, Poolable, Recyclable, SitemapModelComponent, Transformer, XMLConsumer, XMLConsumer, XMLPipe, XMLProducer
- public class BrowserUpdateTransformer
- extends BrowserUpdateTransformer
- Version:
- $Id: BrowserUpdateTransformer.java 326838 2005-10-20 06:26:53Z sylvain $
Fields inherited from interface org.apache.cocoon.transformation.Transformer |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AJAXMODE_PARAM
public static final String AJAXMODE_PARAM
- See Also:
- Constant Field Values
BU_NSURI
public static final String BU_NSURI
- See Also:
- Constant Field Values
BrowserUpdateTransformer
public BrowserUpdateTransformer()
setup
public void setup(SourceResolver resolver,
Map objectModel,
String src,
Parameters par)
throws ProcessingException,
SAXException,
IOException
- Description copied from interface:
SitemapModelComponent
- The Sitemap will call the setup() method to prepare the component for
use. This is where you start the process of getting your information
ready to generate your results. See
ObjectModelHelper
for help with the objectModel
.
- Specified by:
setup
in interface SitemapModelComponent
- Overrides:
setup
in class BrowserUpdateTransformer
- Throws:
ProcessingException
SAXException
IOException
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.