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 ofBrandingPluginfor GlassFish. If a properties fileMETA-INF/webconsole.propertiesis available through the class loader of this class, the properties overwrite the default settings according to the property names listed inBrandingPlugin. 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 Constructor Description GlassFishBrandingPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesgetBranding()StringgetBrandName()StringgetFavIcon()StringgetMainStyleSheet()StringgetProductImage()StringgetProductName()StringgetProductURL()StringgetVendorImage()StringgetVendorName()StringgetVendorURL()
-
-
-
Method Detail
-
getBrandName
public String getBrandName()
- Specified by:
getBrandNamein interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getProductName
public String getProductName()
- Specified by:
getProductNamein interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getProductURL
public String getProductURL()
- Specified by:
getProductURLin interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getProductImage
public String getProductImage()
- Specified by:
getProductImagein interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getVendorName
public String getVendorName()
- Specified by:
getVendorNamein interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getVendorURL
public String getVendorURL()
- Specified by:
getVendorURLin interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getVendorImage
public String getVendorImage()
- Specified by:
getVendorImagein interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getFavIcon
public String getFavIcon()
- Specified by:
getFavIconin interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getMainStyleSheet
public String getMainStyleSheet()
- Specified by:
getMainStyleSheetin interfaceorg.apache.felix.webconsole.BrandingPlugin
-
getBranding
public Properties getBranding()
-
-