Package org.apache.tapestry.annotations

Contains all of the annotation features (jdk >= 1.5) available in tapestry.

See:
          Description

Interface Summary
Persistent Generic interface used to test generic type detection.
 

Class Summary
AnnotatedComponent Used by TestParameterAnnotationWorker.
AnnotatedGenericPage<E extends Persistent> Tests generic types.
AnnotatedGenericPersistentPage A real implementation of AnnotatedGenericPage.
AnnotatedPage Used by AnnotationEnhancementWorkerTest.
AnnotatedPageSubclass Subclass of AnnotatedPage, used to ensure that annotations inhereted from base classes are honored.
AnnotationEnhancementWorkerTest Tests for AnnotationEnhancementWorker.
BaseAnnotationTestCase  
BasicComponent Used by TestComponentClassAnnotationWorker.
BasicComponentSubclass Used by ComponentClassAnnotationWorker.
DeprecatedBean Deprecated.
DeprecatedComponent Deprecated.
FormalOnlyComponent Used by TestComponentClassAnnotationWorker.
InitialValueAnnotationWorkerTest Tests for InitialValueAnnotationWorker.
MessagesTarget TargetValues "component" used to test the MessageAnnotationWorker.
MetaAnnotationWorkerTest Test case for MetaAnnotationWorker.
MetaPage Used by MetaAnnotationWorkerTest.
MetaPageSubclass Used by MetaAnnotationWorkerTest.
MissingEqualsMetaPage Used by MetaAnnotationWorkerTest.
PageAnnotatedAsComponent Used by TestComponentClassAnnotationWorker.
PersistAnnotationWorkerTest Tests for PersistAnnotationWorker.
ReservedParametersComponent Used by TestComponentClassAnnotationWorker.
SimpleBean Used to test proxy ignore rules.
SubSimpleBean Test of annotation inheritance.
TargetValues Used by TestAnnotationUtils.
TestAnnotationUtils Tests for AnnotationUtils.
TestAssetAnnotationWorker Tests for AssetAnnotationWorker.
TestBeanAnnotationWorker Tests for BeanAnnotationWorker.
TestComponentAnnotationWorker Tests for ComponentAnnotationWorker
TestComponentClassAnnotationWorker Tests for ComponentClassAnnotationWorker.
TestComponentHousekeepingWorker Tests for ComponentHousekeepingWorker.
TestComponentPropertyProxyWorker Tests functionality of ComponentPropertyProxyWorker.
TestEventListenerAnnotationWorker Tests functionality of TestEventListenerAnnotationWorker.
TestInjectAssetAnnotationWorker Tests for InjectAssetAnnotationWorker.
TestInjectComponentAnnotationWorker Tests for InjectComponentAnnotationWorker.
TestInjectObjectAnnotationWorker Tests for InjectObjectAnnotationWorker.
TestMessageAnnotationWorker  
TestParameterAnnotationWorker Tests for ParameterAnnotationWorker.
TestSimpleAnnotationWorkers Test for the "simple" annotation workers, that collect basic information and update the component specification.
 

Annotation Types Summary
Entity Defines a basic annotation with a name matching that of most persistence frameworks.
 

Package org.apache.tapestry.annotations Description

Contains all of the annotation features (jdk >= 1.5) available in tapestry. Such as component injected paramters/services/etc.

Author:
Howard Ship hlship@apache.org


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.