public interface BrandingPlugin
BrandingPlugin
is the service interface for the most
elaborate way of branding the web console.DefaultBrandingPlugin
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBrandName()
Returns an indicative name of the branding plugin.
|
java.lang.String |
getFavIcon()
Returns the absolute path to an icon to be used as the web console
"favicon".
|
java.lang.String |
getMainStyleSheet()
Returns the absolute path to a CSS file to be used as the main CSS for
the basic admin site.
|
java.lang.String |
getProductImage()
Returns an absolute path to an image to be rendered as the logo of the
branding product.
|
java.lang.String |
getProductName()
Returns the name of the product in which the web console is contained
and to which the web console is branded.
|
java.lang.String |
getProductURL()
Returns an (absolute) URL to a web site representing the product to
which the web console is branded.
|
java.lang.String |
getVendorImage()
Returns an absolute path to an image to be rendered as the logo of the
branding product vendor.
|
java.lang.String |
getVendorName()
Returns the name of the branding product vendor.
|
java.lang.String |
getVendorURL()
Returns an (absolute) URL to the web site of the branding product
vendor.
|
java.lang.String getBrandName()
java.lang.String getProductName()
java.lang.String getProductURL()
java.lang.String getProductImage()
java.lang.String getVendorName()
java.lang.String getVendorURL()
java.lang.String getVendorImage()
java.lang.String getFavIcon()
java.lang.String getMainStyleSheet()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"