|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is the interface a class must implement to be used to set custom Commons Digester rules for the AppConfigContextListener.
Method Summary | |
javawebparts.core.org.apache.commons.digester.Digester |
setRules(javawebparts.core.org.apache.commons.digester.Digester inDigester,
java.lang.String inRootElement,
java.lang.String inConfigClass)
This method, when implemented, should set the applicable rules on the Digester object passed in, and return it. |
Method Detail |
public javawebparts.core.org.apache.commons.digester.Digester setRules(javawebparts.core.org.apache.commons.digester.Digester inDigester, java.lang.String inRootElement, java.lang.String inConfigClass)
inDigester
- Digester instance to set rules on.inRootElement
- The root element of the document.inConfigClass
- The class that will be populated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |