A B C D E F G H I J L M N O P Q R S T U V W X Z

R

read(HttpServletRequest, String) - Static method in class com.jfw.authentication.AuthenticationCookie
Read authentication cookie.
read(HttpServletRequest) - Static method in class com.jfw.authentication.AuthenticationCookie
Use method AuthenticationCookie.read(javax.servlet.http.HttpServletRequest, java.lang.String).
read() - Method in class com.jfw.examples.SaveAndReadFile
 
read() - Method in class com.jfw.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.jfw.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(int) - Method in class com.jfw.web.util.ExecuteUrl
Read input stream.
read() - Method in class com.jfw.web.util.ExecuteUrl
Read input stream.
read(HttpServletRequest, String) - Static method in class com.jfw.web.util.LocaleCookie
Read locale cookie.
read(HttpServletRequest) - Static method in class com.jfw.web.util.LocaleCookie
Use method LocaleCookie.read(javax.servlet.http.HttpServletRequest, java.lang.String).
readAll() - Method in class com.jfw.web.util.ExecuteUrl
Read all data of input stream.
readAndWriteBinaryFile(ReadFile, OutputStream, Encryption) - Static method in class com.jfw.file.FileUtils
Read a binary file and write it in an output stream.
readAndWriteBinaryFile(OutputStream) - Method in class com.jfw.file.ReadFile
Deprecated. use FileUtils.readAndWriteBinaryFile(com.jfw.file.ReadFile, java.io.OutputStream, com.jfw.util.Encryption).
readBinaryFile() - Method in class com.jfw.file.ReadFile
Get the content of the file.
ReadDbData - Class in com.jfw.database
Offers methods for read data from a ResultSet.
ReadDbData() - Constructor for class com.jfw.database.ReadDbData
 
READED_ROWS_SUFFIX - Static variable in class com.jfw.database.ReadDbData
Suffix for readed rows key.
readErrorLine() - Method in class com.jfw.util.ExecProgram
Get next line from the error stream.
ReadFile - Class in com.jfw.file
Read a file.
ReadFile(String) - Constructor for class com.jfw.file.ReadFile
Create an instance.
ReadFile(String, String) - Constructor for class com.jfw.file.ReadFile
Create an instance.
readFloatParameter(String) - Method in class com.jfw.util.PropertiesManager
Get the value from the properties file.
readFloatParameter(String, float) - Method in class com.jfw.util.PropertiesManager
Get the value from the properties file.
readIntParameter(String) - Method in class com.jfw.util.PropertiesManager
Get the value from the properties file.
readIntParameter(String, int) - Method in class com.jfw.util.PropertiesManager
Get the value from the properties file.
readLine() - Method in class com.jfw.util.ExecProgram
Get next line from the standard stream.
readParameter(String) - Method in class com.jfw.util.PropertiesManager
Get the value from the properties file.
readParameter(String, String) - Method in class com.jfw.util.PropertiesManager
Get the value from the properties file.
ReadPipedStream - Class in com.jfw.file
Read content from a piped stream.
ReadPipedStream(PipedInputStream) - Constructor for class com.jfw.file.ReadPipedStream
Create an instance
readProperties() - Method in class com.jfw.util.PropertiesManager
Use method PropertiesReader.readProperties(java.lang.String, java.lang.String, java.util.Properties) for read the properties file.
readProperties(String, String, Properties) - Static method in class com.jfw.util.PropertiesReader
Read a properties file.
readProperties(String, Properties) - Static method in class com.jfw.util.PropertiesReader
Call method PropertiesReader.readProperties(String , String, Properties) for read the properties file.
readProperties(String) - Static method in class com.jfw.util.PropertiesReader
Read a properties file.
readPropertiesFile(String, String, Properties) - Static method in class com.jfw.util.PropertiesReader
Read a properties file.
readStatus() - Method in class com.jfw.scheduler.ScheduleTypes
Read file saved in ScheduleTypes.saveStatus().
ReadStream - Class in com.jfw.file
Read content from an input stream.
ReadStream() - Constructor for class com.jfw.file.ReadStream
 
readTextFile() - Method in class com.jfw.file.ReadFile
Get the content of the file.
release(String, Connection) - Method in class com.jfw.database.ConnectionBroker
Release a connection.
release(Connection) - Static method in class com.jfw.database.PCMProxy
Release a connection.
release() - Method in class com.jfw.web.tags.GenericTag
 
releaseConnection(Connection) - Method in class com.jfw.database.ConnectionPool
Release a connection.
releaseConnection(Connection) - Method in interface com.jfw.database.PCMConnection
Release a database connection.
releaseConnection(Connection) - Method in class com.jfw.examples.MyPCM
 
