java.lang.Objectorg.apache.commons.digester.Rule
org.apache.commons.digester.BeanPropertySetterRule
Rule implements sets a bean property on the top object to the body text.
The property set:
Using the second method and the ExtendedBaseRules child match pattern, all the child elements can be automatically mapped to properties on the parent object.
| Field Summary | ||
|---|---|---|
| protected String | propertyName | Set this property on the top object. |
| protected String | bodyText | The body text used to set the property. |
| Fields inherited from org.apache.commons.digester.Rule: |
|---|
| digester, namespaceURI |
| Constructor: |
|---|
Construct rule that automatically sets a property from the body text. This construct creates a rule that sets the property on the top object named the same as the current element. |
Construct rule that automatically sets a property from the body text. This construct creates a rule that sets the property on the top object named the same as the current element.
|
Construct rule that sets the given property from the body text.
|
Construct rule that sets the given property from the body text.
|
| Method from org.apache.commons.digester.BeanPropertySetterRule Summary: |
|---|
| body, end, finish, toString |
| Methods from org.apache.commons.digester.Rule: |
|---|
| begin, begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.digester.BeanPropertySetterRule Detail: |
|---|
|
|
|
|