edu.wisc.my.portlets.bookmarks.web.support
Interface NameResolver

All Known Implementing Classes:
PortletPreferencesBookmarkSetNameResolver

public interface NameResolver

Support interface to resolve the BookmarkSet name for a request.

Version:
$Revision: 12161 $
Author:
Eric Dalquist eric.dalquist@doit.wisc.edu

Method Summary
 java.lang.String getBookmarkSetName(javax.portlet.PortletRequest request)
          Resolves the BookmarkSet name for the PortletRequest, may return null if no name is specified for the request.
 

Method Detail

getBookmarkSetName

java.lang.String getBookmarkSetName(javax.portlet.PortletRequest request)
Resolves the BookmarkSet name for the PortletRequest, may return null if no name is specified for the request.

Parameters:
request - The request to resolve the name for, must not be null.
Returns:
The BookmarkSet name for the request, may be null if there is no name for the request.


Copyright © 1998-2007 Java Architectures Special Interest Group. All Rights Reserved.