Interface RenderingContext
- All Known Subinterfaces:
UserContext
- All Known Implementing Classes:
DefaultUserContext,JiraUserContext
public interface RenderingContext
Provides data required to render web items.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the rendering context map.jakarta.servlet.http.HttpServletRequestGet current executing request.
-
Method Details
-
getRequest
@Nonnull jakarta.servlet.http.HttpServletRequest getRequest()Get current executing request.- Returns:
- HTTP request
-
getContextMap
Get the rendering context map.- Returns:
- context map
-