|
JSPTemplates | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.tp23.jasper.JspC
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.
Field Summary | |
static int |
ALL_WEBXML
Description of the Field |
static int |
DEFAULT_DIE_LEVEL
Description of the Field |
static java.lang.String |
DEFAULT_IE_CLASS_ID
Description of the Field |
static int |
INC_WEBXML
Description of the Field |
static int |
NO_DIE_LEVEL
Description of the Field |
static int |
NO_WEBXML
Description of the Field |
static java.lang.String |
SWITCH_CLASS_NAME
Description of the Field |
static java.lang.String |
SWITCH_DIE
Description of the Field |
static java.lang.String |
SWITCH_FILE_WEBAPP
Description of the Field |
static java.lang.String |
SWITCH_FULL_STOP
Description of the Field |
static java.lang.String |
SWITCH_IE_CLASS_ID
Description of the Field |
static java.lang.String |
SWITCH_MAPPED
Description of the Field |
static java.lang.String |
SWITCH_OUTPUT_DIR
Description of the Field |
static java.lang.String |
SWITCH_OUTPUT_SIMPLE_DIR
Description of the Field |
static java.lang.String |
SWITCH_PACKAGE_NAME
Description of the Field |
static java.lang.String |
SWITCH_QUIET
Description of the Field |
static java.lang.String |
SWITCH_URI_BASE
Description of the Field |
static java.lang.String |
SWITCH_URI_ROOT
Description of the Field |
static java.lang.String |
SWITCH_VERBOSE
Description of the Field |
static java.lang.String |
SWITCH_WEBAPP_INC
Description of the Field |
static java.lang.String |
SWITCH_WEBAPP_XML
Description of the Field |
Constructor Summary | |
JspC(java.lang.String[] arg,
java.io.PrintStream log)
Constructor for the JspC object |
Method Summary | |
java.lang.String |
getClassPath()
Gets the classPath attribute of the JspC object |
java.lang.String |
getIeClassId()
Gets the ieClassId attribute of the JspC object |
java.lang.String |
getJspCompilerPath()
Gets the jspCompilerPath attribute of the JspC object |
java.lang.Class |
getJspCompilerPlugin()
Gets the jspCompilerPlugin attribute of the JspC object |
int |
getJspVerbosityLevel()
Gets the jspVerbosityLevel attribute of the JspC object |
boolean |
getKeepGenerated()
Gets the keepGenerated attribute of the JspC object |
boolean |
getLargeFile()
Gets the largeFile attribute of the JspC object |
boolean |
getMappedFile()
Are we supporting HTML mapped servlets? |
java.lang.Object |
getProtectionDomain()
Gets the protectionDomain attribute of the JspC object |
java.io.File |
getScratchDir()
Gets the scratchDir attribute of the JspC object |
boolean |
getSendErrorToClient()
Gets the sendErrorToClient attribute of the JspC object |
static void |
main(java.lang.String[] arg)
Description of the Method |
boolean |
parseFile(java.io.PrintStream log,
java.lang.String file,
java.io.Writer servletout,
java.io.Writer mappingout)
|
void |
parseFiles(java.io.PrintStream log)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_IE_CLASS_ID
public static final java.lang.String SWITCH_VERBOSE
public static final java.lang.String SWITCH_QUIET
public static final java.lang.String SWITCH_OUTPUT_DIR
public static final java.lang.String SWITCH_OUTPUT_SIMPLE_DIR
public static final java.lang.String SWITCH_IE_CLASS_ID
public static final java.lang.String SWITCH_PACKAGE_NAME
public static final java.lang.String SWITCH_CLASS_NAME
public static final java.lang.String SWITCH_FULL_STOP
public static final java.lang.String SWITCH_URI_BASE
public static final java.lang.String SWITCH_URI_ROOT
public static final java.lang.String SWITCH_FILE_WEBAPP
public static final java.lang.String SWITCH_WEBAPP_INC
public static final java.lang.String SWITCH_WEBAPP_XML
public static final java.lang.String SWITCH_MAPPED
public static final java.lang.String SWITCH_DIE
public static final int NO_WEBXML
public static final int INC_WEBXML
public static final int ALL_WEBXML
public static final int DEFAULT_DIE_LEVEL
public static final int NO_DIE_LEVEL
Constructor Detail |
public JspC(java.lang.String[] arg, java.io.PrintStream log)
arg
- Description of Parameterlog
- Description of ParameterMethod Detail |
public boolean getKeepGenerated()
getKeepGenerated
in interface Options
public boolean getLargeFile()
getLargeFile
in interface Options
public boolean getMappedFile()
getMappedFile
in interface Options
public java.lang.Object getProtectionDomain()
getProtectionDomain
in interface Options
public boolean getSendErrorToClient()
getSendErrorToClient
in interface Options
public java.lang.String getIeClassId()
getIeClassId
in interface Options
public int getJspVerbosityLevel()
public java.io.File getScratchDir()
getScratchDir
in interface Options
public java.lang.Class getJspCompilerPlugin()
getJspCompilerPlugin
in interface Options
public java.lang.String getJspCompilerPath()
getJspCompilerPath
in interface Options
public java.lang.String getClassPath()
getClassPath
in interface Options
public boolean parseFile(java.io.PrintStream log, java.lang.String file, java.io.Writer servletout, java.io.Writer mappingout)
public void parseFiles(java.io.PrintStream log) throws JasperException
log
- Description of ParameterJasperException
- Description of Exceptionpublic static void main(java.lang.String[] arg)
arg
- Description of Parameter
|
JSPTemplates | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |