Interface GenericElementHandlerBundle
-
- All Known Implementing Classes:
DefaultElementHandlerBundle
public interface GenericElementHandlerBundleA bundle ofgeneric element handlersthat share the same namespace.Such a bundle can contain handlers for several generic element types, each having a unique name.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
JRGenericElementType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericElementHandlergetHandler(String elementName, String exporterKey)Returns a generic element handler for a element type name and an exporter key.StringgetNamespace()Returns the namespace of this bundle.
-
-
-
Method Detail
-
getNamespace
String getNamespace()
Returns the namespace of this bundle.- Returns:
- the bundle namespace
-
getHandler
GenericElementHandler getHandler(String elementName, String exporterKey)
Returns a generic element handler for a element type name and an exporter key.- Parameters:
elementName- the element type nameexporterKey- the exporter key- Returns:
- a generic element handler for the combination
-
-