Class JRPartComponentRule


  • public class JRPartComponentRule
    extends org.apache.commons.digester.Rule
    A digester rule that links a 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.

    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Field Detail

      • EXCEPTION_MESSAGE_KEY_INVALID_INSTANCE

        public static final String EXCEPTION_MESSAGE_KEY_INVALID_INSTANCE
        See Also:
        Constant Field Values
    • Constructor Detail

      • JRPartComponentRule

        public JRPartComponentRule()