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
  • Constructor Details

    • GlassFishBrandingPlugin

      public GlassFishBrandingPlugin()
  • Method Details

    • 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()