|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicApi public interface HttpServletVariables
This component can provide the variables that a typical HttpServlet would receive.
IllegalStateException.
| Method Summary | |
|---|---|
javax.servlet.http.HttpServletRequest |
getHttpRequest()
|
javax.servlet.http.HttpServletResponse |
getHttpResponse()
|
javax.servlet.http.HttpSession |
getHttpSession()
|
javax.servlet.ServletContext |
getServletContext()
|
| Method Detail |
|---|
javax.servlet.http.HttpServletRequest getHttpRequest()
HttpServletRequest in play
IllegalStateException - if you are not inside a HTTP request threadjavax.servlet.http.HttpSession getHttpSession()
HttpSession in play
IllegalStateException - if you are not inside a HTTP request threadjavax.servlet.http.HttpServletResponse getHttpResponse()
HttpServletResponse in play
IllegalStateException - if you are not inside a HTTP request threadjavax.servlet.ServletContext getServletContext()
ServletContext of the JIRA web application
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||