|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts2.showcase.chat.ChatInterceptor
public class ChatInterceptor
Authenticate showcase chat example, make sure everyone have a username.
| Field Summary | |
|---|---|
static java.lang.String |
CHAT_USER_SESSION_KEY
|
| Constructor Summary | |
|---|---|
ChatInterceptor()
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
void |
init()
|
java.lang.String |
intercept(ActionInvocation invocation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CHAT_USER_SESSION_KEY
| Constructor Detail |
|---|
public ChatInterceptor()
| Method Detail |
|---|
public void destroy()
destroy in interface Interceptorpublic void init()
init in interface Interceptor
public java.lang.String intercept(ActionInvocation invocation)
throws java.lang.Exception
intercept in interface Interceptorjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||