protected class MetawidgetTag.MetawidgetTagPipeline extends W3CPipeline<javax.servlet.jsp.tagext.Tag,javax.servlet.jsp.tagext.BodyTag,MetawidgetTag>
| Modifier | Constructor and Description |
|---|---|
protected |
MetawidgetTag.MetawidgetTagPipeline() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildCompoundWidget(Element element)
Build a compound widget by iterating through children of the given
element, calling
buildWidget and addWidget on
each. |
protected MetawidgetTag |
buildNestedMetawidget(Map<String,String> attributes) |
protected void |
configure() |
protected Map<String,String> |
getAdditionalAttributes(javax.servlet.jsp.tagext.Tag tag)
Returns additional attributes associated with the widget.
|
protected String |
getDefaultConfiguration() |
protected MetawidgetTag |
getPipelineOwner() |
configureDefaults, elementToString, getAttributesAsMap, getConfig, getConfigReader, getElementName, getFirstChildElement, getInspectionResultProcessor, getNextSiblingElement, getWidgetProcessor, initNestedPipeline, setConfig, setConfigReader, stringToElementaddInspectionResultProcessor, addWidgetProcessor, buildWidget, buildWidgets, configureOnce, endBuild, getInspectionResultProcessors, getInspector, getLayout, getMaximumInspectionDepth, getWidgetBuilder, getWidgetProcessors, inspect, inspectAsDom, isReadOnly, layoutWidget, processInspectionResult, processWidget, removeInspectionResultProcessor, removeWidgetProcessor, setInspectionResultProcessors, setInspector, setLayout, setMaximumInspectionDepth, setNeedsConfiguring, setReadOnly, setWidgetBuilder, setWidgetProcessors, startBuildprotected MetawidgetTag.MetawidgetTagPipeline()
protected MetawidgetTag getPipelineOwner()
getPipelineOwner in class BasePipeline<javax.servlet.jsp.tagext.Tag,javax.servlet.jsp.tagext.BodyTag,Element,MetawidgetTag>protected String getDefaultConfiguration()
getDefaultConfiguration in class W3CPipeline<javax.servlet.jsp.tagext.Tag,javax.servlet.jsp.tagext.BodyTag,MetawidgetTag>protected void configure()
configure in class W3CPipeline<javax.servlet.jsp.tagext.Tag,javax.servlet.jsp.tagext.BodyTag,MetawidgetTag>protected Map<String,String> getAdditionalAttributes(javax.servlet.jsp.tagext.Tag tag)
BasePipelineAt the very least, this method should be implemented to support returning additional attributes from stubs.
getAdditionalAttributes in class BasePipeline<javax.servlet.jsp.tagext.Tag,javax.servlet.jsp.tagext.BodyTag,Element,MetawidgetTag>protected void buildCompoundWidget(Element element) throws Exception
BasePipelinebuildWidget and addWidget on
each.buildCompoundWidget in class BasePipeline<javax.servlet.jsp.tagext.Tag,javax.servlet.jsp.tagext.BodyTag,Element,MetawidgetTag>Exceptionprotected MetawidgetTag buildNestedMetawidget(Map<String,String> attributes) throws Exception
buildNestedMetawidget in class BasePipeline<javax.servlet.jsp.tagext.Tag,javax.servlet.jsp.tagext.BodyTag,Element,MetawidgetTag>ExceptionCopyright © 2015. All Rights Reserved.