|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.struts.action.Action
net.smartlab.web.Action
net.smartlab.web.DynaAction
net.smartlab.ssh.ShellAction
public class ShellAction
TODO documentation
| Field Summary | |
|---|---|
static java.lang.String |
SESSION_KEY
The key used to store and retrieve the current user from session. |
| Fields inherited from class net.smartlab.web.Action |
|---|
DEFAULT_FORWARD, logger |
| Fields inherited from class org.apache.struts.action.Action |
|---|
servlet |
| Constructor Summary | |
|---|---|
ShellAction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
login(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.struts.action.ActionMapping mapping)
TODO documentation |
java.lang.String |
logout(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.struts.action.ActionMapping mapping)
TODO documentation |
| Methods inherited from class net.smartlab.web.DynaAction |
|---|
execute, forward |
| Methods inherited from class net.smartlab.web.Action |
|---|
addError, addError, cancel, execute, getProperties, getRealPath, getServletContext, hasErrors, isChecked, populate, reset, valorize |
| Methods inherited from class org.apache.struts.action.Action |
|---|
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SESSION_KEY
| Constructor Detail |
|---|
public ShellAction()
| Method Detail |
|---|
public java.lang.String login(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.struts.action.ActionMapping mapping)
throws net.smartlab.web.ActionException
form - request - response - mapping -
java.lang.Exception
net.smartlab.web.ActionException
public java.lang.String logout(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.struts.action.ActionMapping mapping)
throws net.smartlab.web.ActionException
form - request - response - mapping -
net.smartlab.web.ActionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||