@groovy.transform.Trait @groovy.transform.CompileStatic trait ServletAttributes extends java.lang.Object implements WebAttributes
A trait that adds attributes specific to the Servlet API
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | ApplicationContext | getApplicationContext()Obtains the ApplicationContext instance | 
|  | HttpServletRequest | getRequest() | 
|  | HttpServletResponse | getResponse()Obtains the HttpServletResponse instance | 
|  | ServletContext | getServletContext()Obtains the ServletContext instance | 
|  | HttpSession | getSession() | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) | 
Obtains the ApplicationContext instance
Obtains the HttpServletResponse instance
Obtains the ServletContext instance