remove(String) - Method in class com.jfw.scheduler.Scheduler
Remove a scheduled bean from scheduler.
remove(String) - Method in class com.jfw.web.util.DataContainer
Delete a key from DataContainer.container.
remove(HttpServletRequest, String) - Static method in class com.jfw.web.util.DataContainerManager
Delete a data container from HttpSession.
remove(HttpServletRequest) - Static method in class com.jfw.web.util.DataContainerManager
Use method DataContainerManager.remove(javax.servlet.http.HttpServletRequest, java.lang.String).
removeAll() - Method in class com.jfw.scheduler.Scheduler
Remove alla scheduled beans from scheduler.
rename(String, String) - Static method in class com.jfw.file.FileUtils
Rename a file or directory.
replace(String, String, String, String, String) - Static method in class com.jfw.util.ReplaceText
Replaces string by given string between two other given string.
replace(String, String, String) - Static method in class com.jfw.util.ReplaceText
Replaces string by given string in given string.
ReplaceText - Class in com.jfw.util
Replace a string in a string.
ReplaceText() - Constructor for class com.jfw.util.ReplaceText
 
REQUEST_KEY - Static variable in interface com.jfw.web.JFWCommonAction
The key to use for save the request object in outputData.
RequestUtils - Class in com.jfw.web.util
Implements methods for manage request parameters.
RequestUtils() - Constructor for class com.jfw.web.util.RequestUtils
 
reset() - Method in class com.jfw.util.Profiler
Set at null attributes Profiler.startTime and Profiler.stopTime.
resourceName - Variable in class com.jfw.database.metadata.MetaData
The logical name of a database resource.
response - Variable in class com.jfw.web.filter.CompressionResponseStream
The response with which this servlet output stream is associated.
RESPONSE_KEY - Static variable in interface com.jfw.web.JFWCommonAction
The key to use for save the response object in outputData.
result2Hash(ResultSet, HashMap, String, boolean, String, int, int) - Static method in class com.jfw.database.ReadDbData
Save all rows returned by the query in a "data container" compatible with the Parser.
result2Hash(ResultSet, HashMap, String, boolean, String) - Static method in class com.jfw.database.ReadDbData
Use method ReadDbData.result2Hash(ResultSet,HashMap,String,boolean,String,int,int) to read data.
result2Hash(ResultSet, HashMap, String, int, int) - Static method in class com.jfw.database.ReadDbData
Use method ReadDbData.result2Hash(ResultSet,HashMap,String,boolean,String,int,int) to read data.
result2Hash(ResultSet, HashMap, String) - Static method in class com.jfw.database.ReadDbData
Use method ReadDbData.result2Hash(ResultSet,HashMap,String,boolean,String) to read data.
result2Hash(ResultSet, HashMap) - Static method in class com.jfw.database.ReadDbData
Use method ReadDbData.result2Hash(ResultSet,HashMap,String,boolean,String) to read data.
result2Hash(ResultSet, HashMap, String, String) - Static method in class com.jfw.database.ReadDbData
Use method ReadDbData.result2Hash(ResultSet,HashMap,String,boolean,String) to read data.
RESULT_KEY - Static variable in class com.jfw.authentication.GroupServiceDB
Output HashMap key for operation result.
RESULT_KEY - Static variable in class com.jfw.authentication.UserServiceDB
Output HashMap key for operation result.
RESULT_KEY - Static variable in class com.jfw.database.StoredProcedureGateway
The result of stored procedure execution.
RESULT_KO_KEY - Static variable in class com.jfw.authentication.GroupServiceDB
Output HashMap KO value relative of key GroupServiceDB.RESULT_KEY.
RESULT_KO_KEY - Static variable in class com.jfw.authentication.UserServiceDB
Output HashMap KO value relative of key UserServiceDB.RESULT_KEY.
RESULT_OK_KEY - Static variable in class com.jfw.authentication.GroupServiceDB
Output HashMap OK value relative of key GroupServiceDB.RESULT_KEY.
RESULT_OK_KEY - Static variable in class com.jfw.authentication.UserServiceDB
Output HashMap OK value relative of key UserServiceDB.RESULT_KEY.
RESULTSET - Static variable in class com.jfw.database.QueryGateway
Used by the method QueryGateway.close().
resumeEncoding() - Method in class com.jfw.util.Base64.OutputStream
Resumes encoding of the stream.
rollback() - Method in class com.jfw.database.QueryGateway
Rollback the sql commands executed.
rollback() - Method in class com.jfw.database.StoredProcedureGateway
Rollback the stored procedure execution.
ROW_ODD - Static variable in class com.jfw.database.ReadDbData
Value for odd rows, used for key ReadDbData.ROW_TYPE.
ROW_PAR - Static variable in class com.jfw.database.ReadDbData
Value for par rows, used for key ReadDbData.ROW_TYPE.
ROW_TYPE - Static variable in class com.jfw.database.ReadDbData
Key paired with row type value.
ROWS_CHANGED_KEY - Static variable in class com.jfw.database.QueryGateway
The key paired with the numbers of rows changed by the query.
run() - Method in class com.jfw.database.ConnectionPool
The thread that clean the connections.
run() - Method in class com.jfw.mail.SendEmailThread
Use this methiod directly for send the email synchronously.
run() - Method in class com.jfw.scheduler.ScheduleThread
Thread implementation.

A B C D E F G H I J L M N O P Q R S T U V W X Z