public final class

ThemeResources

extends Object
implements Serializable
java.lang.Object
   ↳ org.apache.myfaces.tobago.context.ThemeResources

Class Overview

Manages the script and style files for production and development stage.

Summary

Public Constructors
ThemeResources()
Public Methods
boolean addScript(ThemeScript script)
boolean addStyle(ThemeStyle style)
ThemeResources copy()
List<ThemeScript> getScriptList()
List<ThemeStyle> getStyleList()
boolean isProduction()
void setProduction(boolean production)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ThemeResources ()

Public Methods

public boolean addScript (ThemeScript script)

public boolean addStyle (ThemeStyle style)

public ThemeResources copy ()

public List<ThemeScript> getScriptList ()

public List<ThemeStyle> getStyleList ()

public boolean isProduction ()

public void setProduction (boolean production)