Package org.jivesoftware.admin
Class AdminPageBean.Breadcrumb
java.lang.Object
org.jivesoftware.admin.AdminPageBean.Breadcrumb
- Enclosing class:
- AdminPageBean
A simple model of a breadcrumb. A bread crumb is a link with a display name.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Breadcrumb
Creates a crumb given a name an URL.- Parameters:
name
- the breadcrumb nameurl
- the url for the breadcrumb
-
-
Method Details
-
getName
Returns the name, with HTML escaped.- Returns:
- the HTML escaped breadcrumb name
-
getUrl
Returns the URL.- Returns:
- the URL of the breadcrumb
-