com.acciente.induction.init.config.xmlconfigloader
Class ControllerResolverRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by com.acciente.induction.init.config.xmlconfigloader.ControllerResolverRule

public class ControllerResolverRule
extends org.apache.commons.digester.Rule

Internal. ControllerResolverRule

Author:
Adinath Raveendra Raj

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
ControllerResolverRule(Config.ControllerResolver oControllerResolver)
           
 
Method Summary
 void begin(String sNamespace, String sName, Attributes oAttributes)
           
 com.acciente.induction.init.config.xmlconfigloader.ControllerResolverRule.ParamClassRule createParamClassRule()
           
 void end(String sNamespace, String sName)
           
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerResolverRule

public ControllerResolverRule(Config.ControllerResolver oControllerResolver)
Method Detail

begin

public void begin(String sNamespace,
                  String sName,
                  Attributes oAttributes)
Overrides:
begin in class org.apache.commons.digester.Rule

end

public void end(String sNamespace,
                String sName)
         throws XMLConfigLoaderException
Overrides:
end in class org.apache.commons.digester.Rule
Throws:
XMLConfigLoaderException

createParamClassRule

public com.acciente.induction.init.config.xmlconfigloader.ControllerResolverRule.ParamClassRule createParamClassRule()


Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.