Class BambooHttpContext
- java.lang.Object
-
- com.atlassian.sal.bamboo.web.context.BambooHttpContext
-
- All Implemented Interfaces:
com.atlassian.sal.api.web.context.HttpContext
@Component public class BambooHttpContext extends Object implements com.atlassian.sal.api.web.context.HttpContext
-
-
Constructor Summary
Constructors Constructor Description BambooHttpContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable javax.servlet.http.HttpServletRequest
getRequest()
@Nullable javax.servlet.http.HttpServletResponse
getResponse()
@Nullable javax.servlet.http.HttpSession
getSession(boolean create)
-
-
-
Method Detail
-
getRequest
@Nullable public @Nullable javax.servlet.http.HttpServletRequest getRequest()
- Specified by:
getRequest
in interfacecom.atlassian.sal.api.web.context.HttpContext
-
getResponse
@Nullable public @Nullable javax.servlet.http.HttpServletResponse getResponse()
- Specified by:
getResponse
in interfacecom.atlassian.sal.api.web.context.HttpContext
-
getSession
@Nullable public @Nullable javax.servlet.http.HttpSession getSession(boolean create)
- Specified by:
getSession
in interfacecom.atlassian.sal.api.web.context.HttpContext
-
-