Class GlassFishBrandingPlugin
java.lang.Object
org.glassfish.osgi.felixwebconsoleextension.GlassFishBrandingPlugin
- All Implemented Interfaces:
org.apache.felix.webconsole.BrandingPlugin
public class GlassFishBrandingPlugin
extends Object
implements org.apache.felix.webconsole.BrandingPlugin
This is a customization of
BrandingPlugin for GlassFish.
If a properties file META-INF/webconsole.properties is available
through the class loader of this class, the properties overwrite the default
settings according to the property names listed in BrandingPlugin.
The easiest way to add such a properties file is to provide a fragment bundle with the file.- Author:
- sanjeeb.sahoo@oracle.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
GlassFishBrandingPlugin
public GlassFishBrandingPlugin()
-
-
Method Details
-
getBrandName
- Specified by:
getBrandNamein interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getProductName
- Specified by:
getProductNamein interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getProductURL
- Specified by:
getProductURLin interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getProductImage
- Specified by:
getProductImagein interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getVendorName
- Specified by:
getVendorNamein interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getVendorURL
- Specified by:
getVendorURLin interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getVendorImage
- Specified by:
getVendorImagein interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getFavIcon
- Specified by:
getFavIconin interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getMainStyleSheet
- Specified by:
getMainStyleSheetin interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getBranding
-