|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.pageload.PageClassProviderContext
Contains information needed when trying to determine the name of a page class.
Constructor Summary | |
PageClassProviderContext(java.lang.String pageName,
IComponentSpecification pageSpecification,
INamespace namespace)
|
Method Summary | |
INamespace |
getNamespace()
Returns the namespace containing the page. |
java.lang.String |
getPageName()
Returns the simple, unqualifed name of the page (that is, with no namespace prefix). |
IComponentSpecification |
getPageSpecification()
Returns the specification defining the page. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PageClassProviderContext(java.lang.String pageName, IComponentSpecification pageSpecification, INamespace namespace)
Method Detail |
public java.lang.String getPageName()
public INamespace getNamespace()
public IComponentSpecification getPageSpecification()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |