[Java] Class ServletCategory
- groovy.servlet.ServletCategory
public class ServletCategory
Servlet support.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public static Object |
get(ServletContext context, String key) | |
public static Object |
get(HttpSession session, String key) | |
public static Object |
get(ServletRequest request, String key) | |
public static Object |
get(PageContext context, String key) | |
public static Object |
getAt(ServletContext context, String key) | |
public static Object |
getAt(HttpSession session, String key) | |
public static Object |
getAt(ServletRequest request, String key) | |
public static Object |
getAt(PageContext context, String key) | |
public static void |
putAt(ServletContext context, String key, Object value) | |
public static void |
putAt(HttpSession session, String key, Object value) | |
public static void |
putAt(ServletRequest request, String key, Object value) | |
public static void |
putAt(PageContext context, String key, Object value) | |
public static void |
set(ServletContext context, String key, Object value) | |
public static void |
set(HttpSession session, String key, Object value) | |
public static void |
set(ServletRequest request, String key, Object value) | |
public static void |
set(PageContext context, String key, Object value) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public static Object get(ServletContext context, String key)
public static Object get(HttpSession session, String key)
public static Object get(ServletRequest request, String key)
public static Object get(PageContext context, String key)
public static Object getAt(ServletContext context, String key)
public static Object getAt(HttpSession session, String key)
public static Object getAt(ServletRequest request, String key)
public static Object getAt(PageContext context, String key)
public static void putAt(ServletContext context, String key, Object value)
public static void putAt(HttpSession session, String key, Object value)
public static void putAt(ServletRequest request, String key, Object value)
public static void putAt(PageContext context, String key, Object value)
public static void set(ServletContext context, String key, Object value)
public static void set(HttpSession session, String key, Object value)
public static void set(ServletRequest request, String key, Object value)
public static void set(PageContext context, String key, Object value)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/servlet/ServletCategory.html