|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.shale.clay.parser.builder.Builder
org.apache.shale.clay.parser.builder.CommandButtonBuilder
public class CommandButtonBuilder
Builds a command button ElementBean
object from a Node
. The
mapping of this Builder
to an HTML element is handled by the
InputBuilderRule
.
Field Summary |
---|
Fields inherited from class org.apache.shale.clay.parser.builder.Builder |
---|
messages |
Constructor Summary | |
---|---|
CommandButtonBuilder()
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentType(Node node)
The JSF componentType that is registered in the faces configuration giving a logical name to a JSF javax.faces.HtmlCommandButton
component. |
protected java.lang.String |
getJsfid(Node node)
Returns the jsfid assigned to 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 |
---|
public CommandButtonBuilder()
Method Detail |
---|
protected java.lang.String getJsfid(Node node)
Returns the jsfid
assigned to the ElementBean
.
getJsfid
in class Builder
node
- markup
protected java.lang.String getComponentType(Node node)
The JSF componentType that is registered in the faces configuration giving a
logical name to a JSF javax.faces.HtmlCommandButton
component.
getComponentType
in class Builder
node
- markup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |