Uses of Interface
de.xima.fc.interfaces.form.IFormPublishContext
-
Packages that use IFormPublishContext Package Description de.xima.fc.form de.xima.fc.form.publish de.xima.fc.interfaces.form -
-
Uses of IFormPublishContext in de.xima.fc.form
Methods in de.xima.fc.form with parameters of type IFormPublishContext Modifier and Type Method Description static boolean
FormPublishUtil. publish(IFormPublishContext ctx)
static void
FormPublishUtil. publishPDFInmport(File file, IFormPublishContext publishCtx)
static ProjektRessource
FormPublishUtil. publishProjectResource(File file, String resourceName, IFormPublishContext publishCtx)
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 IFormPublishContext Modifier and Type Class Description class
ExtendedFormPublishContext
Context of an form-publish-request extended withHttpServletRequest
andHttpServletResponse
class
FormPublishContext
Context of an form-publish-request with data for an publish-callMethods in de.xima.fc.form.publish that return IFormPublishContext Modifier and Type Method Description IFormPublishContext
FormPublishContextBuilder. build(Benutzer benutzer, PublishRequestParameter parameters)
builds anIFormPublishContext
based on the the given parameters.IFormPublishContext
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 IFormPublishContext Modifier and Type Method Description IFormPublishContext
FormPublishContextBuilder. 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.form Modifier and Type Interface Description interface
IExtendedFormPublishContext
-