Method Summary |
|
public static void | addModel(String name, InputStream in) Adds XML stream to the tabs/sidebar model. |
public static void | addModel(String name, Element element) Adds an <adminconsole> Element to the tabs/sidebar model. |
public static String | getAdminText(String string, String pluginName) Returns a text element for the admin console, applying the appropriate locale.
Internationalization logic will only be applied if the String is specially encoded
in the format "${key.name}". |
public static synchronized String | getAppName() Returns the name of the application. |
public static synchronized Element | getElemnetByID(String id) Convenience method to select an element from the model by its ID. |
public static synchronized String | getLoginLogoImage() Returns the URL of the login image for the admin console. |
public static synchronized String | getLogoImage() Returns the URL of the main logo image for the admin console. |
public static synchronized Element | getModel() Returns the model. |
public static synchronized String | getVersionString() Returns the version string displayed in the admin console. |
public static void | removeModel(String name) Removes an <adminconsole> Element from the tabs/sidebar model. |