Uses of Class
org.apache.struts2.showcase.chat.User
Packages that use User
-
Uses of User in org.apache.struts2.showcase.chat
Methods in org.apache.struts2.showcase.chat that return UserMethods in org.apache.struts2.showcase.chat that return types with arguments of type UserModifier and TypeMethodDescriptionChatService.getAvailableUsers()ChatServiceImpl.getAvailableUsers()UsersAvailableAction.getAvailableUsers()Room.getMembers()ChatService.getUsersAvailableInRoom(String roomName) ChatServiceImpl.getUsersAvailableInRoom(String roomName) UsersAvailableInRoomAction.getUsersAvailableInRoom()Methods in org.apache.struts2.showcase.chat with parameters of type UserModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidRoom.memberEnter(User member) voidChatService.sendMessageToRoom(String roomName, User user, String message) voidChatServiceImpl.sendMessageToRoom(String roomName, User user, String message) Constructors in org.apache.struts2.showcase.chat with parameters of type User