java.lang.Object
org.apache.struts.action.Action
org.apache.struts.faces.systest1.ContextAction
- public class ContextAction
- extends org.apache.struts.action.Action
Action to render properties from ExternalContext and the corresponding
request and application context objects.
Methods inherited from class org.apache.struts.action.Action |
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, 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 |
log
private static final org.apache.commons.logging.Log log
authType
private java.lang.String authType
contextPath
private java.lang.String contextPath
locale
private java.util.Locale locale
pathInfo
private java.lang.String pathInfo
remoteUser
private java.lang.String remoteUser
servletPath
private java.lang.String servletPath
ContextAction
public ContextAction()
getAuthType
public java.lang.String getAuthType()
getContextPath
public java.lang.String getContextPath()
getLocale
public java.util.Locale getLocale()
getPathInfo
public java.lang.String getPathInfo()
getRemoteUser
public java.lang.String getRemoteUser()
getServletPath
public java.lang.String getServletPath()
execute
public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
Process an attempted logon.