|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.admin.AdminPageBean
public class AdminPageBean
A bean to hold page information for the admin console.
Nested Class Summary | |
---|---|
static class |
AdminPageBean.Breadcrumb
A simple model of a breadcrumb. |
Constructor Summary | |
---|---|
AdminPageBean()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminPageBean()
Method Detail |
---|
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()
|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |