Class CacheManagerHandler

    • Constructor Detail

      • CacheManagerHandler

        public CacheManagerHandler()
    • Method Detail

      • processAction

        public boolean processAction()
                              throws java.io.IOException
        Description copied from class: JcmsFormHandler
        Method to be implemented to check/validate action to be performed and process them.

        Default implementation is to return false. No need to call super method.

        This method may NOT be invoked at all if security validation are not met.

        You must ensure your handler and JSP can work properly without any code invoked in this method.

        Overrides:
        processAction in class JcmsFormHandler
        Returns:
        false if no redirection is needed, true otherwise
        Throws:
        java.io.IOException - IO Exception
      • validateClear

        public boolean validateClear()
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • performClear

        public boolean performClear()
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • validateClearAll

        public boolean validateClearAll()
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • performClearAll

        public boolean performClearAll()
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • validateClearSession

        public boolean validateClearSession()
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • performClearSession

        public boolean performClearSession()
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • setOpClear

        public void setOpClear​(java.lang.String v)
      • setOpClearAll

        public void setOpClearAll​(java.lang.String v)
      • setOpClearSession

        public void setOpClearSession​(java.lang.String v)
      • setId

        public void setId​(java.lang.String v)
      • setRedirect

        public void setRedirect​(java.lang.String v)
        Description copied from class: JcmsFormHandler
        Set the value of redirect.
        Overrides:
        setRedirect in class JcmsFormHandler
        Parameters:
        v - Value to assign to redirect.