|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.web.tomcat.tc5.jasper.JspServletOptions
Override the default JspServletOptions to externalize the jsp layer configuration. This overrides the default TagLibCache to the jboss version.
Field Summary | |
boolean |
fork
Should Ant fork its java compiles of JSP pages. |
Constructor Summary | |
JspServletOptions(ServletConfig config,
ServletContext context)
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext. |
Method Summary | |
boolean |
genStringAsCharArray()
Are Text strings to be generated as char arrays? |
int |
getCheckInterval()
Background JSP compile thread check intervall |
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 |
getCompiler()
Compiler to use. |
java.lang.String |
getCompilerSourceVM()
|
java.lang.String |
getCompilerTargetVM()
|
boolean |
getDevelopment()
Is Jasper being used in development mode? |
boolean |
getErrorOnUseBeanInvalidClassAttribute()
|
boolean |
getFork()
|
java.lang.String |
getIeClassId()
Class ID for use in the plugin tag when the browser is IE. |
java.lang.String |
getJavaEncoding()
|
JspConfig |
getJspConfig()
|
boolean |
getKeepGenerated()
Are we keeping generated code around? |
boolean |
getMappedFile()
Are we supporting HTML mapped servlets? |
int |
getModificationTestInterval()
Modification test interval. |
java.lang.String |
getProperty(java.lang.String name)
|
java.io.File |
getScratchDir()
What is my scratch dir? |
boolean |
getSendErrorToClient()
Should errors be sent to client or thrown into stderr? |
TagPluginManager |
getTagPluginManager()
|
TldLocationsCache |
getTldLocationsCache()
|
boolean |
getTrimSpaces()
Should white spaces between directives or actions be trimmed? |
boolean |
isPoolingEnabled()
|
boolean |
isSmapDumped()
Should SMAP info for JSR45 debugging be dumped to a file? |
boolean |
isSmapSuppressed()
Is the generation of SMAP info for JSR45 debuggin suppressed? |
boolean |
isXpoweredBy()
Is generation of X-Powered-By response header enabled/disabled? |
void |
setErrorOnUseBeanInvalidClassAttribute(boolean b)
|
void |
setProperty(java.lang.String name,
java.lang.String value)
|
void |
setTldLocationsCache(TldLocationsCache tldC)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean fork
Constructor Detail |
public JspServletOptions(ServletConfig config, ServletContext context)
Method Detail |
public java.lang.String getProperty(java.lang.String name)
public void setProperty(java.lang.String name, java.lang.String value)
public boolean getKeepGenerated()
public boolean getTrimSpaces()
public boolean isPoolingEnabled()
public boolean getMappedFile()
public boolean getSendErrorToClient()
public boolean getClassDebugInfo()
public int getCheckInterval()
public int getModificationTestInterval()
public boolean getDevelopment()
public boolean isSmapSuppressed()
public boolean isSmapDumped()
public boolean genStringAsCharArray()
public java.lang.String getIeClassId()
public java.io.File getScratchDir()
public java.lang.String getClassPath()
public boolean isXpoweredBy()
public java.lang.String getCompiler()
public java.lang.String getCompilerTargetVM()
Options#getCompilerTargetVM
public java.lang.String getCompilerSourceVM()
Options#getCompilerSourceVM
public boolean getErrorOnUseBeanInvalidClassAttribute()
public void setErrorOnUseBeanInvalidClassAttribute(boolean b)
public TldLocationsCache getTldLocationsCache()
public void setTldLocationsCache(TldLocationsCache tldC)
public java.lang.String getJavaEncoding()
public boolean getFork()
public JspConfig getJspConfig()
public TagPluginManager getTagPluginManager()
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |