Package | Description |
---|---|
org.apache.tapestry.binding |
Implementations of
IBinding . |
org.apache.tapestry.form.translator | |
org.apache.tapestry.form.validator | |
org.apache.tapestry.valid |
Components and classes that provide specialized, validating text fields.
|
Modifier and Type | Class and Description |
---|---|
class |
AssetBinding
A binding that is connected to an asset provided by a component.
|
class |
BeanBinding
Binding whose value is a named bean provided by a component.
|
class |
ComponentBinding
A binding where the path is the id of a child component.
|
class |
ExpressionBinding
Implements a dynamic binding, based on evaluating an expression using an expression language.
|
class |
HiveMindBinding
A binding that accesses a HiveMind object.
|
class |
ListenerMethodBinding |
class |
LiteralBinding
Stores a static (invariant) string as the value.
|
class |
MessageBinding
A binding that connects directly to a localized string for a component.
|
class |
StateBinding
Binding used to efficiently query whether an application state object (visit, global and friends)
exists without actually creating it (or creating a session).
|
Modifier and Type | Class and Description |
---|---|
class |
TranslatorBinding
Implementation of
IBinding that wraps around a
Translator . |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorsBinding
Binding used to hold a list of
Validator s. |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorBinding
Implementation of
IBinding that provides IValidator
instances based on a validator bean descriptor. |