|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewDescriptorRegistry
A registry for ViewDescriptor
definitions.
Method Summary | |
---|---|
ViewDescriptor |
getViewDescriptor(String viewDescriptorId)
Returns the view descriptor with the given identifier, or null if no such descriptor exists in the registry. |
ViewDescriptor[] |
getViewDescriptors()
Returns an array of all the view descriptors in the registry. |
Method Detail |
---|
ViewDescriptor[] getViewDescriptors()
ViewDescriptor getViewDescriptor(String viewDescriptorId)
viewDescriptorId
- The id of the view descriptor to be returned.
IllegalArgumentException
- if viewDescriptorId
is null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |