Class MediaTemplateVideoDisplayHandler

    • Constructor Detail

      • MediaTemplateVideoDisplayHandler

        public MediaTemplateVideoDisplayHandler()
    • 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 MediaTemplateDisplayHandler
      • getConfiguration

        public java.lang.String getConfiguration()
      • isJMobileDisplay

        public boolean isJMobileDisplay()
      • getPlayerId

        public java.lang.String getPlayerId()
      • getMediaURL

        public java.lang.String getMediaURL()
      • getPreviewURL

        public java.lang.String getPreviewURL()
      • setStartTime

        public void setStartTime​(int startTime)
      • getStartTime

        public int getStartTime()
      • getFileDocumentId

        public java.lang.String getFileDocumentId()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • getOptions

        public java.lang.String getOptions()
      • isAutoPlay

        public boolean isAutoPlay()
      • setAutoPlay

        public void setAutoPlay​(boolean autoPlay)
      • getProgressionDeleteBeforeEndPercentage

        public java.lang.Integer getProgressionDeleteBeforeEndPercentage()
      • getProgressionDeleteBeforeEndMinimumSeconds

        public java.lang.Integer getProgressionDeleteBeforeEndMinimumSeconds()
      • getTracks

        public java.util.List<Track> getTracks()