Uses of Interface
org.apache.struts2.showcase.chat.ChatService
Packages that use ChatService
-
Uses of ChatService in org.apache.struts2.showcase.chat
Classes in org.apache.struts2.showcase.chat that implement ChatServiceConstructors in org.apache.struts2.showcase.chat with parameters of type ChatServiceModifierConstructorDescriptionChatLoginAction(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)