|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.day.cq.xss.taglib.InvalidatePolicy
public class InvalidatePolicy
This class provides a tag that can be used to invalidate a cached policy.
| Field Summary | |
|---|---|
protected String |
policy
Path to policy file to use; null, if the default policy has to be used |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
InvalidatePolicy()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Handles the opening tag. |
String |
getPolicy()
Get the path to the policy to be used. |
void |
setPolicy(String policy)
Set the path to the policy to be used. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String policy
null, if the default policy has to be used
| Constructor Detail |
|---|
public InvalidatePolicy()
| Method Detail |
|---|
public String getPolicy()
null, if the default policy has to
be usedpublic void setPolicy(String policy)
policy - Path to policy file to use; null, if the default policy
has to be used
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportSKIP_BODY
javax.servlet.jsp.JspException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||