public class PortletPreferencesBookmarkSetNameResolver extends Object implements NameResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_BOOKMARK_SET_NAME |
| Constructor and Description |
|---|
PortletPreferencesBookmarkSetNameResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
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.
|
void |
setBookmarkSetName(String bookmarkSetName) |
public static final String DEFAULT_BOOKMARK_SET_NAME
public PortletPreferencesBookmarkSetNameResolver()
public String getBookmarkSetName()
public void setBookmarkSetName(String bookmarkSetName)
bookmarkSetName - The bookmarkSetName to set.public String getBookmarkSetName(javax.portlet.PortletRequest request)
NameResolvergetBookmarkSetName in interface NameResolverrequest - The request to resolve the name for, must not be null.NameResolver.getBookmarkSetName(javax.portlet.PortletRequest)Copyright © 2014 Jasig. All Rights Reserved.