This class performs a static preprocessing of a given JSP file into either the same directory or in a number of generated direcories (combinations of browser, language, ...), depending on settings in the property file. The resulting file will be saved without the '.jsp' ending. It requires a JSP engine running on the same computer and configured in a way that it has access to the files that must be processed. It furthermore requires a property file KFM/config/MakePortal.properties containing definitions of the directory structure to generate (protocol, browser, language) and information in which mode the file is saved (in the same directory or in many generated directories). The class can be used from the command line (see method usage()) or programmatically by calling method workUrl() (see method comment).
@see KFM.DirNavigator.FileWorker
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.