Class ThemeResources

  • All Implemented Interfaces:
    Serializable

    public final class ThemeResources
    extends Object
    implements Serializable
    Manages the script and style files for production and development stage.
    Since:
    1.5.0
    See Also:
    Serialized Form
    • Constructor Detail

      • ThemeResources

        public ThemeResources​(boolean production)
    • Method Detail

      • isProduction

        public boolean isProduction()
      • addScript

        public boolean addScript​(ThemeScript script,
                                 boolean exclude)
      • addStyle

        public boolean addStyle​(ThemeStyle style,
                                boolean exclude)