|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.acciente.induction.init.config.Config
public class Config
This class is the container for the configuration information used by Induction. It uses inner classes to represent each type of category of configuration information, sometimes there may be two identical looking inner classes but this is done since, though identical, the two classes represent different concepts and as such may diverge in the future.
Nested Class Summary | |
---|---|
static class |
Config.ControllerMapping
Modular configuration container |
static class |
Config.ControllerResolver
Modular configuration container |
static class |
Config.FileUpload
Modular configuration container |
static class |
Config.JavaClassPath
Modular configuration container |
static class |
Config.ModelDefs
Modular configuration container |
static class |
Config.RedirectMapping
Modular configuration container |
static class |
Config.RedirectResolver
Modular configuration container |
static class |
Config.RequestInterceptors
Modular configuration container |
static class |
Config.Templating
Modular configuration container |
static class |
Config.ViewMapping
Modular configuration container |
static class |
Config.ViewResolver
Modular configuration container |
Constructor Summary | |
---|---|
Config()
|
Method Summary | |
---|---|
Config.ControllerMapping |
getControllerMapping()
This method is used to access the settings used to configure the controller mapping. |
Config.ControllerResolver |
getControllerResolver()
This method is used to access the settings used to configure the controller resolver. |
Config.FileUpload |
getFileUpload()
This method is used to access config parameters that control file uploads |
Config.JavaClassPath |
getJavaClassPath()
Defined the classpath to be used for loading java class files. |
Config.ModelDefs |
getModelDefs()
This method is used to access the model definitions, in particular to add to, and read from the model definitions stored in this configuration. |
Config.RedirectMapping |
getRedirectMapping()
This method is used to access the settings used to configure the redirect mapping. |
Config.RedirectResolver |
getRedirectResolver()
This method is used to access the settings used to configure the redirect resolver. |
Config.RequestInterceptors |
getRequestInterceptors()
This method is used to access the configured request interceptor list. |
Config.Templating |
getTemplating()
This method provides access to the configuration of the template engine. |
Config.ViewMapping |
getViewMapping()
This method is used to access the settings used to configure the view mapping. |
Config.ViewResolver |
getViewResolver()
This method is used to access the settings used to configure the view resolver. |
String |
toString()
|
String |
toXML()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Config()
Method Detail |
---|
public Config.JavaClassPath getJavaClassPath()
public Config.Templating getTemplating()
public Config.ModelDefs getModelDefs()
public Config.ControllerMapping getControllerMapping()
public Config.ViewMapping getViewMapping()
public Config.RedirectMapping getRedirectMapping()
public Config.RequestInterceptors getRequestInterceptors()
public Config.ControllerResolver getControllerResolver()
public Config.ViewResolver getViewResolver()
public Config.RedirectResolver getRedirectResolver()
public Config.FileUpload getFileUpload()
public String toString()
toString
in class Object
public String toXML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |