public class InputTextareaBuilder extends Builder
Builds a ElementBean from a HTML Node where the
TextareaBuilderRule
handles the mapping.
| Constructor and Description |
|---|
InputTextareaBuilder() |
| Modifier and Type | Method and Description |
|---|---|
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, encodeEnd, getBuilder, getBuildNodeBody, getRenderId, isChildrenAllowedprotected String getComponentType(Node node)
Returns the JSF componentType of
javax.faces.HtmlInputTextarea used to define the
ElementBean from the HTML Node.
getComponentType in class Buildernode - markupCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.