public class GiftRegistryBaseValidatorActionForm
extends org.apache.struts.validator.DynaValidatorForm
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASS_NAME
The name of this class
|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
GiftRegistryBaseValidatorActionForm() |
Modifier and Type | Method and Description |
---|---|
java.lang.String | getRulePropertyFileName() |
MappingResult | getServiceMappingResult(org.apache.struts.action.ActionMapping mapping, java.util.Map inMap, javax.servlet.http.HttpServletRequest request)
Returns a MappingResult object that is corresponding to the given name value pairs.
|
java.lang.String | getStoreDirectory() |
java.lang.Integer | getStoreId(javax.servlet.http.HttpServletRequest request)
Retrieves the ID of the store in which the current request this action is handling
|
void | setRulePropertyFileName(java.lang.String fileName)
Sets the file name that is going to be used.
|
void | setStoreDirectory(java.lang.String directory)
Sets the store directory where the rule property file should be located.
|
protected java.util.Map | updateMappingInput(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request, java.util.Map mappingInput)
Updates the given map, which will be converted into elements in a BusinessObjectDocument by a ServiceMapper.
|
org.apache.struts.action.ActionErrors | validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
Validates parameter values in http request.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASS_NAME
public final java.lang.Integer getStoreId(javax.servlet.http.HttpServletRequest request)
public MappingResult getServiceMappingResult(org.apache.struts.action.ActionMapping mapping, java.util.Map inMap, javax.servlet.http.HttpServletRequest request) throws ECException
protected java.util.Map updateMappingInput(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request, java.util.Map mappingInput) throws ECException
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
public final void setRulePropertyFileName(java.lang.String fileName)
setRulePropertyFileName(fileName); super.validate();
public final java.lang.String getRulePropertyFileName()
public final void setStoreDirectory(java.lang.String directory)
public final java.lang.String getStoreDirectory()