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