jrun.jsp
Class JSPC

java.lang.Object
  |
  +--jrun.jsp.JSPC

public class JSPC
extends java.lang.Object

Standalone JSP precompiling tool: Options: -d (defaults to WEB-INF/jsp relative to application directory) -r web root directory (defaults to current working directory) [jsp pages] If you don't specific any JSP pages JSPC will recursively desend the web app and compile any JSP page it finds.


Field Summary
protected  jrun.jsp.CompilerContext application
           
protected  boolean debug
           
protected  boolean force
           
protected  JSPEngine jspEngine
           
protected  boolean keepGoing
           
protected  java.lang.String outputDir
           
protected  boolean verbose
           
protected  java.lang.String webRoot
           
 
Constructor Summary
JSPC(java.lang.String outputDir, java.lang.String webRoot, boolean keepGoing)
           
 
Method Summary
 int compile(java.util.List pages)
           
static void main(java.lang.String[] args)
          JSPC entry point -d outputdir -w web app root -k [ keep going on errors ] -v verbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jspEngine

protected JSPEngine jspEngine

application

protected jrun.jsp.CompilerContext application

outputDir

protected java.lang.String outputDir

webRoot

protected java.lang.String webRoot

verbose

protected boolean verbose

debug

protected boolean debug

force

protected boolean force

keepGoing

protected boolean keepGoing
Constructor Detail

JSPC

public JSPC(java.lang.String outputDir,
            java.lang.String webRoot,
            boolean keepGoing)
     throws java.lang.Exception
Method Detail

compile

public int compile(java.util.List pages)

main

public static void main(java.lang.String[] args)
JSPC entry point -d outputdir -w web app root -k [ keep going on errors ] -v verbose


Copyright � 2002 Macromedia Corporation. All Rights Reserved.