Package | Description |
---|---|
org.apache.tapestry5.internal.transform |
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Method and Description |
---|---|
<T> TransformField |
BridgeClassTransformation.addIndirectInjectedField(Class<T> type,
String suggestedName,
ComponentValueProvider<T> provider) |
TransformField |
BridgeClassTransformation.createField(int modifiers,
String type,
String suggestedName) |
TransformField |
BridgeClassTransformation.getField(String fieldName) |
Modifier and Type | Method and Description |
---|---|
List<TransformField> |
BridgeClassTransformation.matchFields(Predicate<TransformField> predicate) |
List<TransformField> |
BridgeClassTransformation.matchFieldsWithAnnotation(Class<? extends Annotation> annotationClass) |
List<TransformField> |
BridgeClassTransformation.matchUnclaimedFields() |
Modifier and Type | Method and Description |
---|---|
static String |
TransformMessages.illegalNumberOfPageActivationContextHandlers(List<TransformField> fields) |
List<TransformField> |
BridgeClassTransformation.matchFields(Predicate<TransformField> predicate) |
Modifier and Type | Method and Description |
---|---|
<T> TransformField |
ClassTransformation.addIndirectInjectedField(Class<T> type,
String suggestedName,
ComponentValueProvider<T> provider)
Deprecated.
Like
ClassTransformation.addInjectedField(Class, String, Object) , but instead of specifying the value,
a provider for the value is specified. |
TransformField |
ClassTransformation.createField(int modifiers,
String type,
String suggestedName)
Deprecated.
Defines a new declared field for the class.
|
TransformField |
ClassTransformation.getField(String fieldName)
Deprecated.
Locates a declared field by its field name.
|
Modifier and Type | Method and Description |
---|---|
List<TransformField> |
ClassTransformation.matchFields(Predicate<TransformField> predicate)
Deprecated.
Finds all unclaimed fields matched by the provided predicate.
|
List<TransformField> |
ClassTransformation.matchFieldsWithAnnotation(Class<? extends Annotation> annotationClass)
Deprecated.
Returns a sorted list of declared instance fields with the indicated annotation.
|
List<TransformField> |
ClassTransformation.matchUnclaimedFields()
Deprecated.
Matches all fields that are not claimed.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformField.replaceAccess(TransformField conduitField)
Replaces read and write field access with a conduit.
|
Modifier and Type | Method and Description |
---|---|
List<TransformField> |
ClassTransformation.matchFields(Predicate<TransformField> predicate)
Deprecated.
Finds all unclaimed fields matched by the provided predicate.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends Annotation> |
TapestryTestCase.train_getAnnotation(TransformField field,
Class<T> annotationClass,
T anotation) |
protected void |
TapestryTestCase.train_getName(TransformField field,
String name) |
protected void |
TapestryTestCase.train_getType(TransformField field,
String type) |
protected void |
TapestryTestCase.train_matchFields(ClassTransformation transformation,
TransformField field) |
Copyright © 2003-2012 The Apache Software Foundation.