(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.
|
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 |
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
JSPC
public JSPC(java.lang.String outputDir,
java.lang.String webRoot,
boolean keepGoing)
throws java.lang.Exception
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.