|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageSpecificationResolver
Service interface for locating a page specification given its name.
Method Summary | |
---|---|
INamespace |
getNamespace()
Returns the namespace containing the page. |
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,
String prefixedName)
Resolve the name (which may have a library id prefix) to a namespace (see getNamespace() ) and a specification (see
getSpecification() ). |
Method Detail |
---|
void resolve(IRequestCycle cycle, String prefixedName)
getNamespace()
) and a specification (see
getSpecification()
).
PageNotFoundException
- if the name cannot be resolved to the name of a pageString getSimplePageName()
INamespace getNamespace()
IComponentSpecification getSpecification()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |