Package | Description |
---|---|
org.hippoecm.hst.component.support.forms |
Modifier and Type | Method and Description |
---|---|
static FormMap |
FormUtils.getFormMap(javax.servlet.http.HttpServletRequest request)
Returns a populated FormaMap for some form data node if that node can be found with the u_u_i_d parameter
on the
request . |
Modifier and Type | Method and Description |
---|---|
static void |
FormUtils.persistFormMap(HstRequest request,
HstResponse response,
FormMap formMap,
StoreFormResult storeFormResult) |
static void |
FormUtils.persistFormMap(String formDataNodePath,
String formId,
HstRequest request,
HstResponse response,
FormMap formMap,
StoreFormResult storeFormResult,
boolean includeRenderParameter)
Facility to temporarily store submitted form data which needs to be accessed in the rendering phase again.
|
static void |
FormUtils.populate(HstRequest request,
FormMap formMap)
This method tries to repopulate an earlier posted form that was stored in the repository.
|
static void |
FormUtils.populate(javax.servlet.http.HttpServletRequest request,
FormMap formMap)
This method tries to repopulate an earlier posted form that was stored in the repository.
|
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.