|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ginp.config.ModelUtil
public class ModelUtil
This class is responsible for getting our bootstrapped configuration information
Constructor Summary | |
---|---|
ModelUtil()
|
Method Summary | |
---|---|
static FolderManager |
getFolderManager()
|
static GinpModel |
getModel(javax.servlet.http.HttpServletRequest req)
Gets a model from the http session |
static GinpModel |
getModel(java.lang.String name)
Thread safe creating of models identified by name for testing only Let normal http session handling handle this otherwise. |
static SetupManager |
getSetupManager()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelUtil()
Method Detail |
---|
public static GinpModel getModel(javax.servlet.http.HttpServletRequest req)
config
- the config filereq
- the servlet request
public static GinpModel getModel(java.lang.String name)
config
- the configurationname
- the name of the model
public static SetupManager getSetupManager()
public static FolderManager getFolderManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |