com.jdon.container.config.aspect
Class AopInterceptorsXmlLoader

java.lang.Object
  extended by com.jdon.controller.config.XmlParser
      extended by com.jdon.container.config.aspect.AopInterceptorsXmlLoader

public class AopInterceptorsXmlLoader
extends XmlParser


Field Summary
static java.lang.String module
           
 
Constructor Summary
AopInterceptorsXmlLoader()
           
 
Method Summary
 void parse(org.jdom.Element root, java.util.Map mps)
           
 
Methods inherited from class com.jdon.controller.config.XmlParser
load
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module
Constructor Detail

AopInterceptorsXmlLoader

public AopInterceptorsXmlLoader()
Method Detail

parse

public void parse(org.jdom.Element root,
                  java.util.Map mps)
           throws java.lang.Exception
Specified by:
parse in class XmlParser
Throws:
java.lang.Exception