Uses of Interface
org.tynamo.descriptor.TynamoClassDescriptor

Packages that use TynamoClassDescriptor
org.tynamo.components   
org.tynamo.descriptor   
org.tynamo.descriptor.annotation.handlers   
org.tynamo.descriptor.decorators   
org.tynamo.descriptor.factories   
org.tynamo.pages   
org.tynamo.services   
org.tynamo.util   
 

Uses of TynamoClassDescriptor in org.tynamo.components
 

Methods in org.tynamo.components that return types with arguments of type TynamoClassDescriptor
 List<TynamoClassDescriptor> ListPageLinkList.getAllDescriptors()
           
 

Uses of TynamoClassDescriptor in org.tynamo.descriptor
 

Classes in org.tynamo.descriptor that implement TynamoClassDescriptor
 class EmbeddedDescriptor
           
 class TynamoClassDescriptorImpl
          This represents all the Tynamo metadata for a single class.
 

Methods in org.tynamo.descriptor with parameters of type TynamoClassDescriptor
protected  void TynamoClassDescriptorImpl.copyPropertyDescriptorsFrom(TynamoClassDescriptor descriptor)
           
 

Constructors in org.tynamo.descriptor with parameters of type TynamoClassDescriptor
EmbeddedDescriptor(Class propertyType, TynamoClassDescriptor descriptor)
           
TynamoClassDescriptorImpl(TynamoClassDescriptor descriptor)
          This is a copy constructor.
 

Uses of TynamoClassDescriptor in org.tynamo.descriptor.annotation.handlers
 

Methods in org.tynamo.descriptor.annotation.handlers that return TynamoClassDescriptor
 TynamoClassDescriptor AddPageBeanModelAnnotationHandler.decorateFromAnnotation(AddPageBeanModel annotation, TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor ClassDescriptorAnnotationHandler.decorateFromAnnotation(ClassDescriptor annotation, TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor DefaultBeanModelAnnotationHandler.decorateFromAnnotation(DefaultBeanModel annotation, TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor EditPageBeanModelAnnotationHandler.decorateFromAnnotation(EditPageBeanModel annotation, TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor ListPageBeanModelAnnotationHandler.decorateFromAnnotation(ListPageBeanModel annotation, TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor ShowPageBeanModelAnnotationHandler.decorateFromAnnotation(ShowPageBeanModel annotation, TynamoClassDescriptor descriptor)
           
 

Methods in org.tynamo.descriptor.annotation.handlers with parameters of type TynamoClassDescriptor
protected  void BeanModelAnnotationHandler.configureBeanModelExtension(TynamoClassDescriptor descriptor, String contextKey, String exclude, String include, String reorder)
           
 TynamoClassDescriptor AddPageBeanModelAnnotationHandler.decorateFromAnnotation(AddPageBeanModel annotation, TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor ClassDescriptorAnnotationHandler.decorateFromAnnotation(ClassDescriptor annotation, TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor DefaultBeanModelAnnotationHandler.decorateFromAnnotation(DefaultBeanModel annotation, TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor EditPageBeanModelAnnotationHandler.decorateFromAnnotation(EditPageBeanModel annotation, TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor ListPageBeanModelAnnotationHandler.decorateFromAnnotation(ListPageBeanModel annotation, TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor ShowPageBeanModelAnnotationHandler.decorateFromAnnotation(ShowPageBeanModel annotation, TynamoClassDescriptor descriptor)
           
 

Uses of TynamoClassDescriptor in org.tynamo.descriptor.decorators
 

Methods in org.tynamo.descriptor.decorators that return TynamoClassDescriptor
 TynamoClassDescriptor TynamoDecorator.decorate(TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor TapestryDecorator.decorate(TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor OgnlAnnotationsDecorator.decorate(TynamoClassDescriptor descriptor)
          
 TynamoClassDescriptor DescriptorDecorator.decorate(TynamoClassDescriptor descriptor)
           
 

Methods in org.tynamo.descriptor.decorators with parameters of type TynamoClassDescriptor
 TynamoClassDescriptor TynamoDecorator.decorate(TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor TapestryDecorator.decorate(TynamoClassDescriptor descriptor)
           
 TynamoClassDescriptor OgnlAnnotationsDecorator.decorate(TynamoClassDescriptor descriptor)
          
 TynamoClassDescriptor DescriptorDecorator.decorate(TynamoClassDescriptor descriptor)
           
 

Uses of TynamoClassDescriptor in org.tynamo.descriptor.factories
 

Methods in org.tynamo.descriptor.factories that return TynamoClassDescriptor
 TynamoClassDescriptor ReflectionDescriptorFactory.buildClassDescriptor(Class type)
          Given a type, build a class descriptor
 TynamoClassDescriptor DescriptorFactory.buildClassDescriptor(Class type)
           
 

Uses of TynamoClassDescriptor in org.tynamo.pages
 

Methods in org.tynamo.pages that return TynamoClassDescriptor
 TynamoClassDescriptor Show.getClassDescriptor()
           
 TynamoClassDescriptor Edit.getClassDescriptor()
           
 

Uses of TynamoClassDescriptor in org.tynamo.services
 

Methods in org.tynamo.services that return TynamoClassDescriptor
 TynamoClassDescriptor DescriptorServiceImpl.getClassDescriptor(Class type)
           
 TynamoClassDescriptor DescriptorService.getClassDescriptor(Class type)
           
 

Methods in org.tynamo.services that return types with arguments of type TynamoClassDescriptor
 List<TynamoClassDescriptor> DescriptorServiceImpl.getAllDescriptors()
           
 List<TynamoClassDescriptor> DescriptorService.getAllDescriptors()
           
 

Methods in org.tynamo.services with parameters of type TynamoClassDescriptor
 Serializable PersistenceService.getIdentifier(Object data, TynamoClassDescriptor classDescriptor)
          Returns the identifier value of the given entity
 

Uses of TynamoClassDescriptor in org.tynamo.util
 

Methods in org.tynamo.util with parameters of type TynamoClassDescriptor
static void BeanModelUtils.exclude(org.apache.tapestry5.beaneditor.BeanModel model, TynamoClassDescriptor classDescriptor)
          Removes properties from the bean model.
static String DisplayNameUtils.getDisplayName(TynamoClassDescriptor classDescriptor, org.apache.tapestry5.ioc.Messages messages)
          Looks for a label within the messages based on the class name.
static String DisplayNameUtils.getPluralDisplayName(TynamoClassDescriptor classDescriptor, org.apache.tapestry5.ioc.Messages messages)
          Looks for a label within the messages based on the class name.
static String DisplayNameUtils.getShortDescription(TynamoClassDescriptor classDescriptor, org.apache.tapestry5.ioc.Messages messages)
          Looks for a label within the messages based on the class name.
 



Copyright © 2004-2010. All Rights Reserved.