Class EditDataIdHandler

    • Constructor Detail

      • EditDataIdHandler

        public EditDataIdHandler()
    • 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 EditDataHandler
        Returns:
        false if no redirection is needed, true otherwise
        Throws:
        java.io.IOException - IO Exception
      • validateInspect

        public boolean validateInspect()
      • performInspect

        public boolean performInspect()
      • validateEdit

        public boolean validateEdit()
      • performEdit

        public boolean performEdit()
      • validateDisplay

        public boolean validateDisplay()
      • performDisplay

        public boolean performDisplay()
      • validateXml

        public boolean validateXml()
      • performXml

        public boolean performXml()
      • validateData

        protected boolean validateData()
      • setDataId

        public void setDataId​(java.lang.String val)
      • getAvailableDataId

        public java.lang.String getAvailableDataId()
      • getAvailableData

        public Data getAvailableData()
      • setOpEdit

        public void setOpEdit​(java.lang.String v)
      • setOpDisplay

        public void setOpDisplay​(java.lang.String v)
      • setOpXml

        public void setOpXml​(java.lang.String v)
      • setOpInspect

        public void setOpInspect​(java.lang.String v)
      • showXml

        public boolean showXml()
      • showDisplay

        public boolean showDisplay()
      • showEdit

        public boolean showEdit()
      • getReferrerSet

        public java.util.Set<Data> getReferrerSet()