org.glassfish.osgi.felixwebconsoleextension
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlassFishBrandingPlugin
public GlassFishBrandingPlugin()
getBrandName
public String getBrandName()
- Specified by:
getBrandName in interface org.apache.felix.webconsole.BrandingPlugin
getProductName
public String getProductName()
- Specified by:
getProductName in interface org.apache.felix.webconsole.BrandingPlugin
getProductURL
public String getProductURL()
- Specified by:
getProductURL in interface org.apache.felix.webconsole.BrandingPlugin
getProductImage
public String getProductImage()
- Specified by:
getProductImage in interface org.apache.felix.webconsole.BrandingPlugin
getVendorName
public String getVendorName()
- Specified by:
getVendorName in interface org.apache.felix.webconsole.BrandingPlugin
getVendorURL
public String getVendorURL()
- Specified by:
getVendorURL in interface org.apache.felix.webconsole.BrandingPlugin
getVendorImage
public String getVendorImage()
- Specified by:
getVendorImage in interface org.apache.felix.webconsole.BrandingPlugin
getFavIcon
public String getFavIcon()
- Specified by:
getFavIcon in interface org.apache.felix.webconsole.BrandingPlugin
getMainStyleSheet
public String getMainStyleSheet()
- Specified by:
getMainStyleSheet in interface org.apache.felix.webconsole.BrandingPlugin
getBranding
public Properties getBranding()
Copyright © 2012 GlassFish Community. All Rights Reserved.