|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.component.ComponentKey
public class ComponentKey
A key identifying a component type/class.
A component type is identified by a namespace and a component name.
An instance of this class includes in addition a namespace prefix, which
is required when producing a JRXML representation of the component
(via JRXmlWriter).
JRComponentElement.getComponentKey(),
Serialized Form| Constructor Summary | |
|---|---|
ComponentKey(java.lang.String namespace,
java.lang.String namespacePrefix,
java.lang.String name)
Create a component type key. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
Returns the component name. |
java.lang.String |
getNamespace()
Returns the component namespace. |
java.lang.String |
getNamespacePrefix()
Returns the namespace prefix which is to be used when producing an XML representation of a component of this type. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentKey(java.lang.String namespace,
java.lang.String namespacePrefix,
java.lang.String name)
namespace - the component namespacenamespacePrefix - the prefix to use for the namespacename - the component name| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String getNamespace()
This value must match the namespece of a components bundle, as returned by
ComponentsXmlParser.getNamespace().
public java.lang.String getName()
The value must match a component name in the components bundle, as
used in ComponentsBundle.getComponentManager(String).
public java.lang.String getNamespacePrefix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||