Package com.isomorphic.servlet
Class FileAssembly
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.isomorphic.servlet.BaseServlet
com.isomorphic.servlet.FileAssembly
- All Implemented Interfaces:
jakarta.servlet.Servlet
,jakarta.servlet.ServletConfig
,Serializable
The FileAssembly servlet is part of the optional Network Performance package. The servlet portion of the FileAssembler aids rapid development by providing virtual URLs backed by a concatenation of an arbitrary set of files.
There is also a command-line fileAssembler tool used for production assembly, obfuscation, and compression of deployable code.
This servlet requires isomorphic_assembly.jar to be present in your WEB-INF/lib to work properly. Obfuscation further requires isomorphic_obfuscation.jar.
Please contact Isomorphic (http://forums.smartclient.com) to learn more about the Network Performance package.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionSets the configuration file for this servlet instance. -
Method Summary
Methods inherited from class com.isomorphic.servlet.BaseServlet
handleError, handleError
-
Field Details
-
configFile
Sets the configuration file for this servlet instance. This is a webRoot-relative path to the configuration file. The default is "/isomorphicConfig/fileAssembly.xml".
-