Package | Description |
---|---|
org.apache.tapestry.binding |
Implementations of
IBinding . |
org.apache.tapestry.coerce | |
org.apache.tapestry.components |
Basic, fundamental components used to construct more complex components, or pages.
|
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.enhance |
Classes used for performing dynamic bytecode enhancement of component and page classes.
|
org.apache.tapestry.form |
Components for implementing basic HTML Forms.
|
org.apache.tapestry.form.translator | |
org.apache.tapestry.form.validator | |
org.apache.tapestry.html |
Components specific to the creation of HTML pages, including sophisticated
DHTML JavaScript effects.
|
org.apache.tapestry.pageload |
Classes used when loading pages (and thier heirarchies of components) from thier
specifications, as well as organizaing thier templates.
|
org.apache.tapestry.parse |
Classes used when parsing templates, application and component specifications.
|
org.apache.tapestry.script |
Parser and related classes for dynamically generating JavaScript for
inclusion in an HTML response.
|
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl | |
org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
org.apache.tapestry.valid |
Components and classes that provide specialized, validating text fields.
|
Modifier and Type | Method and Description |
---|---|
ValueConverter |
AbstractBinding.getValueConverter() |
ValueConverter |
AbstractBindingFactory.getValueConverter() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBindingFactory.setValueConverter(ValueConverter valueConverter) |
Constructor and Description |
---|
AbstractBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location) |
AssetBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
IComponent component,
java.lang.String assetName) |
BeanBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
IComponent component,
java.lang.String beanName) |
ComponentBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
IComponent component,
java.lang.String componentId) |
ExpressionBinding(java.lang.String description,
org.apache.hivemind.Location location,
ValueConverter valueConverter,
IComponent root,
java.lang.String expression,
ExpressionEvaluator evaluator,
ExpressionCache cache)
Creates a
ExpressionBinding from the root object and an OGNL expression. |
HiveMindBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
java.lang.String objectReference,
InjectedValueProvider provider) |
ListenerMethodBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
IComponent component,
java.lang.String methodName) |
LiteralBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
java.lang.String value) |
MessageBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
IComponent component,
java.lang.String key) |
StateBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
ApplicationStateManager applicationStateManager,
java.lang.String objectName) |
Modifier and Type | Class and Description |
---|---|
class |
ValueConverterImpl
Implementation of
ValueConverter . |
Modifier and Type | Method and Description |
---|---|
abstract ValueConverter |
ForBean.getValueConverter() |
abstract ValueConverter |
Foreach.getValueConverter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultScriptSource.setValueConverter(ValueConverter valueConverter) |
Modifier and Type | Method and Description |
---|---|
void |
InjectMetaWorker.setValueConverter(ValueConverter valueConverter) |
Modifier and Type | Method and Description |
---|---|
abstract ValueConverter |
ListEdit.getValueConverter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidatableFieldSupportImpl.setValueConverter(ValueConverter converter) |
Constructor and Description |
---|
TranslatorBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
Translator translator) |
Constructor and Description |
---|
ValidatorsBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
java.util.List validators) |
Modifier and Type | Method and Description |
---|---|
abstract ValueConverter |
Shell.getValueConverter() |
Modifier and Type | Method and Description |
---|---|
void |
PageLoader.setValueConverter(ValueConverter valueConverter) |
Modifier and Type | Method and Description |
---|---|
void |
SpecificationParser.setValueConverter(ValueConverter valueConverter) |
Constructor and Description |
---|
ParsedScript(ExpressionEvaluator evaluator,
ValueConverter valueConverter,
org.apache.hivemind.Location location) |
ScriptParser(org.apache.hivemind.ClassResolver resolver,
ExpressionEvaluator evaluator,
ValueConverter valueConverter) |
ScriptRule(ExpressionEvaluator evaluator,
ValueConverter valueConverter) |
ScriptSessionImpl(org.apache.hivemind.Resource scriptTemplateResource,
IRequestCycle cycle,
IScriptProcessor processor,
ExpressionEvaluator evaluator,
ValueConverter valueConverter,
java.util.Map symbols) |
Modifier and Type | Method and Description |
---|---|
ValueConverter |
Infrastructure.getValueConverter()
Service used to convert and coerce types.
|
Modifier and Type | Method and Description |
---|---|
ValueConverter |
InfrastructureImpl.getValueConverter() |
Modifier and Type | Method and Description |
---|---|
IExtensionSpecification |
SpecFactory.createExtensionSpecification(org.apache.hivemind.ClassResolver resolver,
ValueConverter valueConverter)
Creates a concrete instance of
IExtensionSpecification . |
Constructor and Description |
---|
ExtensionSpecification(org.apache.hivemind.ClassResolver resolver,
ValueConverter valueConverter) |
Constructor and Description |
---|
ValidatorBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
IValidator validator) |