|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.springmvc.WebManagerProtocol
public class WebManagerProtocol
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 | |
|---|---|
WebManagerProtocol(java.lang.Object persistentObject,
org.springframework.beans.MutablePropertyValues commandParameters,
nl.gx.webmanager.foundation.Session wmSession)
Constructor of the WebManager protocol object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebManagerProtocol(java.lang.Object persistentObject,
org.springframework.beans.MutablePropertyValues commandParameters,
nl.gx.webmanager.foundation.Session wmSession)
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| Method Detail |
|---|
public void process()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||