Class LoginRedirectResult

  • All Implemented Interfaces:
    com.opensymphony.xwork2.Result, com.opensymphony.xwork2.util.reflection.ReflectionExceptionHandler, Serializable, org.apache.struts2.result.Redirectable, org.apache.struts2.StrutsStatics

    public class LoginRedirectResult
    extends org.apache.struts2.result.ServletRedirectResult
    Used by the Signup process so that new users are automatically signed in
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.struts2.result.ServletRedirectResult

        actionMapper, anchor, prependServletContext, requestParameters, statusCode, suppressEmptyParameters
      • Fields inherited from class org.apache.struts2.result.StrutsResultSupport

        DEFAULT_PARAM, DEFAULT_URL_ENCODING, parseLocation
      • Fields inherited from interface org.apache.struts2.StrutsStatics

        HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(com.opensymphony.xwork2.ActionInvocation invocation)  
      • Methods inherited from class org.apache.struts2.result.ServletRedirectResult

        addParameter, doExecute, getProhibitedResultParams, handle, isPathUrl, sendRedirect, setActionMapper, setAnchor, setPrependServletContext, setStatusCode, setSuppressEmptyParameters, setUrlHelper
      • Methods inherited from class org.apache.struts2.result.StrutsResultSupport

        conditionalParse, conditionalParseCollection, getLastFinalLocation, getLocation, setEncode, setLocation, setParse
    • Constructor Detail

      • LoginRedirectResult

        public LoginRedirectResult()
    • Method Detail

      • execute

        public void execute​(com.opensymphony.xwork2.ActionInvocation invocation)
                     throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Result
        Overrides:
        execute in class org.apache.struts2.result.ServletRedirectResult
        Throws:
        Exception