org.glassfish.osgi.felixwebconsoleextension
Class GlassFishBrandingPlugin

java.lang.Object
  extended by 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
GlassFishBrandingPlugin()
           
 
Method Summary
 Properties getBranding()
           
 String getBrandName()
           
 String getFavIcon()
           
 String getMainStyleSheet()
           
 String getProductImage()
           
 String getProductName()
           
 String getProductURL()
           
 String getVendorImage()
           
 String getVendorName()
           
 String getVendorURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlassFishBrandingPlugin

public GlassFishBrandingPlugin()
Method Detail

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.