Package | Description |
---|---|
org.apache.shale.clay.config | |
org.apache.shale.clay.parser.builder | |
org.apache.shale.clay.parser.builder.chain |
Modifier and Type | Method and Description |
---|---|
Builder |
ClayTemplateParser.getBuilder(Node node)
Returns the
Builder that
is assigned the task of converting the html node to a corresponding component
metadata used to construct a JSF resource. |
Modifier and Type | Class and Description |
---|---|
class |
CommandButtonBuilder
Builds a command button
ElementBean object from a Node . |
class |
CommentBuilder
|
class |
ElementBuilder
This class handles building the
ElementBean 's
from the html markup resembling the <attributes> node in the clay
DTD, http://shale.apache.org/dtds/clay-config_1_0.dtd. |
class |
FormBuilder
Builds a form
ElementBean from a
HTML Node . |
class |
IgnoreBuilder
This
Builder is designed to ignore processing on a
block of HTML. |
class |
InputTextareaBuilder
|
class |
InputTextBuilder
|
class |
JsfDefaultBuilder
A generic builder that maps the markup node name to the jsfid.
|
class |
JspIncludeDirectiveBuilder
Simulates a JSP include directive.include using the
Clay component. |
class |
MorphBuilder
This Builder is mapped to the HTML span tag and will morph into any clay
component defined by the
jsfid attribute in the HTML element. |
class |
OutputLabelBuilder
|
class |
OutputLinkBuilder
|
class |
SelectBooleanCheckboxBuilder
This
Builder will create a ElementBean representing a
javax.faces.HtmlSelectBooleanCheckbox JSF component. |
class |
SelectItemBuilder
This
Builder will create a ElementBean that will be used to
create a single html option element. |
class |
SelectItemsBuilder
|
class |
SelectManyMenuBuilder
|
class |
SelectOneMenuBuilder
|
class |
SelectOneRadioBuilder
|
class |
VerbatimBuilder
This is the default
Builder that will create a ElementBean
having characteristics like the JSP verbatim tag. |
class |
VoidBuilder
This is a
Builder that will create a void ElementBean . |
Modifier and Type | Method and Description |
---|---|
Builder |
Builder.getBuilder(Node node)
Returns the
Builder that
is assigned the task of converting the html node to a corresponding component
metadata used to construct a JSF resource. |
Builder |
JsfDefaultBuilder.getBuilder(Node node)
Returns the
Builder that
is assigned the task of converting the html node to a corresponding component
metadata used to construct a JSF resource. |
static Builder |
BuilderFactory.getRenderer(Node node)
Returns a
Builder mapped to a Node by executing chain
command Globals.FIND_BUILDER_COMMAND_NAME The
BuilderRuleContext is passed to the chain. |
Modifier and Type | Method and Description |
---|---|
Builder |
BuilderRuleContext.getBuilder()
Returns the target
Builder . |
Modifier and Type | Method and Description |
---|---|
void |
BuilderRuleContext.setBuilder(Builder builder)
Sets the target
Builder . |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.