Method Summary |
|
public Collection | getBreadcrumbs() Returns a collection of breadcrumbs. |
public String | getExtraParams() Returns a string of extra parameters for the URLs - these might be specific IDs for resources. |
public String | getPageID() Returns the page ID (corresponds to sidebar ID's). |
public Collection | getScripts() Returns a collection of scripts. |
public String | getSubPageID() Returns the subpage ID (corresponds to sidebar ID's). |
public String | getTitle() Returns the title of the page with HTML escaped. |
public void | setExtraParams(String extraParams) Sets the string of extra parameters for the URLs. |
public void | setPageID(String pageID) Sets the ID of the page (corresponds to sidebar ID's). |
public void | setSubPageID(String subPageID) Sets the subpage ID (corresponds to sidebar ID's). |
public void | setTitle(String title) Sets the title of the admin console page. |