com.acciente.induction.init.config.xmlconfigloader
Class RedirectMappingRule
java.lang.Object
org.apache.commons.digester.Rule
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
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
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 |
RedirectMappingRule
public RedirectMappingRule(Config.RedirectMapping oRedirectMapping)
createSetURLBaseRule
public com.acciente.induction.init.config.xmlconfigloader.RedirectMappingRule.SetURLBaseRule createSetURLBaseRule()
createAddClassToURLMapRule
public RedirectMappingRule.AddClassToURLMapRule createAddClassToURLMapRule()
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
Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.