|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tapestry.pageload.ComponentClassProviderContext
Contains information needed when trying to determine the name of a page or component class.
| Constructor Summary | |
ComponentClassProviderContext(java.lang.String pageName,
IComponentSpecification pageSpecification,
INamespace namespace)
|
|
| Method Summary | |
java.lang.String |
getName()
Returns the simple, unqualifed name of the page, or the type of the component. |
INamespace |
getNamespace()
Returns the namespace containing the page. |
IComponentSpecification |
getSpecification()
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 ComponentClassProviderContext(java.lang.String pageName,
IComponentSpecification pageSpecification,
INamespace namespace)
| Method Detail |
public java.lang.String getName()
public INamespace getNamespace()
public IComponentSpecification getSpecification()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||