org.apache.cocoon.forms.transformation
Class EffectWidgetReplacingPipe.GroupHandler

java.lang.Object
  extended by org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
      extended by org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
          extended by org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.NestedHandler
              extended by org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.GroupHandler
All Implemented Interfaces:
EffectPipe.Handler
Direct Known Subclasses:
EffectWidgetReplacingPipe.AggregateWidgetHandler, EffectWidgetReplacingPipe.StructHandler, EffectWidgetReplacingPipe.UnionHandler
Enclosing class:
EffectWidgetReplacingPipe

protected class EffectWidgetReplacingPipe.GroupHandler
extends EffectWidgetReplacingPipe.NestedHandler

Handles ft:group element.


Constructor Summary
protected EffectWidgetReplacingPipe.GroupHandler()
           
 
Method Summary
 void endElement(String uri, String loc, String raw)
           
protected  Class getWidgetClass()
           
protected  String getWidgetName()
           
 EffectPipe.Handler startElement(String uri, String loc, String raw, Attributes attrs)
           
 
Methods inherited from class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.NestedHandler
nestedElement
 
Methods inherited from class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
characters, comment, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, skippedEntity, startCDATA, startDocument, startDTD, startEntity, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffectWidgetReplacingPipe.GroupHandler

protected EffectWidgetReplacingPipe.GroupHandler()
Method Detail

getWidgetClass

protected Class getWidgetClass()

getWidgetName

protected String getWidgetName()

startElement

public EffectPipe.Handler startElement(String uri,
                                       String loc,
                                       String raw,
                                       Attributes attrs)
                                throws SAXException
Specified by:
startElement in interface EffectPipe.Handler
Overrides:
startElement in class EffectPipe.CopyHandler
Throws:
SAXException

endElement

public void endElement(String uri,
                       String loc,
                       String raw)
                throws SAXException
Specified by:
endElement in interface EffectPipe.Handler
Overrides:
endElement in class EffectPipe.CopyHandler
Throws:
SAXException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.