Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Branding support is currently work in progress tracked by FELIX-1015.

Default Branding Plugin

The DefaultBrandingPlugin is the default implementation of the BrandingPlugin interface which is used if there is no BrandingPlugin service registered in the framework. The DefaultBrandingPlugin is configured from a properties file in the bundle using the following properties:

Property Name

Default Value

Description

webconsole.product.name

Apache Felix

The name of the product installed in the framework

webconsole.product.url

http://felix.apache.orgImage Added

The URL at which more information about the product is available

webconsole.product.image

/res/imgs/logo.png

A logo representing the product

webconsole.vendor.name

The Apache Software Foundation

The name of the product vendor

webconsole.vendor.url

http://www.apache.orgImage Added

The URL of the product vendor

webconsole.vendor.image

/res/imgs/logo.png

A logo representing the product vendor

webconsole.favicon

/res/imgs/favicon.ico

A favicon for the web console

webconsole.stylesheet

/res/ui/webconsole.css

A CSS file containing style-sheet formatting