public class JspPageConfig
extends java.lang.Object
Constructor and Description |
---|
JspPageConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
isStaticEncoding()
Returns true if static text encoding is allowed.
|
boolean |
isThreadSafe()
Returns true if the JSP page is thread safe.
|
void |
setStaticEncoding(boolean allowStaticEncoding)
Set true if static text encoding is allowed.
|
void |
setThreadSafe(boolean isThreadSafe)
Set true if the JSP page is thread safe.
|
public boolean isThreadSafe()
public void setThreadSafe(boolean isThreadSafe)
public boolean isStaticEncoding()
public void setStaticEncoding(boolean allowStaticEncoding)