Class EstablishUserAction
- java.lang.Object
-
- org.kuali.rice.edl.impl.components.EstablishUserAction
-
- All Implemented Interfaces:
EDLModelComponent
public class EstablishUserAction extends java.lang.Object implements EDLModelComponent
Handles establishing what action the user submitted. It's important to normalize this because the action could be submitted in the "userAction" request parameter, in the "command" request parameter or not passed at all.This is primarily important in identifying whether the submission is the first-time "load" of a document or an action being executed against an already loaded document.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMMAND_PARAMstatic java.lang.StringUSER_ACTION_PARAM
-
Constructor Summary
Constructors Constructor Description EstablishUserAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateDOM(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)
-
-
-
Field Detail
-
USER_ACTION_PARAM
public static final java.lang.String USER_ACTION_PARAM
- See Also:
- Constant Field Values
-
COMMAND_PARAM
public static final java.lang.String COMMAND_PARAM
- See Also:
- Constant Field Values
-
-
Method Detail
-
updateDOM
public void updateDOM(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)- Specified by:
updateDOMin interfaceEDLModelComponent
-
-