message.portlets
Class Library
java.lang.Object
message.portlets.Library
- public class Library
- extends java.lang.Object
A class used by some of the example portlets as a data source.
- See Also:
ListingPortlet
,
AuthorDetailsPortlet
Field Summary |
protected static java.util.Map |
authorWebsite
|
protected static java.util.SortedMap |
listing
|
Method Summary |
static java.util.SortedSet |
getBooks(java.lang.String author)
|
static java.util.SortedMap |
getListing()
|
static java.lang.String |
getWebsite(java.lang.String author)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listing
protected static java.util.SortedMap listing
authorWebsite
protected static java.util.Map authorWebsite
Library
public Library()
getListing
public static java.util.SortedMap getListing()
getBooks
public static java.util.SortedSet getBooks(java.lang.String author)
getWebsite
public static java.lang.String getWebsite(java.lang.String author)