com.acciente.induction.init.config
Class Config.RedirectMapping.ClassToURLMap

java.lang.Object
  extended by com.acciente.induction.init.config.Config.RedirectMapping.ClassToURLMap
Enclosing class:
Config.RedirectMapping

public static class Config.RedirectMapping.ClassToURLMap
extends Object

Modular configuration container


Nested Class Summary
static class Config.RedirectMapping.ClassToURLMap.FindReplaceDirective
           
 
Field Summary
static String METHODNAME_LITERAL
           
static String METHODNAME_SEARCH_REGEX
           
static String SHORTNAME_LITERAL
           
static String SHORTNAME_SEARCH_REGEX
           
 
Method Summary
 void addClassFindReplaceDirective(String sFindStr, String sReplaceStr)
           
 String getAlternateURLFormat()
           
 List getClassFindReplaceDirectives()
           
 String[] getClassPackages()
           
 Pattern getClassPattern()
           
 String getURLFormat()
           
 String toString()
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SHORTNAME_LITERAL

public static final String SHORTNAME_LITERAL
See Also:
Constant Field Values

METHODNAME_LITERAL

public static final String METHODNAME_LITERAL
See Also:
Constant Field Values

SHORTNAME_SEARCH_REGEX

public static final String SHORTNAME_SEARCH_REGEX
See Also:
Constant Field Values

METHODNAME_SEARCH_REGEX

public static final String METHODNAME_SEARCH_REGEX
See Also:
Constant Field Values
Method Detail

getClassPackages

public String[] getClassPackages()

getClassPattern

public Pattern getClassPattern()

getURLFormat

public String getURLFormat()

getAlternateURLFormat

public String getAlternateURLFormat()

addClassFindReplaceDirective

public void addClassFindReplaceDirective(String sFindStr,
                                         String sReplaceStr)

getClassFindReplaceDirectives

public List getClassFindReplaceDirectives()

toString

public String toString()
Overrides:
toString in class Object

toXML

public String toXML()


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