Package | Description |
---|---|
org.apache.tapestry.pageload |
Classes used when loading pages (and thier heirarchies of components) from thier
specifications, as well as organizaing thier templates.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalDefaultComponentClassProvider
The final command in the tapestry.page.PageClassProviderChain configuration, returns a fixed
value for page class name.
|
class |
NamespaceClassSearchComponentClassProvider
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 |
SpecificationComponentClassProvider
Implementation of
ComponentClassProvider that returns the
value from the specification. |
Modifier and Type | Method and Description |
---|---|
void |
PageLoader.setComponentClassProvider(ComponentClassProvider componentClassProvider) |
void |
PageLoader.setPageClassProvider(ComponentClassProvider pageClassProvider) |