- Direct Known Subclasses:
- StandardTheme
public abstract class Theme
extends Object
A Theme encapsulates theme-specific attributes. Each theme should have
at least a name, which helps the web application to identify it.
A Theme should be subclassed to define other attributes associated with
concrete themes, such as file paths included in a theme, or variables that
could be used to parameterize a theme.
- Since:
- 6.5.2
- Author:
- Neil