public interface PageSpecificationResolver
Modifier and Type | Method and Description |
---|---|
INamespace |
getNamespace()
Returns the namespace containing the page.
|
java.lang.String |
getSimplePageName()
Returns just the name of the page, unqualified by any namespace.
|
IComponentSpecification |
getSpecification()
Returns the specification for the page.
|
void |
resolve(IRequestCycle cycle,
java.lang.String prefixedName)
Resolve the name (which may have a library id prefix) to a namespace (see
getNamespace() ) and a specification (see getSpecification() ). |
void resolve(IRequestCycle cycle, java.lang.String prefixedName)
getNamespace()
) and a specification (see getSpecification()
).PageNotFoundException
- if the name cannot be resolved to the name of a pagejava.lang.String getSimplePageName()
INamespace getNamespace()
IComponentSpecification getSpecification()