Class VersionHandler

    • Constructor Detail

      • VersionHandler

        public VersionHandler()
    • Method Detail

      • init

        protected void init()
        Description copied from class: JcmsFormHandler
        Method to implement if you need to initialize your handler from parameter received, prior to all security validation.

        You must absolutely not perform any action which modify data or site configuration.

        Therefore it is strongly recommend NOT TO implement this method, or use very wisely.

        Overrides:
        init in class JcmsFormHandler
      • 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
      • showVersion

        public boolean showVersion()
      • showDiff

        public boolean showDiff()
      • getVersionList

        public java.util.List<Publication> getVersionList()
      • getReverseVersionList

        public java.util.List<Publication> getReverseVersionList()
      • getSelectedVersion

        public Publication getSelectedVersion()
      • getSelectedVersionIndex

        public int getSelectedVersionIndex()
      • isSelectedVersion

        public boolean isSelectedVersion​(int vid)
      • isDeletedPub

        public boolean isDeletedPub()
      • getOpenTab

        public int getOpenTab()
      • setId

        public void setId​(java.lang.String id)
      • setOpRevert

        public void setOpRevert​(java.lang.String v)
      • setOpDelete

        public void setOpDelete​(java.lang.String v)
      • setVid

        public void setVid​(java.lang.String v)
      • setVids

        public void setVids​(java.lang.String[] v)