|
||||||||||
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.VoidBuilder
public class VoidBuilder
This is a Builder
that will create a void ElementBean
.
The element bean will be an empty placeholder. The HTML element will
contain nothing.
Field Summary |
---|
Fields inherited from class org.apache.shale.clay.parser.builder.Builder |
---|
messages |
Constructor Summary | |
---|---|
VoidBuilder()
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentType(Node node)
Returns a JSF component type of javax.faces.HtmlOutputText . |
protected java.lang.String |
getJsfid(Node node)
Returns the jsfid for the target 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 VoidBuilder()
Method Detail |
---|
protected java.lang.String getJsfid(Node node)
Returns the jsfid
for the target ElementBean
.
getJsfid
in class Builder
node
- markup
protected java.lang.String getComponentType(Node node)
Returns a JSF component type of javax.faces.HtmlOutputText
.
getComponentType
in class Builder
node
- markup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |