public interface GenericElementHandlerBundle
generic element handlers
that share
the same namespace.
Such a bundle can contain handlers for several generic element types, each having a unique name.
JRGenericElementType
Modifier and Type | Method and Description |
---|---|
GenericElementHandler |
getHandler(String elementName,
String exporterKey)
Returns a generic element handler for a element type name and an
exporter key.
|
String |
getNamespace()
Returns the namespace of this bundle.
|
String getNamespace()
GenericElementHandler getHandler(String elementName, String exporterKey)
elementName
- the element type nameexporterKey
- the exporter keyCopyright © 2016. All rights reserved.