Uses of Interface
de.xima.fc.interfaces.form.IExtendedFormProcessContext
-
Packages that use IExtendedFormProcessContext Package Description de.xima.fc.form.process -
-
Uses of IExtendedFormProcessContext in de.xima.fc.form.process
Classes in de.xima.fc.form.process that implement IExtendedFormProcessContext Modifier and Type Class Description class
ExtendedFormProcessContext
Context of an form-process-request extended withHttpServletRequest
andHttpServletResponse
Methods in de.xima.fc.form.process that return IExtendedFormProcessContext Modifier and Type Method Description IExtendedFormProcessContext
FormProcessContextBuilder. build(IExtendedFormRequestContext requestCtx)
builds anIExtendedFormProcessContext
based on theIFormRequestContext
of the builder and theIExtendedFormRequestContext
.IExtendedFormProcessContext
FormProcessContextBuilder. build(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
builds anIExtendedFormProcessContext
based on theIFormRequestContext
of the builder and the given parameters.
-