|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageDescriptorRegistry
A registry for PageDescriptor
definitions.
Method Summary | |
---|---|
PageDescriptor |
getPageDescriptor(String pageDescriptorId)
Returns the page descriptor with the given identifier, or null if no such descriptor exists in the registry. |
PageDescriptor[] |
getPageDescriptors()
Returns an array of all the page descriptors in the registry. |
Method Detail |
---|
PageDescriptor[] getPageDescriptors()
PageDescriptor getPageDescriptor(String pageDescriptorId)
pageDescriptorId
- The id of the page descriptor to be returned.
IllegalArgumentException
- if pageDescriptorId
is null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |