public class ComponentClassProviderContext extends java.lang.Object
| Constructor and Description |
|---|
ComponentClassProviderContext(java.lang.String pageName,
IComponentSpecification pageSpecification,
INamespace namespace) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ComponentClassProviderContext(java.lang.String pageName, IComponentSpecification pageSpecification, INamespace namespace)
public java.lang.String getName()
public INamespace getNamespace()
public IComponentSpecification getSpecification()