public class PortletPreferencesBookmarkSetNameResolver extends java.lang.Object implements NameResolver
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_BOOKMARK_SET_NAME |
| Constructor and Description |
|---|
PortletPreferencesBookmarkSetNameResolver() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
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.
|
void |
setBookmarkSetName(java.lang.String bookmarkSetName) |
public static final java.lang.String DEFAULT_BOOKMARK_SET_NAME
public PortletPreferencesBookmarkSetNameResolver()
public java.lang.String getBookmarkSetName()
public void setBookmarkSetName(java.lang.String bookmarkSetName)
bookmarkSetName - The bookmarkSetName to set.public java.lang.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 © 2018 Jasig. All Rights Reserved.