|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.clay.parser.builder.Builder org.apache.shale.clay.parser.builder.OutputLabelBuilder
public class OutputLabelBuilder
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
.
Field Summary |
---|
Fields inherited from class org.apache.shale.clay.parser.builder.Builder |
---|
messages |
Constructor Summary | |
---|---|
OutputLabelBuilder()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.shale.clay.parser.builder.Builder |
---|
assignAttributes, assignNode, createAttribute, createElement, encode, encodeBegin, encodeChildren, encodeEnd, getBuilder, getBuildNodeBody, getRenderId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputLabelBuilder()
Method Detail |
---|
protected String getJsfid(Node node)
Returns the jsfid
associated with the ElementBean
being build.
getJsfid
in class Builder
node
- markup
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
- markup
public boolean isChildrenAllowed()
Returns a boolean value that will indicate if the target JSF component will support children.
isChildrenAllowed
in class Builder
true
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |