Object |
GenericObjectFactory.createObject() |
Creates an object according to the definition.
|
protected abstract void |
AbstractModelReader.endMultiplexMapping() |
Finializes the multiplexer mapping.
|
protected void |
ObjectFactoryLoader.endMultiplexMapping() |
Finializes the multiplexer mapping.
|
protected abstract void |
AbstractModelReader.endObjectDefinition() |
Finializes the object definition.
|
protected void |
ObjectFactoryLoader.endObjectDefinition() |
Finializes the object definition.
|
PropertyDefinition |
GenericObjectFactory.getPropertyDefinitionByPropertyName(String propertyName) |
Returns the property definition for the specified property name.
|
PropertyDefinition |
GenericObjectFactory.getPropertyDefinitionByTagName(String tagName) |
Returns a property definition for the specified tag name.
|
Class |
GenericObjectFactory.getTypeForTagName(String tagName) |
Returns the class for a tag name.
|
protected abstract void |
AbstractModelReader.handleAttributeDefinition(String name,
String attribName,
String handlerClass) |
Handles an attribute definition.
|
protected void |
ObjectFactoryLoader.handleAttributeDefinition(String name,
String attribName,
String handlerClass) |
Handles an attribute definition.
|
protected abstract void |
AbstractModelReader.handleConstructorDefinition(String propertyName,
String parameterClass) |
Handles a constructor definition.
|
protected abstract void |
AbstractModelReader.handleElementDefinition(String name,
String element) |
Handles an element definition.
|
protected void |
ObjectFactoryLoader.handleElementDefinition(String name,
String element) |
Handles an element definition.
|
protected abstract void |
AbstractModelReader.handleLookupDefinition(String name,
String lookupKey) |
Handles an lookup definition.
|
protected void |
ObjectFactoryLoader.handleLookupDefinition(String name,
String lookupKey) |
Handles an lookup definition.
|
protected abstract boolean |
AbstractModelReader.handleManualMapping(String className,
String readHandler,
String writeHandler) |
Handles a manual mapping definition.
|
protected boolean |
ObjectFactoryLoader.handleManualMapping(String className,
String readHandler,
String writeHandler) |
Handles a manual mapping definition.
|
protected abstract void |
AbstractModelReader.handleMultiplexMapping(String typeName,
String className) |
Defines an entry for the multiplex mapping.
|
protected void |
ObjectFactoryLoader.handleMultiplexMapping(String typeName,
String className) |
Defines an entry for the multiplex mapping.
|
protected void |
AbstractModelReader.parseXml(URL resource) |
Parses an XML document at the given URL.
|
protected void |
AbstractModelReader.parseXmlDocument(URL resource,
boolean isInclude) |
Parses the given specification and loads all includes specified in the files.
|
void |
GenericObjectFactory.readProperties(Object object) |
Reads the properties.
|
void |
GenericObjectFactory.setProperty(String propertyName,
Object value) |
Sets a property value.
|
protected abstract boolean |
AbstractModelReader.startObjectDefinition(String className,
String register,
boolean ignored) |
Starts a object definition.
|
protected boolean |
ObjectFactoryLoader.startObjectDefinition(String className,
String register,
boolean ignore) |
Starts a object definition.
|
void |
GenericObjectFactory.writeObjectProperties(Object object) |
Writes the properties for the object.
|