@UrlBinding(value="/action/bookmark") @StrictBinding public class BookmarkActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
BookmarkActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
create() |
Application |
getApplication() |
Bookmark |
getBookmark() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
net.sourceforge.stripes.action.Resolution |
load() |
void |
setApplication(Application application) |
void |
setBookmark(Bookmark bookmark) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
public net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic Bookmark getBookmark()
public void setBookmark(Bookmark bookmark)
public Application getApplication()
public void setApplication(Application application)
public net.sourceforge.stripes.action.Resolution create()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution load()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2018. All rights reserved.