| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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.HtmlOutputLabelthat will populate theElementBeanbeing created. | 
| protected  String | getJsfid(Node node)Returns the jsfidassociated with theElementBeanbeing 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 Buildernode - 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 Buildernode - markup
public boolean isChildrenAllowed()
Returns a boolean value that will indicate if the target JSF component will support children.
isChildrenAllowed in class Buildertrue| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||