Uses of Class
org.trails.page.PageType

Packages that use PageType
org.trails.engine   
org.trails.link   
org.trails.page   
 

Uses of PageType in org.trails.engine
 

Methods in org.trails.engine that return PageType
 PageType TrailsPagesServiceParameter.getPageType()
           
 

Constructors in org.trails.engine with parameters of type PageType
TrailsPagesServiceParameter(PageType pageType, IClassDescriptor classDescriptor)
           
TrailsPagesServiceParameter(PageType pageType, IClassDescriptor classDescriptor, java.lang.Object model)
           
TrailsPagesServiceParameter(PageType pageType, IClassDescriptor classDescriptor, java.lang.Object model, CollectionDescriptor associationDescriptor, java.lang.Object parent)
           
 

Uses of PageType in org.trails.link
 

Methods in org.trails.link that return PageType
 PageType ViewLink.getPageType()
           
 PageType ListAllLink.getPageType()
           
 PageType NewLink.getPageType()
           
abstract  PageType TrailsLink.getPageType()
           
 PageType EditLink.getPageType()
           
 PageType SearchLink.getPageType()
           
 

Uses of PageType in org.trails.page
 

Methods in org.trails.page that return PageType
static PageType PageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PageType[] PageType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.trails.page that return types with arguments of type PageType
 java.util.Map<PageType,java.lang.String> DefaultPageResolver.getPostFixMap()
           
 

Methods in org.trails.page with parameters of type PageType
 java.lang.String DefaultPageResolver.getPostFix(PageType pageType)
           
 org.apache.tapestry.IPage DefaultPageResolver.resolvePage(org.apache.tapestry.IRequestCycle cycle, java.lang.Class type, PageType pageType)
           
 org.apache.tapestry.IPage PageResolver.resolvePage(org.apache.tapestry.IRequestCycle cycle, java.lang.Class type, PageType edit)
           
 

Method parameters in org.trails.page with type arguments of type PageType
 void DefaultPageResolver.setPostFixMap(java.util.Map<PageType,java.lang.String> postFixMap)
           
 



Copyright © 2004-2008. All Rights Reserved.