Return to www.inductionframework.org

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

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

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

Internal. ControllerMappingRule NOTE: we do not extend Rule in this class, since this class while a rules "container", but is not itself a rule

Author:
Adinath Raveendra Raj

Nested Class Summary
 class ControllerMappingRule.AddErrorToClassMapRule
           
 class ControllerMappingRule.AddURLToClassMapRule
           
 
Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
ControllerMappingRule(Config.ControllerMapping oControllerMapping)
           
 
Method Summary
 void begin(java.lang.String sNamespace, java.lang.String sName, org.xml.sax.Attributes oAttributes)
           
 ControllerMappingRule.AddErrorToClassMapRule createAddErrorToClassMapRule()
           
 ControllerMappingRule.AddURLToClassMapRule createAddURLToClassMapRule()
           
 com.acciente.induction.init.config.xmlconfigloader.ControllerMappingRule.SetDefaultHandlerMethodRule createSetDefaultHandlerMethodRule()
           
 com.acciente.induction.init.config.xmlconfigloader.ControllerMappingRule.SetIgnoreHandlerMethodCaseRuleRule createSetIgnoreHandlerMethodCaseRule()
           
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerMappingRule

public ControllerMappingRule(Config.ControllerMapping oControllerMapping)
Method Detail

createSetDefaultHandlerMethodRule

public com.acciente.induction.init.config.xmlconfigloader.ControllerMappingRule.SetDefaultHandlerMethodRule createSetDefaultHandlerMethodRule()

createSetIgnoreHandlerMethodCaseRule

public com.acciente.induction.init.config.xmlconfigloader.ControllerMappingRule.SetIgnoreHandlerMethodCaseRuleRule createSetIgnoreHandlerMethodCaseRule()

createAddURLToClassMapRule

public ControllerMappingRule.AddURLToClassMapRule createAddURLToClassMapRule()

createAddErrorToClassMapRule

public ControllerMappingRule.AddErrorToClassMapRule createAddErrorToClassMapRule()

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

Return to www.inductionframework.org

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