message.portlets
Class Library

java.lang.Object
  extended bymessage.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
           
 
Constructor Summary
Library()
           
 
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
 

Field Detail

listing

protected static java.util.SortedMap listing

authorWebsite

protected static java.util.Map authorWebsite
Constructor Detail

Library

public Library()
Method Detail

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)