org.apache.cocoon.forms.transformation
Class FormsTemplateTransformer
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.xml.AbstractXMLPipe
org.apache.cocoon.forms.transformation.EffectPipe
org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
org.apache.cocoon.forms.transformation.FormsTemplateTransformer
- All Implemented Interfaces:
- ContentHandler, LexicalHandler, LogEnabled, Poolable, Recyclable, SitemapModelComponent, Transformer, XMLConsumer, XMLConsumer, XMLPipe, XMLProducer
- public class FormsTemplateTransformer
- extends EffectWidgetReplacingPipe
- implements Transformer
See description of EffectWidgetReplacingPipe
.
- Version:
- $Id: FormsTemplateTransformer.java 170955 2005-05-19 16:28:58Z vgritsenko $
Nested classes inherited from class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe |
EffectWidgetReplacingPipe.AggregateWidgetHandler, EffectWidgetReplacingPipe.ChooseHandler, EffectWidgetReplacingPipe.ChoosePassThruHandler, EffectWidgetReplacingPipe.ClassHandler, EffectWidgetReplacingPipe.ContinuationIdHandler, EffectWidgetReplacingPipe.DocHandler, EffectWidgetReplacingPipe.FormHandler, EffectWidgetReplacingPipe.GroupHandler, EffectWidgetReplacingPipe.NestedHandler, EffectWidgetReplacingPipe.NewHandler, EffectWidgetReplacingPipe.RepeaterHandler, EffectWidgetReplacingPipe.RepeaterRowsHandler, EffectWidgetReplacingPipe.RepeaterSizeHandler, EffectWidgetReplacingPipe.RepeaterWidgetHandler, EffectWidgetReplacingPipe.RepeaterWidgetLabelHandler, EffectWidgetReplacingPipe.SkipHandler, EffectWidgetReplacingPipe.StructHandler, EffectWidgetReplacingPipe.StylingContentHandler, EffectWidgetReplacingPipe.UnionHandler, EffectWidgetReplacingPipe.UnionPassThruHandler, EffectWidgetReplacingPipe.ValidationErrorHandler, EffectWidgetReplacingPipe.WidgetHandler, EffectWidgetReplacingPipe.WidgetLabelHandler |
Fields inherited from interface org.apache.cocoon.transformation.Transformer |
ROLE |
Methods inherited from class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe |
endPrefixMapping, getAttributeValue, getRequiredAttributeValue, hasPrefixMapping, init, isVisible, recycle, setTypedWidget, setWidget, setWidget, startPrefixMapping |
Methods inherited from class org.apache.cocoon.forms.transformation.EffectPipe |
beginBuffer, characters, comment, endBuffer, endCDATA, endDocument, endDTD, endElement, endEntity, getLocation, ignorableWhitespace, init, popHandler, processingInstruction, pushHandler, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
FormsTemplateTransformer
public FormsTemplateTransformer()
setup
public void setup(SourceResolver resolver,
Map objectModel,
String src,
Parameters parameters)
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
- Parameters:
resolver
- The SourceResolver
to find resources within your context.objectModel
- A java.util.Map
that contains the request and session information.src
- The value of the "src" attribute in the sitemap.parameters
- The sitemap parameters passed into your component.
- Throws:
ProcessingException
- if there is any other unexpected problem.
IOException
- if there is a problem reading files.
SAXException
- if there is a problem reading a SAX stream.
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.