| |
|
| java.lang.Object org.millstone.webadapter.CollectionThemeSource
CollectionThemeSource | public class CollectionThemeSource implements ThemeSource(Code) | | Theme source for consisting of collection of other theme sources.
This class is used to implement the retrieval of themes
from multiple sources. Also this class implements the inheritance
of themes by first retrieving the relevant parent theme information.
author: IT Mill Ltd. version: 3.1.1 since: 3.0 |
add | public void add(ThemeSource source)(Code) | | Add new theme source to this collection.
Parameters: source - Theme source to be added. |
|
|
|