public class GiftRegistryItemAddActionForm extends GiftRegistryItemBaseActionForm
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_NAME
the name of this class
|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
Constructor and Description |
---|
GiftRegistryItemAddActionForm() |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
updateMappingInput(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
java.util.Map inMap)
Updates the given input with possibly resolved partNumber and partAuxiliaryKey.
|
validate
getRulePropertyFileName, getServiceMappingResult, getStoreDirectory, getStoreId, setRulePropertyFileName, setStoreDirectory
getPage, getResultValueMap, getValidationKey, getValidatorResults, reset, setPage, setValidatorResults
contains, get, get, get, getDynaClass, getMap, getString, getStrings, initialize, initialize, remove, reset, set, set, set, toString
getMultipartRequestHandler, getServletWrapper, setMultipartRequestHandler, setServlet, validate
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASS_NAME
public java.util.Map updateMappingInput(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request, java.util.Map inMap) throws ECException
updateMappingInput
in class GiftRegistryItemBaseActionForm
mapping
- the ActionMapping
that is used by this action.request
- the HTTP request handled by this actioninMap
- the input that will be feeded to a ServiceMapper
. The mappingInput will
contain all the parameters that come from the current HTTP request. Feel free to add/update/delete entries
in this given input. The original set of the HTTP request parameters will not be polluted (that is, no clone
operation needs to be done on the given input).ECException
- thrown when the updating fails.GiftRegistryBaseValidatorActionForm.updateMappingInput(ActionMapping, HttpServletRequest, Map)