Uses of Class
de.xima.fc.common.etag.ETagResource
-
Packages that use ETagResource Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.common.etag de.xima.fc.handler.entity de.xima.fc.handler.file de.xima.fc.handler.interfaces.entity de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.web.common.utils -
-
Uses of ETagResource in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return ETagResource Modifier and Type Method Description ETagResource<ByteArrayFile>MandantRessourcenAPI. handleDownloadResourceRequest(UserContext uc, long clientId, String resourceName, ETagRequest eTagRequest)Finds the content of aclient resourceby its resource name.ETagResource<ByteArrayFile>MandantRessourcenAPI. handleDownloadResourceRequest(UserContext uc, UUID clientUuid, String resourceName, ETagRequest eTagRequest)Finds the content of aclient resourceby its resource name.ETagResource<ByteArrayFile>ProjektRessourcenAPI. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName, ETagRequest eTagRequest)Gets theProjektRessourcefor the given client and project UUID, with the given name.ETagResource<ByteArrayFile>ProjektRessourcenAPI. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long projectId, String resourceName, ETagRequest eTagRequest)Gets theProjektRessourcefor the given client and project UUID, with the given name.ETagResource<ByteArrayFile>ProjektRessourcenAPI. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName, ETagRequest eTagRequest)Gets theProjektRessourcefor the given client and project UUID, with the given name.ETagResource<ByteArrayFile>ProjektRessourcenAPI. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName, ETagRequest eTagRequest)Gets theProjektRessourcefor the given client and project UUID, with the given name.ETagResource<ByteArrayFile>ProjektRessourcenAPI. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName, ETagRequest eTagRequest)Gets theProjektRessourcefor the given client and project UUID, with the given name.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. -
Uses of ETagResource in de.xima.fc.common.etag
Subclasses of ETagResource in de.xima.fc.common.etag Modifier and Type Class Description static classETagResource.Modified<T>AnETagResourcethat represents a resource that was modified.static classETagResource.NotFound<T>AnETagResourcethat represents a resource that was not found.static classETagResource.NotModified<T>AnETagResourcethat represents a resource that was not modified.Methods in de.xima.fc.common.etag that return ETagResource Modifier and Type Method Description static <T> ETagResource<T>ETagResource. modified(ETag tag, T resource)Creates an ETag resource that represents a modified resource.static <T> ETagResource<T>ETagResource. notFound()Gets an ETag resource representing a resource that was not found.static <T> ETagResource<T>ETagResource. notModified()Gets an ETag resource representing a resource that was not modified. -
Uses of ETagResource in de.xima.fc.handler.entity
-
Uses of ETagResource in de.xima.fc.handler.file
Methods in de.xima.fc.handler.file that return ETagResource Modifier and Type Method Description static <File extends IFileProviding<?,Data> & INameProviding,Data extends IFileDataEntity<?>>
ETagResource<ByteArrayFile>FileHandler. handleDataEntityRequest(IEntityContext ec, Class<Data> dataClass, File fileProviding, ETagRequest eTagRequest) -
Uses of ETagResource in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return ETagResource Modifier and Type Method Description ETagResource<ByteArrayFile>IMandantRessourcenHandler. handleDownloadResourceRequest(UserContext uc, long clientId, String resourceName, ETagRequest eTagRequest)Finds the content of aclient resourceby its resource name.ETagResource<ByteArrayFile>IMandantRessourcenHandler. handleDownloadResourceRequest(UserContext uc, UUID clientUuid, String resourceName, ETagRequest eTagRequest)Finds the content of aclient resourceby its resource name.ETagResource<ByteArrayFile>IProjektRessourcenHandler. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName, ETagRequest eTagRequest)Gets theProjektRessourcefor the given client and project UUID, with the given name.ETagResource<ByteArrayFile>IProjektRessourcenHandler. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long projectId, String resourceName, ETagRequest eTagRequest)Gets theProjektRessourcefor the given client and project UUID, with the given name.ETagResource<ByteArrayFile>IProjektRessourcenHandler. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName, ETagRequest eTagRequest)Gets theProjektRessourcefor the given client and project UUID, with the given name.ETagResource<ByteArrayFile>IProjektRessourcenHandler. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName, ETagRequest eTagRequest)Gets theProjektRessourcefor the given client and project UUID, with the given name.ETagResource<ByteArrayFile>IProjektRessourcenHandler. handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName, ETagRequest eTagRequest)Gets theProjektRessourcefor the given client and project UUID, with the given name. -
Uses of ETagResource in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return ETagResource 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. -
Uses of ETagResource in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return ETagResource 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) -
Uses of ETagResource in de.xima.fc.web.common.utils
Method parameters in de.xima.fc.web.common.utils with type arguments of type ETagResource Modifier and Type Method Description static <T,E extends Throwable>
TETagUtil. loadETagResource(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ITypedThrowingFunction<? super ETagRequest,? extends ETagResource<T>,E> resourceLoader)Reads the ETag from the request and passes it to the given loader.
-