Package | Description |
---|---|
org.apache.tapestry5 |
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
|
org.apache.tapestry5.beaneditor |
Support classes for the
BeanEditor
component. |
org.apache.tapestry5.internal |
[INTERNAL USE ONLY] internal support classes; API subject to change.
|
org.apache.tapestry5.internal.beaneditor |
[INTERNAL USE ONLY] support classes for the
BeanEditor component; API subject to change |
org.apache.tapestry5.internal.bindings |
[INTERNAL USE ONLY] support classes for binding; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyConduit2
Extension to
PropertyConduit that adds a method to access the generic property type. |
Modifier and Type | Method and Description |
---|---|
PropertyConduit |
PropertyModel.getConduit()
Returns an object used to read or update the property.
|
Modifier and Type | Method and Description |
---|---|
PropertyModel |
BeanModel.add(RelativePosition position,
String existingPropertyName,
String propertyName,
PropertyConduit conduit)
Adds a new property to the model, ordered before or after an existing property.
|
PropertyModel |
BeanModel.add(String propertyName,
PropertyConduit conduit)
Adds a new, synthetic property to the model, returning its mutable model for further refinement.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalPropertyConduit
Extension to
PropertyConduit2 that adds a method to determine the name of the property. |
Modifier and Type | Method and Description |
---|---|
static InternalPropertyConduit |
TapestryInternalUtils.toInternalPropertyConduit(PropertyConduit conduit) |
Modifier and Type | Method and Description |
---|---|
PropertyConduit |
PropertyModelImpl.getConduit() |
Modifier and Type | Method and Description |
---|---|
PropertyModel |
BeanModelImpl.add(RelativePosition position,
String existingPropertyName,
String propertyName,
PropertyConduit conduit) |
PropertyModel |
BeanModelImpl.add(String propertyName,
PropertyConduit conduit) |
Constructor and Description |
---|
PropertyModelImpl(BeanModel model,
String name,
PropertyConduit conduit,
Messages messages) |
Constructor and Description |
---|
PropBinding(Location location,
Object root,
PropertyConduit conduit,
String expression,
String toString) |
Modifier and Type | Class and Description |
---|---|
class |
CoercingPropertyConduitWrapper |
class |
LiteralPropertyConduit
A PropertyConduit for a literal value in an expression, such as a number, or "true", "false" or "null".
|
Modifier and Type | Method and Description |
---|---|
PropertyConduit |
PropertyConduitSourceImpl.create(Class rootClass,
String expression) |
Constructor and Description |
---|
CoercingPropertyConduitWrapper(PropertyConduit conduit,
TypeCoercer coercer) |
Modifier and Type | Method and Description |
---|---|
PropertyConduit |
PropertyConduitSource.create(Class rootType,
String expression)
Returns a property conduit instance for the given expression.
|
Modifier and Type | Method and Description |
---|---|
protected PropertyConduit |
TapestryTestCase.mockPropertyConduit() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_getConduit(PropertyModel model,
PropertyConduit conduit) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.