Class ThemePlugin
- java.lang.Object
-
- org.glassfish.admingui.customtheme.ThemePlugin
-
- All Implemented Interfaces:
ConsoleProvider
@Service public class ThemePlugin extends Object implements ConsoleProvider
This is a noop file just to help test out the
ConsoleProviderandConsolePluginServicefiles.- Author:
- Ken Paulsen (ken.paulsen@sun.com)
-
-
Field Summary
-
Fields inherited from interface org.glassfish.api.admingui.ConsoleProvider
DEFAULT_CONFIG_FILENAME
-
-
Constructor Summary
Constructors Constructor Description ThemePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLgetConfiguration()Returns aURLto theconsole-config.xmlfile, ornull.
-
-
-
Method Detail
-
getConfiguration
public URL getConfiguration()
Description copied from interface:ConsoleProviderReturns a
URLto theconsole-config.xmlfile, ornull. Ifnullis returned, the default (ConsoleProvider.DEFAULT_CONFIG_FILENAME) will be used.- Specified by:
getConfigurationin interfaceConsoleProvider
-
-