Class EditorsResources


  • public class EditorsResources
    extends java.lang.Object
    Utility used from JSP files to include JS and CSS files for editors. Between 4.5 and 6.6 it was named EditorsJS.
    Since:
    7.0
    Author:
    Javier Paniza
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Collection<java.lang.String> listCSSFiles​(java.lang.String realPath)  
      static java.util.Collection<java.lang.String> listJSFiles​(java.lang.String realPath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EditorsResources

        public EditorsResources()
    • Method Detail

      • listCSSFiles

        public static java.util.Collection<java.lang.String> listCSSFiles​(java.lang.String realPath)
      • listJSFiles

        public static java.util.Collection<java.lang.String> listJSFiles​(java.lang.String realPath)