public class AdminPageBean extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AdminPageBean.Breadcrumb
A simple model of a breadcrumb.
|
Constructor and Description |
---|
AdminPageBean() |
Modifier and Type | Method and Description |
---|---|
Collection |
getBreadcrumbs()
Returns a collection of breadcrumbs.
|
String |
getExtraParams()
Returns a string of extra parameters for the URLs - these might be specific IDs for resources.
|
String |
getPageID()
Returns the page ID (corresponds to sidebar ID's).
|
Collection |
getScripts()
Returns a collection of scripts.
|
String |
getSubPageID()
Returns the subpage ID (corresponds to sidebar ID's).
|
String |
getTitle()
Returns the title of the page with HTML escaped.
|
void |
setExtraParams(String extraParams)
Sets the string of extra parameters for the URLs.
|
void |
setPageID(String pageID)
Sets the ID of the page (corresponds to sidebar ID's).
|
void |
setSubPageID(String subPageID)
Sets the subpage ID (corresponds to sidebar ID's).
|
void |
setTitle(String title)
Sets the title of the admin console page.
|
public String getTitle()
public void setTitle(String title)
public Collection getBreadcrumbs()
public String getPageID()
public void setPageID(String pageID)
pageID
- public String getSubPageID()
public void setSubPageID(String subPageID)
subPageID
- public String getExtraParams()
public void setExtraParams(String extraParams)
public Collection getScripts()
Copyright © 2003-2008 Jive Software.