net.sf.jasperreports.repo
Class FileRepositoryServiceExtensionsRegistryFactory
java.lang.Object
net.sf.jasperreports.repo.FileRepositoryServiceExtensionsRegistryFactory
- All Implemented Interfaces:
- ExtensionsRegistryFactory
public class FileRepositoryServiceExtensionsRegistryFactory
- extends Object
- implements ExtensionsRegistryFactory
- Version:
- $Id: FileRepositoryServiceExtensionsRegistryFactory.java 5118 2012-03-22 15:08:56Z shertage $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILE_REPOSITORY_PROPERTY_PREFIX
public static final String FILE_REPOSITORY_PROPERTY_PREFIX
- See Also:
- Constant Field Values
PROPERTY_FILE_REPOSITORY_ROOT
public static final String PROPERTY_FILE_REPOSITORY_ROOT
- Specifies the file repository root location.
- See Also:
- Constant Field Values
PROPERTY_FILE_REPOSITORY_RESOLVE_ABSOLUTE_PATH
public static final String PROPERTY_FILE_REPOSITORY_RESOLVE_ABSOLUTE_PATH
- Flag property that indicates whether the absolute path to be used instead, when resources are not found in the file repository.
- See Also:
- Constant Field Values
FileRepositoryServiceExtensionsRegistryFactory
public FileRepositoryServiceExtensionsRegistryFactory()
createRegistry
public ExtensionsRegistry createRegistry(String registryId,
JRPropertiesMap properties)
- Description copied from interface:
ExtensionsRegistryFactory
- Instantiates an extensions registry.
- Specified by:
createRegistry in interface ExtensionsRegistryFactory
- Parameters:
registryId - the ID of the registry to instantiate.
The ID can be used to identify a set of properties to be used
when instantiating the registry.properties - the map of properties that can be used to configure
the registry instantiation process
- Returns:
- an extensions registry
- See Also:
DefaultExtensionsRegistry.PROPERTY_REGISTRY_PREFIX
Copyright © 2012. All Rights Reserved.