Uses of Interface
org.apache.struts2.showcase.chat.ChatService

Packages that use ChatService
org.apache.struts2.showcase.chat   
 

Uses of ChatService in org.apache.struts2.showcase.chat
 

Classes in org.apache.struts2.showcase.chat that implement ChatService
 class ChatServiceImpl
           
 

Constructors in org.apache.struts2.showcase.chat with parameters of type ChatService
ChatLoginAction(ChatService chatService)
           
ChatLogoutAction(ChatService chatService)
           
CrudRoomAction(ChatService chatService)
           
EnterRoomAction(ChatService chatService)
           
ExitRoomAction(ChatService chatService)
           
MessagesAvailableInRoomAction(ChatService chatService)
           
RoomsAvailableAction(ChatService chatService)
           
SendMessageToRoomAction(ChatService chatService)
           
UsersAvailableAction(ChatService chatService)
           
UsersAvailableInRoomAction(ChatService chatService)
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.