Class BoardToolSectionContext
java.lang.Object
com.atlassian.greenhopper.web.rapid.tools.BoardToolSectionContext
Context for rendering rapid board tools sections.
Please do not reuse this context because it contains deprecated params.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBoardToolSectionContext
(RapidView rapidView, BoardToolSectionContext.Mode mode, javax.servlet.http.HttpServletRequest request) -
Method Summary
-
Constructor Details
-
BoardToolSectionContext
public BoardToolSectionContext(RapidView rapidView, BoardToolSectionContext.Mode mode, javax.servlet.http.HttpServletRequest request)
-
-
Method Details
-
toMap
Returns context map for rendering rapid board tools sections. AgileBoard params and request are deprecated but can not be remove because they may be used by P2 plugins.The map contains:
- agileBoard.id --
Long
- agileBoard.mode --
BoardToolSectionContext.Mode
- request -
HttpServletRequest
- agileBoard - a
Map
containing id and mode - board - a
RapidView
- boardViewMode - a name of the display mode of the board. Can be plan, work or report
- agileBoard.id --
-
getMode
-
getRequest
public javax.servlet.http.HttpServletRequest getRequest() -
getRapidView
-