|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectConfigurationFactory
This class retrieves an Object Configuration with a particular id. The Object Configuration must be unique as a user will set there own parameters on the object during its lifetime.
Method Summary | |
---|---|
ObjectConfiguration |
getObjectConfiguration(String id,
Map userParams)
This function retrieves an ObjectConfiguration based on a specified identifier, N.B. |
boolean |
hasObjectConfiguration(String id)
Does this factory know about an ObjectConfiguration with the specified id |
void |
loadObjectConfiguration(String xmlFile,
String id,
ClassLoader classLoader)
|
void |
loadObjectConfigurationFromElement(org.dom4j.Element element,
ObjectDescriptor od,
String id,
ClassLoader classLoader)
|
Method Detail |
---|
boolean hasObjectConfiguration(String id)
id
- Identifier for the object configuration to retrieve.
ObjectConfiguration getObjectConfiguration(String id, Map userParams) throws ObjectConfigurationException
id
- Identifier for the object configuration to retrieve.
ObjectConfigurationException
void loadObjectConfiguration(String xmlFile, String id, ClassLoader classLoader) throws ObjectConfigurationException
ObjectConfigurationException
void loadObjectConfigurationFromElement(org.dom4j.Element element, ObjectDescriptor od, String id, ClassLoader classLoader)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |