org.apache.shale.clay.parser.builder
Class InputTextareaBuilder

java.lang.Object
  extended by org.apache.shale.clay.parser.builder.Builder
      extended by org.apache.shale.clay.parser.builder.InputTextareaBuilder

public class InputTextareaBuilder
extends Builder

Builds a ElementBean from a HTML Node where the TextareaBuilderRule handles the mapping.


Field Summary
 
Fields inherited from class org.apache.shale.clay.parser.builder.Builder
messages
 
Constructor Summary
InputTextareaBuilder()
           
 
Method Summary
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.
 
Methods inherited from class org.apache.shale.clay.parser.builder.Builder
assignAttributes, assignNode, createAttribute, createElement, encode, encodeBegin, encodeChildren, encodeEnd, getBuilder, getBuildNodeBody, getRenderId, isChildrenAllowed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputTextareaBuilder

public InputTextareaBuilder()
Method Detail

getJsfid

protected String getJsfid(Node node)

Returns the jsfid used to populate the ElementBean.

Specified by:
getJsfid in class Builder
Parameters:
node - markup
Returns:
jsfid

getComponentType

protected String getComponentType(Node node)

Returns the JSF componentType of javax.faces.HtmlInputTextarea used to define the ElementBean from the HTML Node.

Specified by:
getComponentType in class Builder
Parameters:
node - markup
Returns:
component type


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.