|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.resourceloader.factory.AbstractResourceFactory
public abstract class AbstractResourceFactory
Creation-Date: 05.04.2006, 16:58:57
Field Summary |
---|
Fields inherited from interface org.pentaho.reporting.libraries.resourceloader.ResourceFactory |
---|
CONFIG_PREFIX |
Method Summary | |
---|---|
Resource |
create(ResourceManager manager,
ResourceData data,
ResourceKey context)
Creates a resource by interpreting the data given in the resource-data object. |
Class |
getFactoryType()
Returns the expected result type. |
void |
initializeDefaults()
Initializes the resource factory. |
void |
registerModule(FactoryModule module)
|
boolean |
registerModule(String className)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Class getFactoryType()
ResourceFactory
getFactoryType
in interface ResourceFactory
public void initializeDefaults()
ResourceFactory
initializeDefaults
in interface ResourceFactory
public boolean registerModule(String className)
public void registerModule(FactoryModule module)
public Resource create(ResourceManager manager, ResourceData data, ResourceKey context) throws ResourceCreationException, ResourceLoadingException
ResourceFactory
create
in interface ResourceFactory
data
- context
- manager
- the resource manager used for all resource loading.
ResourceCreationException
ResourceLoadingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |