Uses of Class
de.xima.fc.form.common.models.FormThemeFileReference
Packages that use FormThemeFileReference
Package
Description
Konstanten-Klassen, Interfaces und Helper-Klassen
Package for the API access of the model classes.
-
Uses of FormThemeFileReference in de.xima.fc
Methods in de.xima.fc with parameters of type FormThemeFileReferenceModifier and TypeMethodDescriptionstatic StringPathHandler.Web.formThemeFileFor(String baseUrl, Mandant client, Projekt form, FormThemeFileReference file) Creates the URL to a file from aform theme. -
Uses of FormThemeFileReference in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type FormThemeFileReferenceModifier and TypeMethodDescriptionFormThemeAPI.resolveFormThemeFilesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String resourceContext, Set<String> extensions, boolean useDefaultIfUnresolvable) Gets all files from the given form theme, including files from parent form themes (if any).Methods in de.xima.fc.api.entity with parameters of type FormThemeFileReferenceModifier and TypeMethodDescriptionFormThemeAPI.handleFormThemeFileRequest(UserContext uc, Long clientId, FormThemeFileReference fileReference, ETagRequest eTagRequest) Loads the content of the given form the file.FormThemeAPI.handleFormThemeFileRequest(UserContext uc, UUID clientUuid, FormThemeFileReference fileReference, ETagRequest eTagRequest) Loads the content of the given form the file.byte[]FormThemeAPI.loadFormThemeFile(UserContext uc, Mandant client, FormThemeFileReference fileReference) Loads the content of the given form the file.byte[]FormThemeAPI.loadFormThemeFile(UserContext uc, Long clientId, FormThemeFileReference fileReference) Loads the content of the given form the file.byte[]FormThemeAPI.loadFormThemeFile(UserContext uc, UUID clientUuid, FormThemeFileReference fileReference) Loads the content of the given form the file. -
Uses of FormThemeFileReference in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return FormThemeFileReferenceModifier and TypeMethodDescriptionstatic FormThemeFileReferenceFormThemeFileReference.forThemeFile(FormThemeReference theme, String context, String filePath) Creates a reference to a file in a form theme. -
Uses of FormThemeFileReference in de.xima.fc.form.render
Methods in de.xima.fc.form.render that return FormThemeFileReferenceMethod parameters in de.xima.fc.form.render with type arguments of type FormThemeFileReferenceModifier and TypeMethodDescriptionstatic List<IFormThemeResource> FormThemeResource.fromFormThemeFileReferences(List<FormThemeFileReference> resources) -
Uses of FormThemeFileReference in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return types with arguments of type FormThemeFileReferenceModifier and TypeMethodDescriptionIFormThemeHandler.resolveFormThemeFilesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String resourceContext, Set<String> extensions, boolean useDefaultIfUnresolvable) Gets all files from the given form theme, including files from parent form themes (if any).Methods in de.xima.fc.handler.interfaces.system with parameters of type FormThemeFileReferenceModifier and TypeMethodDescriptionIFormThemeHandler.handleFormThemeFileRequest(UserContext uc, Long clientId, FormThemeFileReference fileReference, ETagRequest eTagRequest) Loads the content of the given form the file.IFormThemeHandler.handleFormThemeFileRequest(UserContext uc, UUID clientUuid, FormThemeFileReference fileReference, ETagRequest eTagRequest) Loads the content of the given form the file.byte[]IFormThemeHandler.loadFormThemeFile(UserContext uc, Mandant client, FormThemeFileReference fileReference) Loads the content of the given form the file.byte[]IFormThemeHandler.loadFormThemeFile(UserContext uc, Long clientId, FormThemeFileReference fileReference) Loads the content of the given form the file.byte[]IFormThemeHandler.loadFormThemeFile(UserContext uc, UUID clientUuid, FormThemeFileReference fileReference) Loads the content of the given form the file. -
Uses of FormThemeFileReference in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return types with arguments of type FormThemeFileReferenceModifier and TypeMethodDescriptionFormThemeHandler.resolveFormThemeFilesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String context, Set<String> extensions, boolean useDefaultIfUnresolvable) Methods in de.xima.fc.handler.system with parameters of type FormThemeFileReferenceModifier and TypeMethodDescriptionFormThemeHandler.handleFormThemeFileRequest(UserContext uc, Long clientId, FormThemeFileReference fileReference, ETagRequest eTagRequest) FormThemeHandler.handleFormThemeFileRequest(UserContext uc, UUID clientUuid, FormThemeFileReference fileReference, ETagRequest eTagRequest) byte[]FormThemeHandler.loadFormThemeFile(UserContext uc, Mandant client, FormThemeFileReference fileReference) byte[]FormThemeHandler.loadFormThemeFile(UserContext uc, Long clientId, FormThemeFileReference fileReference) byte[]FormThemeHandler.loadFormThemeFile(UserContext uc, UUID clientUuid, FormThemeFileReference fileReference) -
Uses of FormThemeFileReference in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return FormThemeFileReferenceModifier and TypeMethodDescriptionIFormThemeResource.getThemeFile()Gets the reference to the file from the form theme. -
Uses of FormThemeFileReference in de.xima.fc.logic.form_theme
Methods in de.xima.fc.logic.form_theme that return types with arguments of type FormThemeFileReferenceModifier and TypeMethodDescriptionstatic List<FormThemeFileReference> FormThemeManager.resolveFormThemeFilesHierarchically(IFormThemeChain themeChain, String context, Predicate<? super String> fileNameFilter) Resolves one or multiple files from the given form theme.static List<FormThemeFileReference> FormThemeManager.resolveFormThemeFilesHierarchically(IEntityContext ec, Mandant client, FormThemeReference themeReference, String context, Predicate<? super String> fileNameFilter) Resolves one or multiple files from the given form theme. -
Uses of FormThemeFileReference in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type FormThemeFileReferenceMethod parameters in de.xima.fc.mdl.form with type arguments of type FormThemeFileReferenceModifier and TypeMethodDescriptionFormThemeData.Builder.files(Map<String, List<FormThemeFileReference>> files) Sets the files. -
Uses of FormThemeFileReference in de.xima.fc.web.common.respond
Method parameters in de.xima.fc.web.common.respond with type arguments of type FormThemeFileReferenceModifier and TypeMethodDescriptionstatic voidFormResponder.appendFormThemeCssIncludes(com.hp.gagawa.java.FertileNode targetNode, IExtendedFormRequestContext ctx, List<FormThemeFileReference> formThemeIncludes, boolean isRenderInline) static voidFormResponder.appendFormThemeCssIncludes(com.hp.gagawa.java.FertileNode targetNode, String baseUrl, Mandant client, Projekt form, List<FormThemeFileReference> formThemeIncludes, boolean isRenderInline) static voidFormResponder.appendFormThemeJsIncludes(com.hp.gagawa.java.FertileNode targetNode, IExtendedFormRequestContext ctx, List<FormThemeFileReference> formThemeIncludes, boolean isRenderInline) static voidFormResponder.appendFormThemeJsIncludes(com.hp.gagawa.java.FertileNode targetNode, String baseUrl, Mandant client, Projekt form, List<FormThemeFileReference> formThemeIncludes, boolean isRenderInline)