Class | Description |
---|---|
Builder |
The abstract document node converter handles building meta components,
ComponentBean , for a parsed html
document fragment. |
BuilderFactory | |
CommandButtonBuilder |
Builds a command button
ElementBean object from a Node . |
CommentBuilder | |
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. |
FormBuilder |
Builds a form
ElementBean from a
HTML Node . |
IgnoreBuilder |
This
Builder is designed to ignore processing on a
block of HTML. |
InputTextareaBuilder | |
InputTextBuilder | |
JsfDefaultBuilder |
A generic builder that maps the markup node name to the jsfid.
|
JspIncludeDirectiveBuilder |
Simulates a JSP include directive.include using the
Clay component. |
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. |
OutputLabelBuilder | |
OutputLinkBuilder | |
SelectBooleanCheckboxBuilder |
This
Builder will create a ElementBean representing a
javax.faces.HtmlSelectBooleanCheckbox JSF component. |
SelectItemBuilder |
This
Builder will create a ElementBean that will be used to
create a single html option element. |
SelectItemsBuilder | |
SelectManyMenuBuilder | |
SelectOneMenuBuilder | |
SelectOneRadioBuilder | |
VerbatimBuilder |
This is the default
Builder that will create a ElementBean
having characteristics like the JSP verbatim tag. |
VoidBuilder |
This is a
Builder that will create a void ElementBean . |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.