edu.wisc.my.portlets.bookmarks.web.support
Class RemoteUserBookmarkSetOwnerResolver
java.lang.Object
edu.wisc.my.portlets.bookmarks.web.support.RemoteUserBookmarkSetOwnerResolver
- All Implemented Interfaces:
- OwnerResolver
public class RemoteUserBookmarkSetOwnerResolver
- extends Object
- implements OwnerResolver
Returns the result of PortletRequest.getRemoteUser() as the owner.
- Version:
- $Revision: 12161 $
- Author:
- Eric Dalquist eric.dalquist@doit.wisc.edu
|
Method Summary |
String |
getOwner(javax.portlet.PortletRequest request)
Resolves the BookmarkSet owner for the PortletRequest, may return null if no owner is specified for the request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteUserBookmarkSetOwnerResolver
public RemoteUserBookmarkSetOwnerResolver()
getOwner
public String getOwner(javax.portlet.PortletRequest request)
- Description copied from interface:
OwnerResolver
- Resolves the BookmarkSet owner for the PortletRequest, may return null if no owner is specified for the request.
- Specified by:
getOwner in interface OwnerResolver
- 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.
- See Also:
OwnerResolver.getOwner(javax.portlet.PortletRequest)
Copyright © 2010 Jasig. All Rights Reserved.