Class InvalidatePolicy

  • All Implemented Interfaces:
    java.io.Serializable, IterationTag, JspTag, Tag

    @Deprecated
    public class InvalidatePolicy
    extends TagSupport
    Deprecated.
    This class provides a tag that can be used to invalidate a cached policy.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidatePolicy

        public InvalidatePolicy()
        Deprecated.
    • Method Detail

      • getPolicy

        public java.lang.String 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

        public void setPolicy​(java.lang.String policy)
        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