Package nl.gx.webmanager.springmvc
Class WebManagerProtocol
- java.lang.Object
-
- nl.gx.webmanager.springmvc.WebManagerProtocol
-
public class WebManagerProtocol extends Object
This class is a wrapper of the WebManager protocol. This class handles all create, delete update and move actions posted to the WebManagerController
-
-
Constructor Summary
Constructors Constructor Description WebManagerProtocol(Object persistentObject, org.springframework.beans.MutablePropertyValues commandParameters, Session wmSession)
Constructor of the WebManager protocol object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process()
This methods invokes the methods described in the WebManager protocol on a given persistent object, this protocol encompasses the add, create, delete, remove and move actions on objects that are stored in array variables at the persistent object.
-
-
-
Constructor Detail
-
WebManagerProtocol
public WebManagerProtocol(Object persistentObject, org.springframework.beans.MutablePropertyValues commandParameters, Session wmSession)
Constructor of the WebManager protocol object.- Parameters:
persistentObject
- object to which the protocol should be appliedcommandParameters
- propery values in a http servlet request accessible by a given nested pathwmSession
- The WebManager session
-
-