nl.gx.webmanager.springmvc
Class WebManagerProtocol

java.lang.Object
  extended by nl.gx.webmanager.springmvc.WebManagerProtocol

public class WebManagerProtocol
extends java.lang.Object

This class is a wrapper of the WebManager protocol. This class handles all create, delete update and move actions posted to the WebManagerController

Author:
Ivo Ladage

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

WebManagerProtocol

public WebManagerProtocol(java.lang.Object persistentObject,
                          org.springframework.beans.MutablePropertyValues commandParameters,
                          nl.gx.webmanager.foundation.Session wmSession)
Constructor of the WebManager protocol object.

Parameters:
persistentObject - object to which the protocol should be applied
commandParameters - propery values in a http servlet request accessible by a given nested path
wmSession - The WebManager session
Method Detail

process

public 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.



Copyright © 2007-2011 GX Software BV. All Rights Reserved.