com.acciente.induction.init.config
Class Config.RedirectResolver

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

public static class Config.RedirectResolver
extends Object

Modular configuration container


Constructor Summary
Config.RedirectResolver()
           
 
Method Summary
 String getClassName()
          Returns the name of the class used to resolve a redirect request.
 void setClassName(String sClassName)
          Used to set a fully qualified class name used to resolve a redirect request.
 String toString()
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Config.RedirectResolver

public Config.RedirectResolver()
Method Detail

setClassName

public void setClassName(String sClassName)
Used to set a fully qualified class name used to resolve a redirect request.

Parameters:
sClassName - a string representing fully qualified classname or null to use the default resolver

getClassName

public String getClassName()
Returns the name of the class used to resolve a redirect request.

Returns:
a string representing a fully qualified class name

toString

public String toString()
Overrides:
toString in class Object

toXML

public String toXML()


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