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

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

public static class Config.ViewResolver
extends Object

Modular configuration container


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

Constructor Detail

Config.ViewResolver

public Config.ViewResolver()
Method Detail

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.