Package | Description |
---|---|
org.apache.tapestry5.internal.hibernate |
[INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
|
org.apache.tapestry5.internal.jpa |
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
|
org.apache.tapestry5.internal.model |
[INTERNAL USE ONLY] support classes for component models; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.services.meta |
[INTERNAL USE ONLY] metadata support classes; API subject to change
|
org.apache.tapestry5.internal.transform |
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
|
org.apache.tapestry5.services.meta |
Services for extracting component metadata.
|
org.apache.tapestry5.services.transform |
Support for component class transformation.
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Method and Description |
---|---|
void |
CommitAfterWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceContextWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
CommitAfterWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
Modifier and Type | Class and Description |
---|---|
class |
MutableComponentModelImpl
Internal implementation of
MutableComponentModel . |
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceInjectionProvider.provideInjection(PlasticField field,
ObjectLocator locator,
MutableComponentModel componentModel) |
boolean |
BlockInjectionProvider.provideInjection(PlasticField field,
ObjectLocator locator,
MutableComponentModel componentModel) |
boolean |
AssetInjectionProvider.provideInjection(PlasticField field,
ObjectLocator locator,
MutableComponentModel componentModel) |
boolean |
CommonResourcesInjectionProvider.provideInjection(PlasticField field,
ObjectLocator locator,
MutableComponentModel componentModel) |
boolean |
DefaultInjectionProvider.provideInjection(PlasticField field,
ObjectLocator locator,
MutableComponentModel componentModel) |
Modifier and Type | Method and Description |
---|---|
void |
ContentTypeExtractor.extractMetaData(MutableComponentModel model,
ContentType annotation) |
void |
MetaAnnotationExtractor.extractMetaData(MutableComponentModel model,
Meta annotation) |
void |
UnknownActivationContextExtractor.extractMetaData(MutableComponentModel model,
UnknownActivationContextCheck annotation) |
void |
MetaWorkerImpl.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
Modifier and Type | Method and Description |
---|---|
boolean |
InjectNamedProvider.provideInjection(PlasticField field,
ObjectLocator locator,
MutableComponentModel componentModel) |
void |
ImportWorker.transform(PlasticClass componentClass,
TransformationSupport support,
MutableComponentModel model) |
void |
EnvironmentalWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
SupportsInformalParametersWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
PropertyWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
InjectContainerWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
CachedWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
RenderCommandWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
LogWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
MixinWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
OperationWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
PageResetAnnotationWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
ApplicationStateWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
InjectWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
PageLifecycleAnnotationWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
InjectComponentWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
RetainWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model)
Claims each field with the
Retain , claiming it using the
annotation class (not the annotation instance, to avoid
instantiating the annotation) as the tag. |
void |
RenderPhaseMethodWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
ActivationRequestParameterWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
PersistWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
ParameterWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
HeartbeatDeferredWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
DiscardAfterWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
SessionAttributeWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
InjectPageWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
UnclaimedFieldWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
MixinAfterWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
BindParameterWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
ComponentWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
PageActivationContextWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
OnEventWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
void |
InjectServiceWorker.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model) |
Modifier and Type | Method and Description |
---|---|
void |
MetaDataExtractor.extractMetaData(MutableComponentModel model,
T annotation)
Invoked on the extractor to extract the appropriate value for the annotation and
set the meta data on the model.
|
void |
FixedExtractor.extractMetaData(MutableComponentModel model,
T annotation) |
Modifier and Type | Method and Description |
---|---|
boolean |
InjectionProvider2.provideInjection(PlasticField field,
ObjectLocator locator,
MutableComponentModel componentModel)
Perform the injection, if possible.
|
void |
ComponentClassTransformWorker2.transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model)
Invoked to perform part of the transformation of the
PlasticClass . |
Modifier and Type | Method and Description |
---|---|
protected MutableComponentModel |
TapestryTestCase.mockMutableComponentModel() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_isRootClass(MutableComponentModel model,
boolean isRootClass) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.