public class FormBuilder extends Builder
Builds a form ElementBean from a
HTML Node.
| Constructor and Description |
|---|
FormBuilder() |
| Modifier and Type | Method and Description |
|---|---|
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. |
assignAttributes, assignNode, createAttribute, createElement, encode, encodeBegin, encodeChildren, encodeEnd, getBuilder, getBuildNodeBody, getRenderIdprotected String getJsfid(Node node)
Returns the jsfid for the
ElementBean.
protected String getComponentType(Node node)
Returns the JSF componentType of javax.faces.HtmlForm to
populate the ElementBean.
getComponentType in class Buildernode - markuppublic boolean isChildrenAllowed()
This override returns true indicating that the from JSF
component can have children.
isChildrenAllowed in class BuildertrueCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.