public class InputTextBuilder extends Builder
Builds a ElementBean
from a HTML Node
where the
TextareaBuilderRule
handles the mapping.
Constructor and Description |
---|
InputTextBuilder() |
Modifier and Type | Method and Description |
---|---|
protected void |
encodeEnd(Node node,
ElementBean target,
ComponentBean root)
The default for this builder is that builder will handle the children
html nodes meaning that the default should be
true . |
protected String |
getComponentType(Node node)
Returns the JSF componentType of
javax.faces.HtmlInputTextarea used to define the
ElementBean from the HTML Node . |
protected String |
getJsfid(Node node)
Returns the
jsfid used to populate the ElementBean . |
assignAttributes, assignNode, createAttribute, createElement, encode, encodeBegin, encodeChildren, getBuilder, getBuildNodeBody, getRenderId, isChildrenAllowed
protected void encodeEnd(Node node, ElementBean target, ComponentBean root)
The default for this builder is that builder will handle the children
html nodes meaning that the default should be true
. The
default can be overridden by the "allowBody" attribute in the component
metadata.
protected String getJsfid(Node node)
Returns the jsfid
used to populate the ElementBean
.
protected String getComponentType(Node node)
Returns the JSF componentType of
javax.faces.HtmlInputTextarea
used to define the
ElementBean
from the HTML Node
.
getComponentType
in class Builder
node
- markupCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.