|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.web.ActionHandler
public class ActionHandler
Handler designed for use by servlets to process changes made through the StructureTag
.
Field Summary | |
---|---|
static String |
ADD_INDICATOR
The indicator used as the value of KEY_CLIENT_OPERATION to indicate an add has been performed. |
static String |
KEY_CLIENT_OPERATION
The key used to store the operation performed on the root object. |
static String |
KEY_PARSER_ERRORS
The key used to store the parser errors on the appropriate object. |
static String |
REMOVE_INDICATOR
The indicator used as the value of KEY_CLIENT_OPERATION to indicate a remove has been performed. |
static String |
SUBMIT_INDICATOR
The indicator used as the value of KEY_CLIENT_OPERATION to indicate a submit has been performed. |
Constructor Summary | |
---|---|
ActionHandler()
Creates a new instance. |
|
ActionHandler(String inputNamePrefix)
Creates a new instance with the specified prefix to be used for input names. |
Method Summary | |
---|---|
String |
getInputNamePrefix()
Returns the input name prefix. |
ComplexDataObject |
processSubmit(javax.servlet.http.HttpServletRequest request)
Process a submit command and create a new object from the request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String KEY_CLIENT_OPERATION
public static final String KEY_PARSER_ERRORS
public static final String ADD_INDICATOR
KEY_CLIENT_OPERATION
to indicate an add has been performed.
public static final String REMOVE_INDICATOR
KEY_CLIENT_OPERATION
to indicate a remove has been performed.
public static final String SUBMIT_INDICATOR
KEY_CLIENT_OPERATION
to indicate a submit has been performed.
Constructor Detail |
---|
public ActionHandler()
public ActionHandler(String inputNamePrefix)
inputNamePrefix
- The prefix, or null
if none is to be used.Method Detail |
---|
public ComplexDataObject processSubmit(javax.servlet.http.HttpServletRequest request)
request
- The request object.
public String getInputNamePrefix()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |