public final class BoardToolSectionContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BoardToolSectionContext.Mode |
Constructor and Description |
---|
BoardToolSectionContext(RapidView rapidView,
BoardToolSectionContext.Mode mode,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
BoardToolSectionContext.Mode |
getMode() |
RapidView |
getRapidView() |
javax.servlet.http.HttpServletRequest |
getRequest() |
Map<String,Object> |
toMap()
Returns context map for rendering rapid board tools sections.
|
public BoardToolSectionContext(RapidView rapidView, BoardToolSectionContext.Mode mode, javax.servlet.http.HttpServletRequest request)
public Map<String,Object> toMap()
The map contains:
Long
BoardToolSectionContext.Mode
HttpServletRequest
Map
containing id and modeRapidView
public BoardToolSectionContext.Mode getMode()
public javax.servlet.http.HttpServletRequest getRequest()
public RapidView getRapidView()
Copyright © 2007–2025 Atlassian. All rights reserved.