public class ActionUtil
extends java.lang.Object
| Constructor and Description |
|---|
ActionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<com.liferay.bookmarks.model.BookmarksEntry> |
getEntries(javax.servlet.http.HttpServletRequest request) |
static java.util.List<com.liferay.bookmarks.model.BookmarksEntry> |
getEntries(javax.portlet.PortletRequest portletRequest) |
static com.liferay.bookmarks.model.BookmarksEntry |
getEntry(javax.servlet.http.HttpServletRequest request) |
static com.liferay.bookmarks.model.BookmarksEntry |
getEntry(javax.portlet.PortletRequest portletRequest) |
static com.liferay.bookmarks.model.BookmarksFolder |
getFolder(javax.servlet.http.HttpServletRequest request) |
static com.liferay.bookmarks.model.BookmarksFolder |
getFolder(javax.portlet.PortletRequest portletRequest) |
static java.util.List<com.liferay.bookmarks.model.BookmarksFolder> |
getFolders(javax.servlet.http.HttpServletRequest request) |
static java.util.List<com.liferay.bookmarks.model.BookmarksFolder> |
getFolders(javax.portlet.PortletRequest portletRequest) |
public static java.util.List<com.liferay.bookmarks.model.BookmarksEntry> getEntries(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
java.lang.Exceptionpublic static java.util.List<com.liferay.bookmarks.model.BookmarksEntry> getEntries(javax.portlet.PortletRequest portletRequest)
throws java.lang.Exception
java.lang.Exceptionpublic static com.liferay.bookmarks.model.BookmarksEntry getEntry(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
java.lang.Exceptionpublic static com.liferay.bookmarks.model.BookmarksEntry getEntry(javax.portlet.PortletRequest portletRequest)
throws java.lang.Exception
java.lang.Exceptionpublic static com.liferay.bookmarks.model.BookmarksFolder getFolder(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
java.lang.Exceptionpublic static com.liferay.bookmarks.model.BookmarksFolder getFolder(javax.portlet.PortletRequest portletRequest)
throws java.lang.Exception
java.lang.Exceptionpublic static java.util.List<com.liferay.bookmarks.model.BookmarksFolder> getFolders(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
java.lang.Exceptionpublic static java.util.List<com.liferay.bookmarks.model.BookmarksFolder> getFolders(javax.portlet.PortletRequest portletRequest)
throws java.lang.Exception
java.lang.Exception