com.acciente.induction.init.config
Class Config.ControllerResolver
java.lang.Object
com.acciente.induction.init.config.Config.ControllerResolver
- Enclosing class:
- Config
public static class Config.ControllerResolver
- extends Object
Modular configuration container
Method Summary |
String |
getClassName()
Returns the name of the class used to resolve a HTTP request to a controller name (and method). |
void |
setClassName(String sClassName)
Used to set a fully qualified class name used to resolve a HTTP request to a controller name (and method). |
String |
toString()
|
String |
toXML()
|
Config.ControllerResolver
public Config.ControllerResolver()
setClassName
public void setClassName(String sClassName)
- Used to set a fully qualified class name used to resolve a HTTP request to a controller name (and method).
This parameter is usually not set. When not set, a default controller resolver that maps a URL path to
a controller name and method is used.
- 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 HTTP request to a controller name (and method).
- 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.