@Component public class PortletPreferencesBookmarkSetNameResolver extends java.lang.Object implements NameResolver
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_BOOKMARK_SET_NAME
Constant
DEFAULT_BOOKMARK_SET_NAME="bookmarkSetName" |
| Constructor and Description |
|---|
PortletPreferencesBookmarkSetNameResolver() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final java.lang.String DEFAULT_BOOKMARK_SET_NAME
DEFAULT_BOOKMARK_SET_NAME="bookmarkSetName"public PortletPreferencesBookmarkSetNameResolver()
public java.lang.String getBookmarkSetName(javax.portlet.PortletRequest request)
getBookmarkSetName in interface NameResolverrequest - The request to resolve the name for, must not be null.Copyright © 2023 Apereo. All Rights Reserved.