Class 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)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateDOM​(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EstablishUserAction

        public EstablishUserAction()
    • Method Detail

      • updateDOM

        public void updateDOM​(org.w3c.dom.Document dom,
                              org.w3c.dom.Element configElement,
                              EDLContext edlContext)
        Specified by:
        updateDOM in interface EDLModelComponent