|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrandingPlugin
The BrandingPlugin
is the service interface for the most
elaborate way of branding the web console.
DefaultBrandingPlugin
Method Summary | |
---|---|
String |
getBrandName()
Returns an indicative name of the branding plugin. |
String |
getFavIcon()
Returns the absolute path to an icon to be used as the web console "favicon". |
String |
getMainStyleSheet()
Returns the absolute path to a CSS file to be used as the main CSS for the basic admin site. |
String |
getProductImage()
Returns an absolute path to an image to be rendered as the logo of the branding product. |
String |
getProductName()
Returns the name of the product in which the web console is contained and to which the web console is branded. |
String |
getProductURL()
Returns an (absolute) URL to a web site representing the product to which the web console is branded. |
String |
getVendorImage()
Returns an absolute path to an image to be rendered as the logo of the branding product vendor. |
String |
getVendorName()
Returns the name of the branding product vendor. |
String |
getVendorURL()
Returns an (absolute) URL to the web site of the branding product vendor. |
Method Detail |
---|
String getBrandName()
String getProductName()
String getProductURL()
String getProductImage()
String getVendorName()
String getVendorURL()
String getVendorImage()
String getFavIcon()
String getMainStyleSheet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |