Class Themes


  • public class Themes
    extends java.lang.Object
    Since:
    6.3
    Author:
    Javier Paniza
    • Constructor Summary

      Constructors 
      Constructor Description
      Themes()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String cssToLabel​(java.lang.String cssFile)  
      static java.util.Collection<java.lang.String> getAll()  
      static java.lang.String getCSS​(javax.servlet.http.HttpServletRequest request)  
      static boolean isChooserEnabled​(javax.servlet.http.HttpServletRequest request)  
      static void setProvider​(IThemeProvider theProvider)  
      • Methods inherited from class java.lang.Object

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

      • Themes

        public Themes()
    • Method Detail

      • setProvider

        public static void setProvider​(IThemeProvider theProvider)
        Since:
        6.4
      • isChooserEnabled

        public static boolean isChooserEnabled​(javax.servlet.http.HttpServletRequest request)
      • getCSS

        public static java.lang.String getCSS​(javax.servlet.http.HttpServletRequest request)
      • getAll

        public static java.util.Collection<java.lang.String> getAll()
      • cssToLabel

        public static java.lang.String cssToLabel​(java.lang.String cssFile)
        Since:
        6.4