public final class GenericElementHandlerEnviroment
extends java.lang.Object
generic element handlers
.
Generic element handler bundles are registered as JasperReports extensions
of type GenericElementHandlerBundle
via the central extension
framework (see ExtensionsEnvironment
).
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXCEPTION_MESSAGE_KEY_HANDLERS_NOT_FOUND_FOR_NAMESPACE |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,GenericElementHandlerBundle> |
getBundles() |
GenericElementHandler |
getElementHandler(JRGenericElementType type,
java.lang.String exporterKey)
Returns a handler for a generic print element type and an exporter
key.
|
static GenericElementHandler |
getHandler(JRGenericElementType type,
java.lang.String exporterKey)
Deprecated.
Replaced by
getElementHandler(JRGenericElementType, String) . |
protected static java.util.Map<java.lang.String,GenericElementHandlerBundle> |
getHandlerBundles()
Deprecated.
Replaced by
getBundles() . |
static GenericElementHandlerEnviroment |
getInstance(JasperReportsContext jasperReportsContext) |
protected java.util.Map<java.lang.String,GenericElementHandlerBundle> |
loadBundles() |
protected static java.util.Map<java.lang.String,GenericElementHandlerBundle> |
loadHandlerBundles()
Deprecated.
Replaced by
loadBundles() . |
public static final java.lang.String EXCEPTION_MESSAGE_KEY_HANDLERS_NOT_FOUND_FOR_NAMESPACE
public static GenericElementHandlerEnviroment getInstance(JasperReportsContext jasperReportsContext)
public GenericElementHandler getElementHandler(JRGenericElementType type, java.lang.String exporterKey)
The method first locates a
handler bundle
that matches the type
namespace, and then uses
GenericElementHandlerBundle.getHandler(String, String)
to
resolve an export handler.
type
- the generic element typeexporterKey
- the exporter keyJRRuntimeException
- if a handler does not exist for the
combination of element type and exporter keyprotected java.util.Map<java.lang.String,GenericElementHandlerBundle> getBundles()
protected java.util.Map<java.lang.String,GenericElementHandlerBundle> loadBundles()
public static GenericElementHandler getHandler(JRGenericElementType type, java.lang.String exporterKey)
getElementHandler(JRGenericElementType, String)
.protected static java.util.Map<java.lang.String,GenericElementHandlerBundle> getHandlerBundles()
getBundles()
.protected static java.util.Map<java.lang.String,GenericElementHandlerBundle> loadHandlerBundles()
loadBundles()
.© 2001-2014 TIBCO Software Inc. www.jaspersoft.com