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 |
String |
getBookmarkSetName(javax.portlet.PortletRequest request)
Resolves the BookmarkSet name for the PortletRequest, may return null if no name is specified for the request. |
getBookmarkSetName
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 © 2010 Jasig. All Rights Reserved.