Skip navigation links
A B C D F G H I K M N P R S T U 

A

addChatEntry(ChatEntry, ChatUser) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Adds an entry to this chat room
addChatEntry(ChatUser, ChatEntry, ChatUser) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Adds an entry to this chat room
addChatEntry(ChatEntry) - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Adds an entry to the ChatEntries Vector
addRoom(ChatRoom) - Method in class fr.paris.lutece.plugins.chat.business.RoomList
Add a room in the list
addSentData(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Adds text to the user's list of sent data
addUser(ChatUser) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Checks if the user specified in parameter is not already existent in the room and if it is not banned.
ATTRIBUTE_NICKNAME - Static variable in class fr.paris.lutece.plugins.chat.service.ChatConstantes
 
ATTRIBUTE_ROOM_NAME - Static variable in class fr.paris.lutece.plugins.chat.service.ChatConstantes
 

B

banUser(String, String) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Bannes a user from the room and comments it.

C

changePseudo(String, String) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Modifies the nick name of the user
ChatApp - Class in fr.paris.lutece.plugins.chat.web
This class provides chat pages.
ChatApp() - Constructor for class fr.paris.lutece.plugins.chat.web.ChatApp
Creates a new ChatPage object
ChatConstantes - Class in fr.paris.lutece.plugins.chat.service
Defines constants for the chat plugin.
ChatEntry - Class in fr.paris.lutece.plugins.chat.business
This class represents an entry in the chat.
ChatEntry(String, String, int) - Constructor for class fr.paris.lutece.plugins.chat.business.ChatEntry
Creates a new ChatEntry object.
ChatEntry(String, String) - Constructor for class fr.paris.lutece.plugins.chat.business.ChatEntry
Creates a new ChatEntry object.
ChatEntry(String) - Constructor for class fr.paris.lutece.plugins.chat.business.ChatEntry
Creates a new ChatEntry object.
ChatJspBean - Class in fr.paris.lutece.plugins.chat.web
 
ChatJspBean() - Constructor for class fr.paris.lutece.plugins.chat.web.ChatJspBean
 
ChatPlugin - Class in fr.paris.lutece.plugins.chat.service
The chat plugin.
ChatPlugin() - Constructor for class fr.paris.lutece.plugins.chat.service.ChatPlugin
Creates a new ChatPlugin object.
ChatRoom - Class in fr.paris.lutece.plugins.chat.business
This class provides methods for the ChatRoom objects
ChatRoom(String, String) - Constructor for class fr.paris.lutece.plugins.chat.business.ChatRoom
Creates a new ChatRoom object.
ChatService - Class in fr.paris.lutece.plugins.chat.service
This class manages chat users and rooms.
ChatServlet - Class in fr.paris.lutece.plugins.chat.web
Servlet which returns the last messages of the room on which the user is connected
ChatServlet() - Constructor for class fr.paris.lutece.plugins.chat.web.ChatServlet
 
ChatUser - Class in fr.paris.lutece.plugins.chat.business
This class provides methods for the management of the chat users
ChatUser(String) - Constructor for class fr.paris.lutece.plugins.chat.business.ChatUser
Creates a new ChatUser object

D

debanUser(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Removes an ip address from the list of those which are banned from the room
destroy() - Method in class fr.paris.lutece.plugins.chat.web.ChatServlet
Clean the ressources
doEnterRoom(HttpServletRequest) - Static method in class fr.paris.lutece.plugins.chat.service.ChatService
Room entering process
doGet(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.plugins.chat.web.ChatServlet
Process HTTP Get request
doPost(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.plugins.chat.web.ChatServlet
Process HTTP Post request

F

fr.paris.lutece.plugins.chat.business - package fr.paris.lutece.plugins.chat.business
 
fr.paris.lutece.plugins.chat.service - package fr.paris.lutece.plugins.chat.service
 
fr.paris.lutece.plugins.chat.web - package fr.paris.lutece.plugins.chat.web
 

G

getAdminPassword() - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
The password of the admin
getAwayComment() - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Returns the absence comment
getBannedUsers() - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Returns the list of the users banned from this room
getBgColor() - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Returns the background color of the room
getButtonBgColor() - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Returns the background color of the button
getButtonFgColor() - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Returns the foreground color of the button
getChatEntries() - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Return the entries of the chat
getChatMessage() - Method in class fr.paris.lutece.plugins.chat.business.ChatEntry
Returns the message of this Chat entry
getDescription() - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Retruns the description of this room
getFieldBgColor() - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Returns the background color of the text field
getHostName() - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Returns the host name of this user
getIpAddress() - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Returns the ip address of this user
getJoinTime() - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Returns the time when this user entered the chat room
getKickComment() - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Returns the comment shown when this user is kicked out of the chat room
getLastAccessTime() - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Returns the date of the last access of this user to the chat room
getMode() - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Return the mode of this user
getName() - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
The name of this room
getNickname() - Method in class fr.paris.lutece.plugins.chat.business.ChatEntry
Returns the nick name of this chat entry
getNickname() - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Returns the nickname of this user
getNickname(HttpServletRequest) - Static method in class fr.paris.lutece.plugins.chat.service.ChatService
Get nickname attached to the request or to user's session
getPage(HttpServletRequest, int, Plugin) - Method in class fr.paris.lutece.plugins.chat.web.ChatApp
Returns the content of the xpage according to the parameters of the http request and the mode :
This method implements the XPage interface
getRoom(String) - Method in class fr.paris.lutece.plugins.chat.business.RoomList
Returns the chat room of the list whose name is the one specified in parameter
getRoom(HttpServletRequest) - Static method in class fr.paris.lutece.plugins.chat.service.ChatService
Get the room attached to the session
getRoomEntries() - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
The list of the entries of the room
getRoomList() - Static method in class fr.paris.lutece.plugins.chat.service.ChatService
Returns the rooms list
getRooms() - Method in class fr.paris.lutece.plugins.chat.business.RoomList
Returns the list of the Rooms
getSentDataSizeSince(long) - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Returns the amount of data sent for the last n seconds.
getTime() - Method in class fr.paris.lutece.plugins.chat.business.ChatEntry
Returns the date of this chat entry
getType() - Method in class fr.paris.lutece.plugins.chat.business.ChatEntry
Returns the type of this chat entry
getUser(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Returns the ChatUser object whose pseudo is specified in parameter
getUserCount() - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Returns the numbers of users in the room
getUsers() - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Returns the list of the users of this room

H

hasNewPseudo() - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Returns the boolean which define if the user has set a new pseudonym

I

init() - Method in class fr.paris.lutece.plugins.chat.service.ChatPlugin
Initializes the plugin at the first load
init(ServletConfig) - Method in class fr.paris.lutece.plugins.chat.web.ChatServlet
Initialize the servlet
initRooms() - Static method in class fr.paris.lutece.plugins.chat.service.ChatService
Initialize rooms
INVALID_ROOM - Static variable in class fr.paris.lutece.plugins.chat.business.ChatRoom
 
isAway() - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Returns the attribute which define if this user is absent
isKicked() - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Returns the boolean which shows if this user has been kicked out the chat room

K

kick(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Kicks this user out of the chat room

M

MODE_BAN - Static variable in class fr.paris.lutece.plugins.chat.business.ChatUser
 
MODE_DEBAN - Static variable in class fr.paris.lutece.plugins.chat.business.ChatUser
 
MODE_OP - Static variable in class fr.paris.lutece.plugins.chat.business.ChatUser
 
MODE_USER - Static variable in class fr.paris.lutece.plugins.chat.business.ChatUser
 
MODE_VOICE - Static variable in class fr.paris.lutece.plugins.chat.business.ChatUser
 

N

newMessage(HttpServletRequest) - Static method in class fr.paris.lutece.plugins.chat.service.ChatService
 

P

PARAM_MESSAGE - Static variable in class fr.paris.lutece.plugins.chat.service.ChatConstantes
 
PARAM_NICKNAME - Static variable in class fr.paris.lutece.plugins.chat.service.ChatConstantes
 
PARAM_ROOM - Static variable in class fr.paris.lutece.plugins.chat.service.ChatConstantes
 
PARAM_UI - Static variable in class fr.paris.lutece.plugins.chat.service.ChatConstantes
 
PARAM_VALUE_UI_APPLET10 - Static variable in class fr.paris.lutece.plugins.chat.service.ChatConstantes
 
PARAM_VALUE_UI_APPLET11 - Static variable in class fr.paris.lutece.plugins.chat.service.ChatConstantes
 
PARAM_VALUE_UI_HTML - Static variable in class fr.paris.lutece.plugins.chat.service.ChatConstantes
 
process(HttpServletRequest) - Method in class fr.paris.lutece.plugins.chat.web.ChatJspBean
 

R

removeOldPseudo(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Removes the user which has this pseudo in the room.
removeRooms(String[]) - Method in class fr.paris.lutece.plugins.chat.business.RoomList
Remove rooms in the list
removeUser(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Removes the user which has this pseudo in the room.
RoomList - Class in fr.paris.lutece.plugins.chat.business
This class provides methods for the management of the rooms list
RoomList() - Constructor for class fr.paris.lutece.plugins.chat.business.RoomList
 
run() - Method in class fr.paris.lutece.plugins.chat.service.ChatService
Scan rooms for no activity users in order to remove them.

S

setAdminPassword(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Sets the password of the room
setAway(boolean) - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Sets the attribute which define if this user is absent
setAway(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Sets this user as absent and add a comment
setBgColor(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Sets the background color of the room
setButtonBgColor(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Sets the button background color
setButtonFgColor(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Sets the foreground color of the button
setDescription(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Sets the description of this room whith the specified string
setFieldBgColor(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Sets the background color of the text field
setHostName(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Sets the host name of this user with the specified parameter
setIpAddress(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Sets the ip address of this user with the specified parameter
setLastAccessTime(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatRoom
Sets the last access to the room of the user which corresponds to the pseudo specified in parameter
setLastAccessTime(Date) - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Sets the host name of this user with the specified parameter
setMode(int) - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Sets the mode of this user
setNewPseudo(boolean) - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Set the boolean which define if the user has set a new pseudonym
setNickname(String) - Method in class fr.paris.lutece.plugins.chat.business.ChatUser
Sets the nickname of this user with the specified parameter.

T

TYPE_MESSAGE - Static variable in class fr.paris.lutece.plugins.chat.business.ChatEntry
 
TYPE_NOTIFICATION - Static variable in class fr.paris.lutece.plugins.chat.business.ChatEntry
 

U

USER_ADDED - Static variable in class fr.paris.lutece.plugins.chat.business.ChatRoom
 
USER_ALREADY_EXISTS - Static variable in class fr.paris.lutece.plugins.chat.business.ChatRoom
 
USER_IS_BANNED - Static variable in class fr.paris.lutece.plugins.chat.business.ChatRoom
 
A B C D F G H I K M N P R S T U 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.