Uses of Class
de.xima.fc.form.common.models.FormThemeFileReference
-
Packages that use FormThemeFileReference Package Description de.xima.fc Konstanten-Klassen, Interfaces und Helper-Klassende.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.form.common.models de.xima.fc.form.render de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.interfaces.form de.xima.fc.logic.form_theme de.xima.fc.mdl.form de.xima.fc.web.common.respond -
-
Uses of FormThemeFileReference in de.xima.fc
Methods in de.xima.fc with parameters of type FormThemeFileReference Modifier and Type Method Description static String
PathHandler.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 FormThemeFileReference Modifier and Type Method Description Map<String,List<FormThemeFileReference>>
FormThemeAPI. 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 FormThemeFileReference Modifier and Type Method Description ETagResource<ByteArrayFile>
FormThemeAPI. handleFormThemeFileRequest(UserContext uc, Long clientId, FormThemeFileReference fileReference, ETagRequest eTagRequest)
Loads the content of the given form the file.ETagResource<ByteArrayFile>
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 FormThemeFileReference Modifier and Type Method Description static FormThemeFileReference
FormThemeFileReference. 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 FormThemeFileReference Modifier and Type Method Description FormThemeFileReference
FormThemeResource. getThemeFile()
Method parameters in de.xima.fc.form.render with type arguments of type FormThemeFileReference Modifier and Type Method Description static 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 FormThemeFileReference Modifier and Type Method Description Map<String,List<FormThemeFileReference>>
IFormThemeHandler. 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 FormThemeFileReference Modifier and Type Method Description ETagResource<ByteArrayFile>
IFormThemeHandler. handleFormThemeFileRequest(UserContext uc, Long clientId, FormThemeFileReference fileReference, ETagRequest eTagRequest)
Loads the content of the given form the file.ETagResource<ByteArrayFile>
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 FormThemeFileReference Modifier and Type Method Description Map<String,List<FormThemeFileReference>>
FormThemeHandler. 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 FormThemeFileReference Modifier and Type Method Description ETagResource<ByteArrayFile>
FormThemeHandler. handleFormThemeFileRequest(UserContext uc, Long clientId, FormThemeFileReference fileReference, ETagRequest eTagRequest)
ETagResource<ByteArrayFile>
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 FormThemeFileReference Modifier and Type Method Description FormThemeFileReference
IFormThemeResource. 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 FormThemeFileReference Modifier and Type Method Description static 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 FormThemeFileReference Modifier and Type Method Description Map<String,List<FormThemeFileReference>>
FormThemeData. files()
All files from the form theme.Method parameters in de.xima.fc.mdl.form with type arguments of type FormThemeFileReference Modifier and Type Method Description FormThemeData.Builder
FormThemeData.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 FormThemeFileReference Modifier and Type Method Description static void
FormResponder. appendFormThemeCssIncludes(com.hp.gagawa.java.FertileNode targetNode, IExtendedFormRequestContext ctx, List<FormThemeFileReference> formThemeIncludes, boolean isRenderInline)
static void
FormResponder. appendFormThemeCssIncludes(com.hp.gagawa.java.FertileNode targetNode, String baseUrl, Mandant client, Projekt form, List<FormThemeFileReference> formThemeIncludes, boolean isRenderInline)
static void
FormResponder. appendFormThemeJsIncludes(com.hp.gagawa.java.FertileNode targetNode, IExtendedFormRequestContext ctx, List<FormThemeFileReference> formThemeIncludes, boolean isRenderInline)
static void
FormResponder. appendFormThemeJsIncludes(com.hp.gagawa.java.FertileNode targetNode, String baseUrl, Mandant client, Projekt form, List<FormThemeFileReference> formThemeIncludes, boolean isRenderInline)
-