Shell for the jspc compiler. Handles all options associated with the
command line and creates compilation contexts which it then compiles
according to the specified options.
This version can process files from a _single_ webapp at once, i.e.
a single docbase can be specified.
It can be used as an Ant task using:
setGenStringAsCharArray(boolean genStringAsCharArray) Determines whether text strings are to be generated as char arrays,
which improves performance in some cases.
public void
setIeClassId(String ieClassId) Sets the class-id value to be sent to Internet Explorer when using
tags.
public void
setJavaEncoding(String encodingName) Sets the encoding to use for
java files.
Parameters: encodingName - The name, e.g.
public void setErrorOnUseBeanInvalidClassAttribute(boolean b)(Code)
setGenStringAsCharArray
public void setGenStringAsCharArray(boolean genStringAsCharArray)(Code)
Determines whether text strings are to be generated as char arrays,
which improves performance in some cases.
Parameters: genStringAsCharArray - true if text strings are to be generated aschar arrays, false otherwise