|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.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.
フィールドの概要 | |
static int |
ALL_WEBXML
|
static int |
DEFAULT_DIE_LEVEL
|
static java.lang.String |
DEFAULT_IE_CLASS_ID
|
static int |
INC_WEBXML
|
static int |
NO_DIE_LEVEL
|
static int |
NO_WEBXML
|
static java.lang.String |
SWITCH_CLASS_NAME
|
static java.lang.String |
SWITCH_DIE
|
static java.lang.String |
SWITCH_FILE_WEBAPP
|
static java.lang.String |
SWITCH_FULL_STOP
|
static java.lang.String |
SWITCH_IE_CLASS_ID
|
static java.lang.String |
SWITCH_MAPPED
|
static java.lang.String |
SWITCH_OUTPUT_DIR
|
static java.lang.String |
SWITCH_OUTPUT_SIMPLE_DIR
|
static java.lang.String |
SWITCH_PACKAGE_NAME
|
static java.lang.String |
SWITCH_QUIET
|
static java.lang.String |
SWITCH_URI_BASE
|
static java.lang.String |
SWITCH_URI_ROOT
|
static java.lang.String |
SWITCH_VERBOSE
|
static java.lang.String |
SWITCH_WEBAPP_INC
|
static java.lang.String |
SWITCH_WEBAPP_XML
|
コンストラクタの概要 | |
JspC(java.lang.String[] arg,
java.io.PrintStream log)
|
メソッドの概要 | |
boolean |
getClassDebugInfo()
Should we include debug information in compiled class? |
java.lang.String |
getClassPath()
What classpath should I use while compiling the servlets generated from JSP files? |
java.lang.String |
getIeClassId()
Class ID for use in the plugin tag when the browser is IE. |
java.lang.String |
getJavaEncoding()
Java platform encoding to generate the JSP page servlet. |
java.lang.String |
getJspCompilerPath()
Path of the compiler to use for compiling JSP pages. |
java.lang.Class |
getJspCompilerPlugin()
What compiler plugin should I use to compile the servlets generated from JSP files? |
int |
getJspVerbosityLevel()
|
boolean |
getKeepGenerated()
Are we keeping generated code around? |
boolean |
getLargeFile()
Are we supporting large files? |
boolean |
getMappedFile()
Are we supporting HTML mapped servlets? |
java.lang.Object |
getProtectionDomain()
|
java.io.File |
getScratchDir()
What is my scratch dir? |
boolean |
getSendErrorToClient()
Should errors be sent to client or thrown into stderr? |
TldLocationsCache |
getTldLocationsCache()
The cache for the location of the TLD's for the various tag libraries 'exposed' by the web application. |
static void |
main(java.lang.String[] arg)
|
boolean |
parseFile(java.io.PrintStream log,
java.lang.String file,
java.io.Writer servletout,
java.io.Writer mappingout)
|
void |
parseFiles(java.io.PrintStream log)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
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
コンストラクタの詳細 |
public JspC(java.lang.String[] arg, java.io.PrintStream log)
メソッドの詳細 |
public boolean getKeepGenerated()
Options
の記述: Options
内の getKeepGenerated
public boolean getLargeFile()
Options
の記述: Options
内の getLargeFile
public boolean getMappedFile()
Options
内の getMappedFile
public java.lang.Object getProtectionDomain()
public boolean getSendErrorToClient()
Options
の記述: Options
内の getSendErrorToClient
public boolean getClassDebugInfo()
Options
の記述: Options
内の getClassDebugInfo
public java.lang.String getIeClassId()
Options
の記述: Options
内の getIeClassId
public int getJspVerbosityLevel()
public java.io.File getScratchDir()
Options
の記述: Options
内の getScratchDir
public java.lang.Class getJspCompilerPlugin()
Options
の記述: Options
内の getJspCompilerPlugin
public java.lang.String getJspCompilerPath()
Options
の記述: Options
内の getJspCompilerPath
public TldLocationsCache getTldLocationsCache()
Options
の記述: Options
内の getTldLocationsCache
org.apache.jasper.Options
からコピーされたタグ:public java.lang.String getJavaEncoding()
Options
の記述: Options
内の getJavaEncoding
public java.lang.String getClassPath()
Options
の記述: Options
内の getClassPath
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
public static void main(java.lang.String[] arg)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |