public class JRPartComponentRule
extends org.apache.commons.digester.Rule
PartComponent object with its parent
JRDesignPart.
This rules also sets the component type key on the
report part via
JRDesignPart.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 and Description |
|---|
JRPartComponentRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(String namespace,
String name) |
static JRPartComponentRule |
newInstance() |
public static JRPartComponentRule newInstance()
public void end(String namespace, String name) throws JRException
end in class org.apache.commons.digester.RuleJRExceptionCopyright © 2015. All rights reserved.