public class GlassFishBrandingPlugin extends Object implements org.apache.felix.webconsole.BrandingPlugin
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.| Constructor and Description |
|---|
GlassFishBrandingPlugin() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getBranding() |
String |
getBrandName() |
String |
getFavIcon() |
String |
getMainStyleSheet() |
String |
getProductImage() |
String |
getProductName() |
String |
getProductURL() |
String |
getVendorImage() |
String |
getVendorName() |
String |
getVendorURL() |
public String getBrandName()
getBrandName in interface org.apache.felix.webconsole.BrandingPluginpublic String getProductName()
getProductName in interface org.apache.felix.webconsole.BrandingPluginpublic String getProductURL()
getProductURL in interface org.apache.felix.webconsole.BrandingPluginpublic String getProductImage()
getProductImage in interface org.apache.felix.webconsole.BrandingPluginpublic String getVendorName()
getVendorName in interface org.apache.felix.webconsole.BrandingPluginpublic String getVendorURL()
getVendorURL in interface org.apache.felix.webconsole.BrandingPluginpublic String getVendorImage()
getVendorImage in interface org.apache.felix.webconsole.BrandingPluginpublic String getFavIcon()
getFavIcon in interface org.apache.felix.webconsole.BrandingPluginpublic String getMainStyleSheet()
getMainStyleSheet in interface org.apache.felix.webconsole.BrandingPluginpublic Properties getBranding()
Copyright © 2019. All rights reserved.