|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRule
net.sf.jasperreports.engine.xml.JRComponentRule
public class JRComponentRule
A digester rule that links a Component object with its parent
JRDesignComponentElement.
This rules also sets the component type key on the
component element via
JRDesignComponentElement.setComponentKey(ComponentKey).
The component type key is created based on information from the XML
component node; the node namespace is used as component type namespace
and the node name is used as component name.
| Constructor Summary | |
|---|---|
JRComponentRule()
|
|
| Method Summary | |
|---|---|
void |
end(java.lang.String namespace,
java.lang.String name)
|
static JRComponentRule |
newInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JRComponentRule()
| Method Detail |
|---|
public static JRComponentRule newInstance()
public void end(java.lang.String namespace,
java.lang.String name)
throws JRException
JRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||