Uses of Interface
org.apache.tapestry.pageload.PageClassProvider

Packages that use PageClassProvider
org.apache.tapestry.pageload Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. 
 

Uses of PageClassProvider in org.apache.tapestry.pageload
 

Classes in org.apache.tapestry.pageload that implement PageClassProvider
 class GlobalDefaultPageClassProvider
          The final command in the tapestry.page.PageClassProviderChain configuration, returns a fixed value for page class name.
 class NamespaceClassSearchPageClassProvider
          Searches for a class with a name matching the page name.
 class NamespaceDefaultPageClassProvider
          Returns the namespace property for the TapestryConstants.PAGE_CLASS_NAME key.
 class SpecificationPageClassProvider
          Implementation of PageClassProvider that returns the value from the specification.
 

Methods in org.apache.tapestry.pageload with parameters of type PageClassProvider
 void PageLoader.setPageClassProvider(PageClassProvider pageClassProvider)