net.sf.jasperreports.engine.export
Interface GenericElementHandlerBundle

All Known Implementing Classes:
DefaultElementHandlerBundle

public interface GenericElementHandlerBundle

A bundle of generic element handlers that share the same namespace.

Such a bundle can contain handlers for several generic element types, each having a unique name.

Version:
$Id: GenericElementHandlerBundle.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
JRGenericElementType

Method Summary
 GenericElementHandler getHandler(java.lang.String elementName, java.lang.String exporterKey)
          Returns a generic element handler for a element type name and an exporter key.
 java.lang.String getNamespace()
          Returns the namespace of this bundle.
 

Method Detail

getNamespace

java.lang.String getNamespace()
Returns the namespace of this bundle.

Returns:
the bundle namespace

getHandler

GenericElementHandler getHandler(java.lang.String elementName,
                                 java.lang.String exporterKey)
Returns a generic element handler for a element type name and an exporter key.

Parameters:
elementName - the element type name
exporterKey - the exporter key
Returns:
a generic element handler for the combination


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com