|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.export.DefaultElementHandlerBundle
public class DefaultElementHandlerBundle
The default GenericElementHandlerBundle implementation.
This implementation uses a map to keep element handlers.
| Constructor Summary | |
|---|---|
DefaultElementHandlerBundle()
|
|
| Method Summary | |
|---|---|
java.util.Map |
getElementHandlers()
Returns the map of element handlers. |
GenericElementHandler |
getHandler(java.lang.String elementName,
java.lang.String exporterKey)
Uses the handler map to locate a handler for the element name and exporter key. |
java.lang.String |
getNamespace()
Returns the namespace of this bundle. |
void |
setElementHandlers(java.util.Map elementHandlers)
Sets the map of element handlers. |
void |
setNamespace(java.lang.String namespace)
Sets the namespace of this bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultElementHandlerBundle()
| Method Detail |
|---|
public GenericElementHandler getHandler(java.lang.String elementName,
java.lang.String exporterKey)
getHandler in interface GenericElementHandlerBundleelementName - the element type nameexporterKey - the exporter key
JRRuntimeException - if no handler is foundpublic java.lang.String getNamespace()
GenericElementHandlerBundle
getNamespace in interface GenericElementHandlerBundlepublic void setNamespace(java.lang.String namespace)
namespace - the namespacegetNamespace()public java.util.Map getElementHandlers()
public void setElementHandlers(java.util.Map elementHandlers)
The map needs to be a two level map, the first one indexed by element names and the second level indexed by exporter keys.
elementHandlers - the map of element handlers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||