org.apache.tapestry.pageload
Class PageClassProviderContext

java.lang.Object
  extended byorg.apache.tapestry.pageload.PageClassProviderContext

public class PageClassProviderContext
extends java.lang.Object

Contains information needed when trying to determine the name of a page class.

Since:
4.0
Author:
Howard M. Lewis Ship

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

PageClassProviderContext

public PageClassProviderContext(java.lang.String pageName,
                                IComponentSpecification pageSpecification,
                                INamespace namespace)
Method Detail

getPageName

public java.lang.String getPageName()
Returns the simple, unqualifed name of the page (that is, with no namespace prefix).


getNamespace

public INamespace getNamespace()
Returns the namespace containing the page.


getPageSpecification

public IComponentSpecification getPageSpecification()
Returns the specification defining the page.