|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| org.apache.struts2.showcase.chat | |
| Uses of User in org.apache.struts2.showcase.chat |
|---|
| Methods in org.apache.struts2.showcase.chat that return User | |
|---|---|
User |
Room.findMember(String name)
|
User |
ChatMessage.getCreator()
|
| Methods in org.apache.struts2.showcase.chat that return types with arguments of type User | |
|---|---|
List<User> |
UsersAvailableAction.getAvailableUsers()
|
List<User> |
ChatServiceImpl.getAvailableUsers()
|
List<User> |
ChatService.getAvailableUsers()
|
List<User> |
Room.getMembers()
|
List<User> |
UsersAvailableInRoomAction.getUsersAvailableInRoom()
|
List<User> |
ChatServiceImpl.getUsersAvailableInRoom(String roomName)
|
List<User> |
ChatService.getUsersAvailableInRoom(String roomName)
|
| Methods in org.apache.struts2.showcase.chat with parameters of type User | |
|---|---|
void |
ChatServiceImpl.enterRoom(User user,
String roomName)
|
void |
ChatService.enterRoom(User user,
String roomName)
|
void |
ChatServiceImpl.login(User user)
|
void |
ChatService.login(User user)
|
void |
Room.memberEnter(User member)
|
void |
ChatServiceImpl.sendMessageToRoom(String roomName,
User user,
String message)
|
void |
ChatService.sendMessageToRoom(String roomName,
User user,
String message)
|
| Constructors in org.apache.struts2.showcase.chat with parameters of type User | |
|---|---|
ChatMessage(String message,
User creator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||