Return to www.inductionframework.org

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

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

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

Internal. RedirectMappingRule 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 RedirectMappingRule.AddClassToURLMapRule
           
 
Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
RedirectMappingRule(Config.RedirectMapping oRedirectMapping)
           
 
Method Summary
 void begin(java.lang.String sNamespace, java.lang.String sName, org.xml.sax.Attributes oAttributes)
           
 RedirectMappingRule.AddClassToURLMapRule createAddClassToURLMapRule()
           
 com.acciente.induction.init.config.xmlconfigloader.RedirectMappingRule.SetURLBaseRule createSetURLBaseRule()
           
 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

RedirectMappingRule

public RedirectMappingRule(Config.RedirectMapping oRedirectMapping)
Method Detail

createSetURLBaseRule

public com.acciente.induction.init.config.xmlconfigloader.RedirectMappingRule.SetURLBaseRule createSetURLBaseRule()

createAddClassToURLMapRule

public RedirectMappingRule.AddClassToURLMapRule createAddClassToURLMapRule()

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-2012 Acciente, LLC. All Rights Reserved.