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

All Known Implementing Classes:
RemoteUserBookmarkSetOwnerResolver

public interface OwnerResolver

Support interface to resolve the BookmarkSet owner for a request.

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

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

Method Detail

getOwner

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

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


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