public class OutputLabelBuilder extends Builder
This Builder
will create a
ElementBean
representing a
javax.faces.HtmlOutputLabel
JSF component. The mapping of the
Node
representing a html input element having a "text" type attribute
is handled by the
InputBuilderRule
.
Constructor and Description |
---|
OutputLabelBuilder() |
Modifier and Type | Method and Description |
---|---|
protected String |
getComponentType(Node node)
Returns the JSF component type of
javax.faces.HtmlOutputLabel that will populate the
ElementBean being created. |
protected String |
getJsfid(Node node)
Returns the
jsfid associated with the ElementBean
being build. |
boolean |
isChildrenAllowed()
Returns a boolean value that will indicate if the target JSF component
will support children.
|
assignAttributes, assignNode, createAttribute, createElement, encode, encodeBegin, encodeChildren, encodeEnd, getBuilder, getBuildNodeBody, getRenderId
protected String getJsfid(Node node)
Returns the jsfid
associated with the ElementBean
being build.
protected String getComponentType(Node node)
Returns the JSF component type of
javax.faces.HtmlOutputLabel
that will populate the
ElementBean
being created.
getComponentType
in class Builder
node
- markuppublic boolean isChildrenAllowed()
Returns a boolean value that will indicate if the target JSF component will support children.
isChildrenAllowed
in class Builder
true
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.