Uses of Interface
org.apache.felix.webconsole.BrandingPlugin
-
Packages that use BrandingPlugin Package Description org.apache.felix.webconsole -
-
Uses of BrandingPlugin in org.apache.felix.webconsole
Classes in org.apache.felix.webconsole that implement BrandingPlugin Modifier and Type Class Description classDefaultBrandingPluginTheDefaultBrandingPluginclass is the default implementation of theBrandingPlugininterface.Methods in org.apache.felix.webconsole that return BrandingPlugin Modifier and Type Method Description static BrandingPluginAbstractWebConsolePlugin. getBrandingPlugin()Returns theBrandingPlugincurrently used for web console branding.Methods in org.apache.felix.webconsole with parameters of type BrandingPlugin Modifier and Type Method Description static voidAbstractWebConsolePlugin. setBrandingPlugin(BrandingPlugin brandingPlugin)Sets theBrandingPluginto use globally by all extensions of this class for branding.
-