|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jsp.cfg.Jsp
public class Jsp
Configuration from the web.xml.
element jsp { session }
Constructor Summary | |
---|---|
Jsp()
|
Method Summary | |
---|---|
boolean |
getPrecompile()
Return true if precompiled JSP files are allowed. |
boolean |
getRecycleTags()
Return true if tags are recycled |
boolean |
getSession()
Set true if sessions are allowed by default. |
void |
setPrecompile(boolean precompile)
Set true if precompiled JSP files are allowed. |
void |
setRecycleTags(boolean recycleTags)
Set true if tags are recycled |
void |
setSession(boolean isSession)
Set true if sessions are allowed by default. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Jsp()
Method Detail |
---|
public void setSession(boolean isSession)
public boolean getSession()
public void setRecycleTags(boolean recycleTags)
public boolean getRecycleTags()
public void setPrecompile(boolean precompile)
public boolean getPrecompile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |