Class JRComponentRule


  • public class JRComponentRule
    extends org.apache.commons.digester.Rule
    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.

    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

      • JRComponentRule

        public JRComponentRule()