List of usage examples for org.apache.commons.digester CallMethodRule subclass-usage
From source file org.acmsl.queryj.customsql.xml.UntrimmedCallMethodRule.java
/**
* Custom implementation of Digester's CallMethodRule, so that
* inner text body is not trimmed.
* @author <a href="mailto:chous@acm-sl.org">Jose San Leandro Armendariz</a>
*/
@ThreadSafe
From source file com.liusoft.sc.startup.WebRuleSet.java
/** * A Rule that can be used to call multiple times a method as many times as needed * (used for addServletMapping). */ final class CallMethodMultiRule extends CallMethodRule {