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