org.apache.commons.digester.xmlrules
Class DigesterRuleParser.RulesPrefixAdapter

java.lang.Object
  |
  +--org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter
All Implemented Interfaces:
Rules
Enclosing class:
DigesterRuleParser

private class DigesterRuleParser.RulesPrefixAdapter
extends java.lang.Object
implements Rules

Wraps a Rules object. Delegates all the Rules interface methods to the underlying Rules object. Overrides the add method to prepend a prefix to the pattern string.


Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 



Copyright (c) 2001-2002 - Apache Software Foundation