nl.gx.webmanager.handler.forms.foundation
Class FormToSession

java.lang.Object
  extended by nl.gx.webmanager.handler.forms.foundation.FormToSession

public class FormToSession
extends java.lang.Object

This class stores posted forms in the session of the webuser. This functionality is used when a form is posted to /web/form and for preloaading forms (a forms is executed before a page is loaded).


Constructor Summary
FormToSession(java.lang.String sessionFileBase)
           
 
Method Summary
 void setValuesInSession(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, java.lang.String formElementId, java.lang.String flowId, java.lang.String formDefinitionURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormToSession

public FormToSession(java.lang.String sessionFileBase)
Method Detail

setValuesInSession

public void setValuesInSession(javax.servlet.http.HttpServletRequest httpServletRequest,
                               javax.servlet.http.HttpServletResponse httpServletResponse,
                               java.lang.String formElementId,
                               java.lang.String flowId,
                               java.lang.String formDefinitionURL)
                        throws java.io.IOException
Throws:
java.io.IOException


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