public class DeleteEntryFormController
extends org.springframework.web.portlet.mvc.AbstractController
DeleteEntryFormController class.
| Modifier and Type | Field and Description |
|---|---|
protected BookmarkSetRequestResolver |
bookmarkSetRequestResolver |
protected BookmarkStore |
bookmarkStore |
| Constructor and Description |
|---|
DeleteEntryFormController() |
| Modifier and Type | Method and Description |
|---|---|
BookmarkSetRequestResolver |
getBookmarkSetRequestResolver()
Getter for the field
bookmarkSetRequestResolver. |
BookmarkStore |
getBookmarkStore()
Getter for the field
bookmarkStore. |
protected void |
handleActionRequestInternal(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response) |
void |
setBookmarkSetRequestResolver(BookmarkSetRequestResolver bookmarkSetRequestResolver)
Setter for the field
bookmarkSetRequestResolver. |
void |
setBookmarkStore(BookmarkStore bookmarkStore)
Setter for the field
bookmarkStore. |
handleActionRequest, handleRenderRequest, handleRenderRequestInternal, isRenderWhenMinimized, isSynchronizeOnSession, setRenderWhenMinimized, setSynchronizeOnSessionapplyCacheSeconds, cacheForSeconds, check, checkAndPrepare, checkAndPrepare, getCacheSeconds, isRequireSession, preventCaching, setCacheSeconds, setRequireSessiongetPortletContext, getTempDir, isContextRequired, setPortletContextprotected BookmarkStore bookmarkStore
protected BookmarkSetRequestResolver bookmarkSetRequestResolver
public BookmarkSetRequestResolver getBookmarkSetRequestResolver()
Getter for the field bookmarkSetRequestResolver.
public void setBookmarkSetRequestResolver(BookmarkSetRequestResolver bookmarkSetRequestResolver)
Setter for the field bookmarkSetRequestResolver.
bookmarkSetRequestResolver - The bookmarkSetRequestResolver to set.public BookmarkStore getBookmarkStore()
Getter for the field bookmarkStore.
public void setBookmarkStore(BookmarkStore bookmarkStore)
Setter for the field bookmarkStore.
bookmarkStore - The bookmarkStore to set.protected void handleActionRequestInternal(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws java.lang.Exception
handleActionRequestInternal in class org.springframework.web.portlet.mvc.AbstractControllerjava.lang.ExceptionCopyright © 2019 Jasig. All Rights Reserved.