protected class UIMetawidget.Pipeline extends W3CPipeline<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget>
Modifier | Constructor and Description |
---|---|
protected |
UIMetawidget.Pipeline() |
Modifier and Type | Method and Description |
---|---|
protected UIMetawidget |
buildNestedMetawidget(Map<String,String> attributes) |
protected javax.faces.component.UIComponent |
buildWidget(String elementName,
Map<String,String> attributes) |
protected void |
configure() |
protected void |
endBuild() |
protected Map<String,String> |
getAdditionalAttributes(javax.faces.component.UIComponent widget)
Returns additional attributes associated with the widget.
|
protected String |
getDefaultConfiguration() |
protected UIMetawidget |
getPipelineOwner() |
boolean |
isReadOnly()
Overridden to just-in-time evaluate EL binding.
|
protected void |
layoutWidget(javax.faces.component.UIComponent component,
String elementName,
Map<String,String> attributes)
Lays out the built and processed widget.
|
void |
setReadOnly(boolean readOnly) |
protected void |
startBuild() |
configureDefaults, elementToString, getAttributesAsMap, getConfig, getConfigReader, getElementName, getFirstChildElement, getInspectionResultProcessor, getNextSiblingElement, getWidgetProcessor, initNestedPipeline, setConfig, setConfigReader, stringToElement
addInspectionResultProcessor, addWidgetProcessor, buildCompoundWidget, buildWidgets, configureOnce, getInspectionResultProcessors, getInspector, getLayout, getMaximumInspectionDepth, getWidgetBuilder, getWidgetProcessors, inspect, inspectAsDom, processInspectionResult, processWidget, removeInspectionResultProcessor, removeWidgetProcessor, setInspectionResultProcessors, setInspector, setLayout, setMaximumInspectionDepth, setNeedsConfiguring, setWidgetBuilder, setWidgetProcessors
protected void configure()
configure
in class W3CPipeline<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget>
protected String getDefaultConfiguration()
getDefaultConfiguration
in class W3CPipeline<javax.faces.component.UIComponent,javax.faces.component.UIComponent,UIMetawidget>
public boolean isReadOnly()
isReadOnly
in class BasePipeline<javax.faces.component.UIComponent,javax.faces.component.UIComponent,Element,UIMetawidget>
public void setReadOnly(boolean readOnly)
setReadOnly
in class BasePipeline<javax.faces.component.UIComponent,javax.faces.component.UIComponent,Element,UIMetawidget>
protected void startBuild()
startBuild
in class BasePipeline<javax.faces.component.UIComponent,javax.faces.component.UIComponent,Element,UIMetawidget>
protected javax.faces.component.UIComponent buildWidget(String elementName, Map<String,String> attributes)
buildWidget
in class BasePipeline<javax.faces.component.UIComponent,javax.faces.component.UIComponent,Element,UIMetawidget>
protected Map<String,String> getAdditionalAttributes(javax.faces.component.UIComponent widget)
BasePipeline
At the very least, this method should be implemented to support returning additional attributes from stubs.
getAdditionalAttributes
in class BasePipeline<javax.faces.component.UIComponent,javax.faces.component.UIComponent,Element,UIMetawidget>
protected UIMetawidget buildNestedMetawidget(Map<String,String> attributes) throws Exception
buildNestedMetawidget
in class BasePipeline<javax.faces.component.UIComponent,javax.faces.component.UIComponent,Element,UIMetawidget>
Exception
protected void layoutWidget(javax.faces.component.UIComponent component, String elementName, Map<String,String> attributes)
BasePipeline
layoutWidget
in class BasePipeline<javax.faces.component.UIComponent,javax.faces.component.UIComponent,Element,UIMetawidget>
protected void endBuild()
endBuild
in class BasePipeline<javax.faces.component.UIComponent,javax.faces.component.UIComponent,Element,UIMetawidget>
protected UIMetawidget getPipelineOwner()
getPipelineOwner
in class BasePipeline<javax.faces.component.UIComponent,javax.faces.component.UIComponent,Element,UIMetawidget>
Copyright © 2015. All Rights Reserved.