| |
|
| java.lang.Object com.caucho.jsp.JspPageConfig
JspPageConfig | public class JspPageConfig (Code) | | Configuration for a JSP page. Includes directives.
|
Method Summary | |
public boolean | isStaticEncoding() Returns true if static text encoding is allowed. | public boolean | isThreadSafe() Returns true if the JSP page is thread safe. | public void | setStaticEncoding(boolean allowStaticEncoding) Set true if static text encoding is allowed. | public void | setThreadSafe(boolean isThreadSafe) Set true if the JSP page is thread safe. |
isStaticEncoding | public boolean isStaticEncoding()(Code) | | Returns true if static text encoding is allowed.
|
isThreadSafe | public boolean isThreadSafe()(Code) | | Returns true if the JSP page is thread safe.
|
setStaticEncoding | public void setStaticEncoding(boolean allowStaticEncoding)(Code) | | Set true if static text encoding is allowed.
|
setThreadSafe | public void setThreadSafe(boolean isThreadSafe)(Code) | | Set true if the JSP page is thread safe.
|
|
|
|