|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GinpModel | |
---|---|
net.sf.ginp.commands | |
net.sf.ginp.config |
Uses of GinpModel in net.sf.ginp.commands |
---|
Methods in net.sf.ginp.commands with parameters of type GinpModel | |
---|---|
void |
AdminMode.action(GinpModel model,
java.util.Vector params)
Description of the Method |
void |
ViewPage.action(GinpModel model,
java.util.Vector params)
PicCollection id (colid) and path (path) should be sent in the parameters so that the model is not out of sync with browser. |
void |
SelectCollection.action(GinpModel model,
java.util.Vector params)
Description of the Method |
void |
Command.action(GinpModel model,
java.util.Vector params)
|
void |
SetConfiguration.action(GinpModel model,
java.util.Vector params)
Description of the Method |
void |
SelectPath.action(GinpModel model,
java.util.Vector params)
PicCollection id (colid) and path (path) should be sent in the parameters so that the model is not out of sync with browser. |
void |
Logon.action(GinpModel model,
java.util.Vector params)
Perform user authentication action. |
void |
ShowPicture.action(GinpModel model,
java.util.Vector params)
PicCollection id (colid) and path (path) should be sent in the parameters so that the model is not out of sync with browser. |
void |
SetLanguageCode.action(GinpModel model,
java.util.Vector params)
Description of the Method |
void |
UploadConfig.action(GinpModel model,
java.util.Vector params)
Description of the Method |
Uses of GinpModel in net.sf.ginp.config |
---|
Methods in net.sf.ginp.config that return GinpModel | |
---|---|
static GinpModel |
ModelUtil.getModel(javax.servlet.http.HttpServletRequest req)
Gets a model from the http session |
static GinpModel |
ModelUtil.getModel(java.lang.String name)
Thread safe creating of models identified by name for testing only Let normal http session handling handle this otherwise. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |