public class FilterDelegate extends Object
Constructor and Description |
---|
FilterDelegate() |
Modifier and Type | Method and Description |
---|---|
static void |
invokeFilterAfter(javax.websocket.Session websocketSession,
javax.servlet.http.HttpSession httpSession,
Map<Object,Object> sharedProperties,
String message)
Invoke filters defined in web.xml after message processing.
|
static void |
invokeFilterBefore(javax.websocket.Session websocketSession,
javax.servlet.http.HttpSession httpSession,
Map<Object,Object> sharedProperties,
String message)
Invoke filters defined in web.xml before message processing.
|
public static void invokeFilterBefore(javax.websocket.Session websocketSession, javax.servlet.http.HttpSession httpSession, Map<Object,Object> sharedProperties, String message)
websocketSession
- httpSession
- message
- public static void invokeFilterAfter(javax.websocket.Session websocketSession, javax.servlet.http.HttpSession httpSession, Map<Object,Object> sharedProperties, String message)
websocketSession
- httpSession
- message
- Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.