Wrapper from new definition factory interface to old interface.
This class provides mapping from the old interface's life cycle to the new life cycle.
since: 20020708
createConfigMap(DefinitionsFactoryConfig config) Create map of configuration attributes from configuration object.
Mapping is done between old names and new names.
Parameters: config - The DefinitionsFactoryConfig to use.
getDefinition(String name, ServletRequest request, ServletContext servletContext) Get requested definition.
Parameters: name - Name of the definition. Parameters: request - The request we are processing. Parameters: servletContext - Our servlet context.
Create map of configuration attributes from configuration object.
Mapping is done between old names and new names.
Parameters: config - The DefinitionsFactoryConfig to use. Map Map of name/value pairs.
Create Definition factory from provided classname which must implement
ComponentDefinitionsFactory .
Factory class must extend
DefinitionsFactory .
Parameters: classname - Class name of the factory to create. newly created factory. throws: DefinitionsFactoryException - If an error occur while initializing factory
Get requested definition.
Parameters: name - Name of the definition. Parameters: request - The request we are processing. Parameters: servletContext - Our servlet context. ComponentDefition