| Class | Description |
|---|---|
| AnchorBuilderRule | |
| BuilderRuleContext |
This context is used by the
BuilderFactory
to invoke the Globals.FIND_BUILDER_COMMAND_NAME chain passing this context. |
| ClayNamespaceBuilderRule | |
| DefaultBuilderRule | |
| DirectiveBuilderRule |
This builder will be ordered first in the rule registration list.
|
| FormBuilderRule |
This rule has an implied mapping meaning that all html form nodes will map to
the
FormBuilder regardless if the html form attribute has a
jsfid. |
| InputBuilderRule |
This rule
Command has an implied mapping to several html
element types. |
| JsfDefaultBuilderRule |
Delegates all handling to a common
JsfDefaultBuilder that can
transform markup that looks like JSP tags to a graph of
InnerComponentBean beans. |
| LabelBuilderRule |
This Command rule has an implied mapping of a html label
Node to a OutputLabelBuilder regardless of the mapped
jsfid
|
| OptionBuilderRule |
This
Command will return either a SelectItemBuilder or
a SelectItemsBuilder if the html Node is an option and the
option has children. |
| SelectBuilderRule | |
| SpanBuilderRule | |
| TextareaBuilderRule |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.