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.BrandingPlugin
public String getProductName()
getProductName
in interface org.apache.felix.webconsole.BrandingPlugin
public String getProductURL()
getProductURL
in interface org.apache.felix.webconsole.BrandingPlugin
public String getProductImage()
getProductImage
in interface org.apache.felix.webconsole.BrandingPlugin
public String getVendorName()
getVendorName
in interface org.apache.felix.webconsole.BrandingPlugin
public String getVendorURL()
getVendorURL
in interface org.apache.felix.webconsole.BrandingPlugin
public String getVendorImage()
getVendorImage
in interface org.apache.felix.webconsole.BrandingPlugin
public String getFavIcon()
getFavIcon
in interface org.apache.felix.webconsole.BrandingPlugin
public String getMainStyleSheet()
getMainStyleSheet
in interface org.apache.felix.webconsole.BrandingPlugin
public Properties getBranding()
Copyright © 2018. All rights reserved.