Package net.sf.jasperreports.j2ee.web
Class WebResourceHandlersExtensionRegistryFactory
- java.lang.Object
-
- net.sf.jasperreports.j2ee.web.WebResourceHandlersExtensionRegistryFactory
-
- All Implemented Interfaces:
ExtensionsRegistryFactory
public class WebResourceHandlersExtensionRegistryFactory extends Object implements ExtensionsRegistryFactory
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description WebResourceHandlersExtensionRegistryFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsRegistry
createRegistry(String registryId, JRPropertiesMap properties)
Instantiates an extensions registry.protected static List<?>
getResourceHandlers()
-
-
-
Method Detail
-
getResourceHandlers
protected static List<?> getResourceHandlers()
-
createRegistry
public ExtensionsRegistry createRegistry(String registryId, JRPropertiesMap properties)
Description copied from interface:ExtensionsRegistryFactory
Instantiates an extensions registry.- Specified by:
createRegistry
in interfaceExtensionsRegistryFactory
- 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
-
-