public class

RuleSupport

extends Rule
java.lang.Object
   ↳ org.apache.commons.digester.Rule
     ↳ org.apache.commons.betwixt.digester.RuleSupport
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

RuleSupport is an abstract base class containing useful helper methods.

Summary

[Expand]
Inherited Fields
From class org.apache.commons.digester.Rule
Public Constructors
RuleSupport()
Base constructor
Protected Methods
Class getBeanClass()
Gets the class of the bean whose .betwixt file is being digested
Set getProcessedPropertyNameSet()
Gets the property names already processed
XMLBeanInfoDigester getXMLInfoDigester()
Gets XMLBeanInfoDigester using this rule.
XMLIntrospector getXMLIntrospector()
Gets XMLIntrospector to be used for introspection
[Expand]
Inherited Methods
From class org.apache.commons.digester.Rule
From class java.lang.Object

Public Constructors

public RuleSupport ()

Base constructor

Protected Methods

protected Class getBeanClass ()

Gets the class of the bean whose .betwixt file is being digested

Returns
  • the Class of the bean being processed

protected Set getProcessedPropertyNameSet ()

Gets the property names already processed

Returns
  • the set of property names that have been processed so far

protected XMLBeanInfoDigester getXMLInfoDigester ()

Gets XMLBeanInfoDigester using this rule.

Returns
  • XMLBeanInfoDigester for this rule

protected XMLIntrospector getXMLIntrospector ()

Gets XMLIntrospector to be used for introspection

Returns
  • XMLIntrospector to use