Return to www.inductionframework.org

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 NOTE: we do not extend Rule in this class, since this class while a rules "container", but is not itself a rule


Constructor Summary
ControllerResolverRule(Config.ControllerResolver oControllerResolver)
           
 
Method Summary
 void begin(java.lang.String sNamespace, java.lang.String sName, org.xml.sax.Attributes oAttributes)
           
 com.acciente.induction.init.config.xmlconfigloader.ControllerResolverRule.ParamClassRule createParamClassRule()
           
 com.acciente.induction.init.config.xmlconfigloader.ControllerResolverRule.ParamDefaultHandlerMethodRule createParamDefaultHandlerMethodRule()
           
 com.acciente.induction.init.config.xmlconfigloader.ControllerResolverRule.ParamIgnoreHandlerMethodCaseRuleRule createParamIgnoreHandlerMethodCaseRule()
           
 void end(java.lang.String sNamespace, java.lang.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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerResolverRule

public ControllerResolverRule(Config.ControllerResolver oControllerResolver)
Method Detail

begin

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

end

public void end(java.lang.String sNamespace,
                java.lang.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()

createParamDefaultHandlerMethodRule

public com.acciente.induction.init.config.xmlconfigloader.ControllerResolverRule.ParamDefaultHandlerMethodRule createParamDefaultHandlerMethodRule()

createParamIgnoreHandlerMethodCaseRule

public com.acciente.induction.init.config.xmlconfigloader.ControllerResolverRule.ParamIgnoreHandlerMethodCaseRuleRule createParamIgnoreHandlerMethodCaseRule()

Return to www.inductionframework.org

Copyright (c) 2008 Acciente, LLC. All rights reserved.