|
Class Summary |
| BaseWebBean |
The BaseWebBean class is the root superclass for all Marlin
WebBeans. |
| BodyBean |
Container for the body of a document. |
| DataScopeBean |
DataScope is a bean that can be used to register UIX Component DataProviders for a
UINode subtree. |
| DocumentBean |
The document bean generates the root tags for a page. |
| FormattedTextBean |
The formattedText bean accepts a string in its "text" attribute
containing a very limited set of HTML markup and outputs formatted
results. |
| HeadBean |
Container for the meta data of the document, including the
document's title and any style sheets needed by the LookAndFeel. |
| ImageBean |
The image control creates an image tag. |
| ImportScriptBean |
This bean is not supported on the following agent types:
pda. |
| MarlinBean |
Subclass of BaseWebBean that places its subclasses inside
the Marlin namespace. |
| MediaBean |
The media control displays the media specified by the "source"
attribute in the appropriate media player. |
| ProcessingBean |
This bean is not supported on the following agent types:
pda. |
| RawTextBean |
The rawText control supports outputting of
unescaped text. |
| ScriptBean |
The script bean supports both the importing of libraries and
inline scripts. |
| StyledTextBean |
The StyledText bean supports styled text and links. |
| StyleSheetBean |
This bean is not supported on the following agent types:
pda. |
| SwitcherBean |
The Switcher bean can be used to switch between one of a set of beans. |
| TipBean |
Component providing page or section level
hints to the user. |
| TryBean |
The try bean allows developers to execute a section of a page
that may throw errors without risking incomplete output. |