Package com.day.cq.xss.taglib
Class InvalidatePolicy
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.day.cq.xss.taglib.InvalidatePolicy
- All Implemented Interfaces:
Serializable,IterationTag,JspTag,Tag
Deprecated.
This class provides a tag that can be used to invalidate a cached policy.
- See Also:
-
Field Summary
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Handles the opening tag.Deprecated.Get the path to the policy to be used.voidDeprecated.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
-
Constructor Details
-
InvalidatePolicy
public InvalidatePolicy()Deprecated.
-
-
Method Details
-
getPolicy
Deprecated.Get the path to the policy to be used.- Returns:
- Path to policy file to use;
null, if the default policy has to be used
-
setPolicy
Deprecated.Set the path to the policy to be used.- Parameters:
policy- Path to policy file to use;null, if the default policy has to be used
-
doStartTag
Deprecated.Handles the opening tag.- Specified by:
doStartTagin interfaceTag- Overrides:
doStartTagin classTagSupport- Returns:
SKIP_BODY- Throws:
JspException- if an error occurs while processing this tag- See Also:
-