|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceTypeRegistry
Registry object that contains all ResourceTypes and their respective ResourceRequestFactory objects.
ResourceRequestFactory,
ResourceType| Method Summary | |
|---|---|
ResourceRequestFactory |
getResourceRequestFactory(ResourceType type)
Get the ResourceRequestFactory. |
ResourceRequestFactory |
getResourceRequestFactory(String typeName)
Get the ResourceRequestFactory. |
ResourceType |
getResourceType(String typeName)
Get the requested ResourceType from the registry. |
ResourceType[] |
getResourceTypes()
Get all registered ResourceTypes. |
| Method Detail |
|---|
ResourceType getResourceType(String typeName)
typeName - the name of the ResourceType to get.
NullPointerException - if typeName is null.ResourceType[] getResourceTypes()
ResourceRequestFactory getResourceRequestFactory(String typeName)
typeName - the name of the ResourceType.
NullPointerException - if typeName is null.ResourceRequestFactory getResourceRequestFactory(ResourceType type)
type - the ResourceType.
NullPointerException - if type is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||