Uses of Interface
de.xima.fc.interfaces.form.IFormPublishContext
Packages that use IFormPublishContext
-
Uses of IFormPublishContext in de.xima.fc.form
Methods in de.xima.fc.form with parameters of type IFormPublishContextModifier and TypeMethodDescriptionstatic boolean
FormPublishUtil.publish
(IFormPublishContext ctx) static void
FormPublishUtil.publishPDFInmport
(File file, IFormPublishContext publishCtx) Deprecated.static ProjektRessource
FormPublishUtil.publishProjectResource
(File file, String resourceName, IFormPublishContext publishCtx) Deprecated.static void
FormPublishUtil.publishResource
(File file, String resourceName, IFormPublishContext publishCtx) Deprecated. -
Uses of IFormPublishContext in de.xima.fc.form.publish
Classes in de.xima.fc.form.publish that implement IFormPublishContextModifier and TypeClassDescriptionclass
Context of an form-publish-request extended withHttpServletRequest
andHttpServletResponse
class
Context of an form-publish-request with data for an publish-callMethods in de.xima.fc.form.publish that return IFormPublishContextModifier and TypeMethodDescriptionFormPublishContextBuilder.build
(Benutzer benutzer, PublishRequestParameter parameters) Deprecated.FormPublishContextBuilder.build
(IFormPublishContext publishCtx) builds theIFormPublishContext
based by loading all needed data from the master-server and sets them into the givenIFormPublishContext
Methods in de.xima.fc.form.publish with parameters of type IFormPublishContextModifier and TypeMethodDescriptionFormPublishContextBuilder.build
(IFormPublishContext publishCtx) builds theIFormPublishContext
based by loading all needed data from the master-server and sets them into the givenIFormPublishContext
static boolean
FormPublishValidator.checkPublishCtx
(IFormPublishContext ctx) -
Uses of IFormPublishContext in de.xima.fc.interfaces.form
Subinterfaces of IFormPublishContext in de.xima.fc.interfaces.formModifier and TypeInterfaceDescriptioninterface
FormPublishContextBuilder.build(HttpServletRequest, HttpServletResponse)
instead.