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 booleanFormPublishUtil.publish(IFormPublishContext ctx) static voidFormPublishUtil.publishPDFInmport(File file, IFormPublishContext publishCtx) Deprecated.static ProjektRessourceFormPublishUtil.publishProjectResource(File file, String resourceName, IFormPublishContext publishCtx) Deprecated.static voidFormPublishUtil.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 TypeClassDescriptionclassContext of an form-publish-request extended withHttpServletRequestandHttpServletResponseclassContext 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 theIFormPublishContextbased by loading all needed data from the master-server and sets them into the givenIFormPublishContextMethods in de.xima.fc.form.publish with parameters of type IFormPublishContextModifier and TypeMethodDescriptionFormPublishContextBuilder.build(IFormPublishContext publishCtx) builds theIFormPublishContextbased by loading all needed data from the master-server and sets them into the givenIFormPublishContextstatic booleanFormPublishValidator.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.