|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityViewAccessProviderManager
Manages all the access providers for the entity views in the system
Use this to register yourself as handling the entity views for a set of entites (based on the prefix)
This will be used by the entity broker to determine if anyone is handling entity views for an entity type
| Method Summary | |
|---|---|
EntityViewAccessProvider |
getProvider(String prefix)
Get an entity view access provider for a prefix if one exists |
void |
registerProvider(String prefix,
EntityViewAccessProvider provider)
Register a provider as handling entity view requests and delivering responses |
void |
unregisterProvider(String prefix)
Removes the provider from the registered set for this prefix |
| Method Detail |
|---|
void registerProvider(String prefix,
EntityViewAccessProvider provider)
prefix - the unique entity prefix that defines the entity type handled by this providerprovider - the actual provider beanvoid unregisterProvider(String prefix)
prefix - the unique entity prefix that defines the entity type handled by this providerEntityViewAccessProvider getProvider(String prefix)
prefix - the unique entity prefix that defines the entity type handled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||