|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
EntityManager is the API for managing EntityProducer services / managers.
Method Summary | |
List |
getEntityProducers()
Access the list of managers that are registered EntityProducer. |
Reference |
newReference(Reference copyMe)
Create a new Reference object, as a copy of the given Reference object. |
Reference |
newReference(String refString)
Create a new Reference object, from the given reference string. |
List |
newReferenceList()
Create a new List specially designed to hold References. |
List |
newReferenceList(List copyMe)
Create a new List specially designed to hold References, as a copy of another. |
void |
registerEntityProducer(EntityProducer manager,
String referenceRoot)
Register this as an EntityProducer. |
Method Detail |
public List getEntityProducers()
public void registerEntityProducer(EntityProducer manager, String referenceRoot)
manager
- The EntityProducer manager to register.referenceRoot
- The prefix of all entity references handeled by this producer (i.e. "content" if you handle "/content/..." references)public Reference newReference(String refString)
refString
- The reference string.
public Reference newReference(Reference copyMe)
copyMe
- The Reference object to copy
public List newReferenceList()
public List newReferenceList(List copyMe)
copyMe
- Make the new list contain a copy of this list.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |