Package de.businesscode.bcdui.web.servlets
package de.businesscode.bcdui.web.servlets
-
ClassDescriptionServlet to manage cache settings (VFS, Bindings): delete, reloadThis class enables the use of the database-backed virtual file system and jar files as source for seemingly static resources.This class represents one single resource which is either a file on the file system or a URL from the classpath.resource abstract descriptor implementing API to the contentprovider interface to resolve a
StaticResourceServlet.Resourcea static resource provider singletona thread safeStaticResourceServlet.ResourceProviderwhich provides a resource from VFSrepresents a single resource to VFSClass to provide zipping and downloading a specified number of files which need to be accessible via ResourceServlet (which also provides the secured access) Files are specified via a config <Vfs xmlns="http://www.businesscode.de/schema/bcdui/vfs-1.0.0"> <Zip> <Folder name="folder1"> <File name="/vfs/documents/ace9e8e7-548a-4410-aa52-c57fb32e34fa/xf"/> </Folder> <Folder .... /> </Zip> </Vfs> As an alternative, you can also provide a scope/instance pair instead of a path name.Servlet for compression and uncompression of XML data.