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