Class ThemeResources

java.lang.Object
org.apache.myfaces.tobago.context.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:
  • Constructor Details

    • ThemeResources

      public ThemeResources(boolean production)
  • Method Details

    • merge

      public void merge(ThemeResources toAddResources)
    • isProduction

      public boolean isProduction()
    • addScript

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

      public boolean addStyle(ThemeStyle style, boolean exclude)
    • getScriptList

      public List<ThemeScript> getScriptList()
    • getStyleList

      public List<ThemeStyle> getStyleList()