|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.jsp.JspPageConfig
public class JspPageConfig
Configuration for a JSP page. Includes directives.
| Constructor Summary | |
|---|---|
JspPageConfig()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JspPageConfig()
| Method Detail |
|---|
public boolean isThreadSafe()
public void setThreadSafe(boolean isThreadSafe)
public boolean isStaticEncoding()
public void setStaticEncoding(boolean allowStaticEncoding)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||