public class Jsp
extends java.lang.Object
element jsp { session }
Constructor and Description |
---|
Jsp() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void setSession(boolean isSession)
public boolean getSession()
public void setRecycleTags(boolean recycleTags)
public boolean getRecycleTags()
public void setPrecompile(boolean precompile)
public boolean getPrecompile()