Uses of Interface
de.xima.fc.interfaces.form.IFormPersistContext
-
Packages that use IFormPersistContext Package Description de.xima.fc.form.persist de.xima.fc.interfaces.form -
-
Uses of IFormPersistContext in de.xima.fc.form.persist
Classes in de.xima.fc.form.persist that implement IFormPersistContext Modifier and Type Class Description class
ExtendedFormPersistContext
Context of an form-resist-request extended withHttpServletRequest
andHttpServletResponse
class
FormPersistContext
Context of an form-persist-request with data after the persist-callMethods in de.xima.fc.form.persist that return IFormPersistContext Modifier and Type Method Description IFormPersistContext
FormPersistContextBuilder. build()
IFormPersistContext
FormPersistContextBuilder. build(IFormPersistContext persistCtx)
builds theIFormPersistContext
based on the given builder data by loading all needed data from the master-server and sets them into the givenIFormPersistContext
Methods in de.xima.fc.form.persist with parameters of type IFormPersistContext Modifier and Type Method Description IFormPersistContext
FormPersistContextBuilder. build(IFormPersistContext persistCtx)
builds theIFormPersistContext
based on the given builder data by loading all needed data from the master-server and sets them into the givenIFormPersistContext
-
Uses of IFormPersistContext in de.xima.fc.interfaces.form
Subinterfaces of IFormPersistContext in de.xima.fc.interfaces.form Modifier and Type Interface Description interface
IExtendedFormPersistContext
-