|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.widget.BaseWidgetContext
com.jivesoftware.community.widget.ProjectWidgetContext
public class ProjectWidgetContext
A widget context specifically for projects.
| Constructor Summary | |
|---|---|
ProjectWidgetContext(User user,
AuthToken authToken,
HttpServletRequest request,
HttpServletResponse response,
Project project)
Creates a ProjectWidgetContext with all the necessary
information for a widget author to render their widget. |
|
ProjectWidgetContext(User user,
AuthToken authToken,
HttpServletRequest request,
HttpServletResponse response,
Project project,
boolean edit)
Creates a BlogWidgetContext of a given type with all the necessary
information for a widget author to render their widget. |
|
| Method Summary | |
|---|---|
JiveContainer |
getContainer()
Get the blog container from the widget context. |
Project |
getProject()
Get the blog from the widget context. |
| Methods inherited from class com.jivesoftware.community.widget.BaseWidgetContext |
|---|
getAuthToken, getLocale, getRequest, getResponse, getUser, getWidgetType, isEdit, isRemote |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectWidgetContext(User user,
AuthToken authToken,
HttpServletRequest request,
HttpServletResponse response,
Project project)
ProjectWidgetContext with all the necessary
information for a widget author to render their widget.
user - the page userauthToken - the auth token of the page userrequest - the http servlet request objectresponse - the http servlet response objectproject - the project for the widget
public ProjectWidgetContext(User user,
AuthToken authToken,
HttpServletRequest request,
HttpServletResponse response,
Project project,
boolean edit)
BlogWidgetContext of a given type with all the necessary
information for a widget author to render their widget.
user - the page userauthToken - the auth token of the page userrequest - the http servlet request objectresponse - the http servlet response objectproject - the project for the widgetedit - specifies wether the parent container is currently in edit mode.| Method Detail |
|---|
public Project getProject()
public JiveContainer getContainer()
getContainer in class BaseWidgetContext
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||