| org.apache.struts.apps.mailreader.actions.BaseAction org.apache.struts.apps.mailreader.actions.LocaleAction
execute | public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | |
Change the user's Struts
java.util.Locale based on request
parameters for "language", "country".
After setting the Locale, control is forwarded to an URI path
indicated by a "page" parameter, or a forward indicated by a
"forward" parameter, or to a forward given as the mappings
"parameter" property.
The response location must be specified one of these ways.
Parameters: mapping - The ActionMapping used to select this instance Parameters: form - The optional ActionForm bean for this request (if any) Parameters: request - The HTTP request we are processing Parameters: response - The HTTP response we are creating An ActionForward indicate the resources that will render theresponse throws: Exception - if an input/output error or servlet exception occurs |
Methods inherited from org.apache.struts.apps.mailreader.actions.BaseAction | void doCacheUser(HttpServletRequest request, User user)(Code)(Java Doc) protected void doCancel(HttpSession session, String method, String key)(Code)(Java Doc) protected ActionForward doFindFailure(ActionMapping mapping)(Code)(Java Doc) protected ActionForward doFindLogon(ActionMapping mapping)(Code)(Java Doc) protected ActionForward doFindSuccess(ActionMapping mapping)(Code)(Java Doc) protected String doGet(ActionForm form, String property)(Code)(Java Doc) protected Subscription doGetSubscription(HttpSession session)(Code)(Java Doc) protected Subscription doGetSubscription(HttpServletRequest request)(Code)(Java Doc) User doGetUser(UserDatabase database, String username, String password, ActionMessages errors) throws ExpiredPasswordException(Code)(Java Doc) User doGetUser(String username, String password, ActionMessages errors) throws ExpiredPasswordException(Code)(Java Doc) protected User doGetUser(HttpSession session)(Code)(Java Doc) protected User doGetUser(HttpServletRequest request)(Code)(Java Doc) protected UserDatabase doGetUserDatabase()(Code)(Java Doc) protected ActionForward doInputForward(ActionMapping mapping, HttpServletRequest request, ActionMessages errors)(Code)(Java Doc) protected void doLogProcess(ActionMapping mapping, String method)(Code)(Java Doc) protected void doSaveToken(HttpServletRequest request)(Code)(Java Doc) protected void doSaveUser(User user) throws ServletException(Code)(Java Doc) protected boolean doSet(ActionForm form, String property, String value)(Code)(Java Doc)
|
|
|