net.smartlab.ssh
Class ShellAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by net.smartlab.web.Action
          extended by net.smartlab.web.DynaAction
              extended by net.smartlab.ssh.ShellAction

public class ShellAction
extends net.smartlab.web.DynaAction

TODO documentation

Author:
rlogiacco

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

SESSION_KEY

public static final java.lang.String SESSION_KEY
The key used to store and retrieve the current user from session.

See Also:
Constant Field Values
Constructor Detail

ShellAction

public ShellAction()
Method Detail

login

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
TODO documentation

Parameters:
form -
request -
response -
mapping -
Returns:
Throws:
java.lang.Exception
net.smartlab.web.ActionException

logout

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
TODO documentation

Parameters:
form -
request -
response -
mapping -
Returns:
Throws:
net.smartlab.web.ActionException


Copyright © 2007-2008 The SmartShell Team. All Rights Reserved.