public class ActionParameters extends Object
| Constructor and Description |
|---|
ActionParameters(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.struts.util.MessageResources messages,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.validator.DynaValidatorForm |
getDynaValidatorForm() |
org.apache.struts.action.ActionErrors |
getErrors() |
org.apache.struts.action.ActionForm |
getForm() |
Locale |
getLocale() |
org.apache.struts.action.ActionMapping |
getMapping() |
org.apache.struts.util.MessageResources |
getMessages() |
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
void |
setErrors(org.apache.struts.action.ActionErrors errors) |
public ActionParameters(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.struts.util.MessageResources messages,
Locale locale)
public org.apache.struts.action.ActionMapping getMapping()
public org.apache.struts.action.ActionForm getForm()
public org.apache.struts.validator.DynaValidatorForm getDynaValidatorForm()
public javax.servlet.http.HttpServletRequest getRequest()
public javax.servlet.http.HttpServletResponse getResponse()
public Locale getLocale()
public org.apache.struts.util.MessageResources getMessages()
public org.apache.struts.action.ActionErrors getErrors()
public void setErrors(org.apache.struts.action.ActionErrors errors)
Copyright © 2016. All rights reserved.