| org.apache.cocoon.xml.AbstractXMLPipe org.apache.cocoon.woody.transformation.EffectPipe org.apache.cocoon.woody.transformation.EffectWidgetReplacingPipe
All known Subclasses: org.apache.cocoon.woody.transformation.WoodyTemplateTransformer,
EffectWidgetReplacingPipe | public class EffectWidgetReplacingPipe extends EffectPipe (Code) | | The basic operation of this Pipe is that it replaces wt:widget (in the
Constants.WT_NS namespace) tags (having an id attribute)
by the XML representation of the corresponding widget instance.
These XML fragments (normally all in the
Constants.WI_NS "Woody Instance" namespace), can
then be translated to a HTML presentation by an XSL. This XSL will then only have to style
individual widget, and will not need to do the whole page layout.
For more information about the supported tags and their function, see the user documentation
for the woody template transformer.
author: Timothy Larson version: CVS $Id: EffectWidgetReplacingPipe.java 433543 2006-08-22 06:22:54Z crossley $ |
Inner Class :protected class DocHandler extends Handler | |
Inner Class :protected class FormHandler extends Handler | |
Inner Class :protected class NestedHandler extends Handler | |
Inner Class :protected class WidgetLabelHandler extends Handler | |
Inner Class :protected class WidgetHandler extends Handler | |
Inner Class :protected class RepeaterSizeHandler extends Handler | |
Inner Class :protected class RepeaterWidgetLabelHandler extends Handler | |
Inner Class :protected class RepeaterWidgetHandler extends Handler | |
Inner Class :protected class AggregateWidgetHandler extends Handler | |
Inner Class :protected class StructHandler extends Handler | |
Inner Class :protected class UnionHandler extends Handler | |
Inner Class :protected class UnionPassThruHandler extends Handler | |
Inner Class :protected class NewHandler extends Handler | |
Inner Class :protected class ClassHandler extends Handler | |
Inner Class :protected class ContinuationIdHandler extends Handler | |
Inner Class :protected class StylingContentHandler extends AbstractXMLPipe implements Recyclable | |
Inner Class :protected class ValidationErrorHandler extends Handler | |
gotStylingElement | protected boolean gotStylingElement(Code) | | Have we encountered a element in a widget ?
|
namespacePrefix | protected String namespacePrefix(Code) | | Namespace prefix used for the namespace Constants.WT_NS .
|
EffectWidgetReplacingPipe | public EffectWidgetReplacingPipe()(Code) | | |
recycle | public void recycle()(Code) | | |
Methods inherited from org.apache.cocoon.woody.transformation.EffectPipe | public void characters(char c, int start, int len) throws SAXException(Code)(Java Doc) public void comment(char c, int start, int len) throws SAXException(Code)(Java Doc) public void endCDATA() throws SAXException(Code)(Java Doc) public void endDTD() throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String loc, String raw) throws SAXException(Code)(Java Doc) public void endEntity(String name) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char c, int start, int len) throws SAXException(Code)(Java Doc) public void init()(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public void recycle()(Code)(Java Doc) public void setConsumer(XMLConsumer consumer)(Code)(Java Doc) public void setContentHandler(ContentHandler handler)(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void setLexicalHandler(LexicalHandler handler)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startCDATA() throws SAXException(Code)(Java Doc) public void startDTD(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String loc, String raw, Attributes attrs) throws SAXException(Code)(Java Doc) public void startEntity(String name) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.xml.AbstractXMLPipe | public void characters(char c, int start, int len) throws SAXException(Code)(Java Doc) public void comment(char ch, int start, int len) throws SAXException(Code)(Java Doc) public void endCDATA() throws SAXException(Code)(Java Doc) public void endDTD() throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String loc, String raw) throws SAXException(Code)(Java Doc) public void endEntity(String name) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char c, int start, int len) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startCDATA() throws SAXException(Code)(Java Doc) public void startDTD(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String loc, String raw, Attributes a) throws SAXException(Code)(Java Doc) public void startEntity(String name) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc)
|
|
|