Java org.apache.commons.digester BeanPropertySetterRule fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.digester BeanPropertySetterRule fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.digester BeanPropertySetterRule.

The text is from its open source code.

Subclass

org.apache.commons.digester.BeanPropertySetterRule has subclasses.
Click this link to see all its subclasses.

Constructor

BeanPropertySetterRule(Digester digester)

Construct rule that automatically sets a property from the body text.

BeanPropertySetterRule(String propertyName)

Construct rule that sets the given property from the body text.