|
||||||||||
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.FormBuilder
public class FormBuilder
Builds a form ElementBean
from a
HTML Node
.
Field Summary |
---|
Fields inherited from class org.apache.shale.clay.parser.builder.Builder |
---|
messages |
Constructor Summary | |
---|---|
FormBuilder()
|
Method Summary | |
---|---|
protected String |
getComponentType(Node node)
Returns the JSF componentType of javax.faces.HtmlForm to
populate the ElementBean . |
protected String |
getJsfid(Node node)
Returns the jsfid for the
ElementBean . |
boolean |
isChildrenAllowed()
This override returns true indicating that the from JSF
component can have 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 FormBuilder()
Method Detail |
---|
protected String getJsfid(Node node)
Returns the jsfid
for the
ElementBean
.
getJsfid
in class Builder
node
- markup
protected String getComponentType(Node node)
Returns the JSF componentType of javax.faces.HtmlForm
to
populate the ElementBean
.
getComponentType
in class Builder
node
- markup
public boolean isChildrenAllowed()
This override returns true
indicating that the from JSF
component can have children.
isChildrenAllowed
in class Builder
true
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |