|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.jasper.EmbededServletOptions
A class to hold all init parameters specific to the JSP engine.
フィールドの概要 | |
boolean |
classDebugInfo
Do we want to include debugging information in the class file? |
java.lang.String |
classpath
What classpath should I use while compiling generated servlets? |
java.lang.String |
ieClassId
Need to have this as is for versions 4 and 5 of IE. |
java.lang.String |
jspCompilerPath
Path of the compiler to use for compiling JSP pages. |
java.lang.Class |
jspCompilerPlugin
Plugin class to use to compile JSP pages. |
boolean |
keepGenerated
Do you want to keep the generated Java files around? |
boolean |
largeFile
Flag support for "large" files. |
boolean |
mappedFile
Flag support for "mapped" files. |
java.io.File |
scratchDir
I want to see my generated servlets. |
boolean |
sendErrorToClient
Flag to display stack traces in the client's browser. |
コンストラクタの概要 | |
EmbededServletOptions(javax.servlet.ServletConfig config,
javax.servlet.ServletContext context)
Create an EmbededServletOptions object using data available from ServletConfig and ServletContext. |
メソッドの概要 | |
boolean |
getClassDebugInfo()
Should class files be compiled with debug information? |
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? |
boolean |
getKeepGenerated()
Are we keeping generated code around? |
boolean |
getLargeFile()
Are we supporting large files? |
boolean |
getMappedFile()
Are we supporting HTML mapped servlets? |
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. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public boolean keepGenerated
public boolean largeFile
public boolean mappedFile
public boolean sendErrorToClient
public boolean classDebugInfo
public java.io.File scratchDir
public java.lang.String ieClassId
public java.lang.String classpath
public java.lang.Class jspCompilerPlugin
public java.lang.String jspCompilerPath
コンストラクタの詳細 |
public EmbededServletOptions(javax.servlet.ServletConfig config, javax.servlet.ServletContext context)
メソッドの詳細 |
public boolean getKeepGenerated()
Options
内の getKeepGenerated
public boolean getLargeFile()
Options
内の getLargeFile
public boolean getMappedFile()
Options
内の getMappedFile
public boolean getSendErrorToClient()
Options
内の getSendErrorToClient
public boolean getClassDebugInfo()
Options
内の getClassDebugInfo
public java.lang.String getIeClassId()
Options
内の getIeClassId
public java.io.File getScratchDir()
Options
内の getScratchDir
public java.lang.String getClassPath()
Options
内の getClassPath
public java.lang.Class getJspCompilerPlugin()
Options
内の getJspCompilerPlugin
public java.lang.String getJspCompilerPath()
Options
内の getJspCompilerPath
public TldLocationsCache getTldLocationsCache()
Options
の記述: Options
内の getTldLocationsCache
org.apache.jasper.Options
からコピーされたタグ:public java.lang.String getJavaEncoding()
Options
の記述: Options
内の getJavaEncoding
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |