Package org.apache.struts2.showcase.chat
Class ChatInterceptor
java.lang.Object
org.apache.struts2.interceptor.AbstractInterceptor
org.apache.struts2.showcase.chat.ChatInterceptor
- All Implemented Interfaces:
Serializable
,ConditionalInterceptor
,Interceptor
Authenticate showcase chat example, make sure everyone have a username.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.struts2.interceptor.AbstractInterceptor
destroy, init, setDisabled, shouldIntercept
-
Field Details
-
CHAT_USER_SESSION_KEY
- See Also:
-
-
Constructor Details
-
ChatInterceptor
public ChatInterceptor()
-
-
Method Details
-
intercept
- Specified by:
intercept
in interfaceInterceptor
- Specified by:
intercept
in classAbstractInterceptor
- Throws:
Exception
-