Class EditRemoteDocumentHandler

    • Field Detail

      • remoteUriUpdated

        protected boolean remoteUriUpdated
      • isTypeAutoSelect

        protected boolean isTypeAutoSelect
      • contentTypeValues

        protected java.util.List<java.lang.String> contentTypeValues
      • contentTypeLabels

        protected java.util.List<java.lang.String> contentTypeLabels
    • Constructor Detail

      • EditRemoteDocumentHandler

        public EditRemoteDocumentHandler()
    • Method Detail

      • validateNext

        protected boolean validateNext()
                                throws java.io.IOException
        Overrides:
        validateNext in class JcmsFormHandler
        Throws:
        java.io.IOException
      • validateFinish

        protected boolean validateFinish()
                                  throws java.io.IOException
        Overrides:
        validateFinish in class JcmsFormHandler
        Throws:
        java.io.IOException
      • performFinish

        protected boolean performFinish()
                                 throws java.io.IOException
        Overrides:
        performFinish in class JcmsFormHandler
        Throws:
        java.io.IOException
      • getFormStepCount

        public int getFormStepCount()
        Description copied from class: JcmsFormHandler
        Retrieve the total number of steps used for edition when invoking this form handler.

        The default implementation of this method is to return 1, corresponding to one step (which means only 1 screen being displayed).

        You can provide a custom FormHandler to override this behavior.

        See jcore/doSteps.jspf for use of this method.

        Overrides:
        getFormStepCount in class JcmsFormHandler
        Returns:
        the total number of steps in this formhandler
      • setType

        public void setType​(java.lang.String type)
      • isTypeAutoSelect

        public boolean isTypeAutoSelect()
      • getDocumentClassList

        public java.util.List<java.lang.Class<? extends FileDocument>> getDocumentClassList()
      • getFirstDocumentClassAuthorized

        public java.lang.Class<? extends FileDocument> getFirstDocumentClassAuthorized​(java.lang.Class<? extends FileDocument> defaultValue)
      • initContentTypes

        public void initContentTypes()
      • getContentTypeValues

        public java.util.List<java.lang.String> getContentTypeValues()
      • getContentTypeLabels

        public java.util.List<java.lang.String> getContentTypeLabels()