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

E

elapsed(GregorianCalendar, GregorianCalendar) - Static method in class com.jfw.util.DateUtils
Calculate the difference between to dates.
ENCODE - Static variable in class com.jfw.util.Base64
Specify encoding.
encode(String) - Static method in class com.jfw.util.Secure
Encode a string in Base64.
encodeBytes(byte[]) - Static method in class com.jfw.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.jfw.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.jfw.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.jfw.util.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class com.jfw.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class com.jfw.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class com.jfw.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class com.jfw.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class com.jfw.util.Base64
Convenience method for encoding data to a file.
encrypt(String) - Method in class com.jfw.file.ZipFile
Encrypt the generated zip file.
encrypt(byte[], String) - Static method in class com.jfw.util.Secure
Encrypt an array of bytes using the Encryption class.
Encryption - Class in com.jfw.util
You can use this class for encrypt and decrypt data.
Encryption(String, int, String) - Constructor for class com.jfw.util.Encryption
Create a new object.
Encryption(String, int) - Constructor for class com.jfw.util.Encryption
Create a new object.
endMessage - Static variable in class com.jfw.status.LogViewerObserver
The ending message.
endMessage - Static variable in class com.jfw.status.UtilAdministration
The suffix that indicate the end of log trasmission.
endTagIndex(String, String, int) - Method in class com.jfw.pdf.TagElement
 
error(String, String, String, String, String) - Static method in class com.jfw.util.JFWLogger
Write an error message.
error(String, String, String, String, String, Throwable) - Static method in class com.jfw.util.JFWLogger
Write an error message.
error(String, String, String, String, Throwable) - Static method in class com.jfw.util.JFWLogger
Write an error message.
error(String, String, String, String, String, Exception) - Static method in class com.jfw.util.JFWLogger
Write an error message.
error(String, String, String, String, Exception) - Static method in class com.jfw.util.JFWLogger
Write an error message.
ERROR_KEY - Static variable in interface com.jfw.web.JFWCommonAction
If an exception occur in JFWAction.execute then the stack trace is added under this key.
excludeParams - Static variable in interface com.jfw.web.JFWCommonAction
When authentication or authorization fail all request parameters are added in outputData and RequestUtils.setParametersList(javax.servlet.http.HttpServletRequest, java.util.HashMap, java.lang.String[])).
exec(boolean) - Method in class com.jfw.database.StoredProcedureGateway
Execute the stored procedure.
ExecProgram - Class in com.jfw.util
Execute a shell program.
ExecProgram(String) - Constructor for class com.jfw.util.ExecProgram
Create an instance.
ExecProgram(String, String[]) - Constructor for class com.jfw.util.ExecProgram
Create an instance.
ExecProgram(String[]) - Constructor for class com.jfw.util.ExecProgram
Create an instance.
ExecProgram(String[], String[]) - Constructor for class com.jfw.util.ExecProgram
Create an instance.
ExecProgram(String, String[], String) - Constructor for class com.jfw.util.ExecProgram
Create an instance.
ExecProgram(String[], String[], String) - Constructor for class com.jfw.util.ExecProgram
Create an instance.
execute(HashMap) - Method in class com.jfw.authentication.GroupServiceDB
Execute the query.
execute(HashMap) - Method in class com.jfw.authentication.ServicesDB
Read service data from database.
execute(HashMap) - Method in class com.jfw.authentication.UserAddDB
Execute the query.
execute(HashMap) - Method in class com.jfw.authentication.UserDataDB
Execute the query.
execute(HashMap) - Method in class com.jfw.authentication.UserDataUpdateDB
Execute the query.
execute(HashMap) - Method in class com.jfw.authentication.UserGroupAddDB
Execute the query.
execute(HashMap) - Method in class com.jfw.authentication.UserGroupServiceAddDB
Execute the query.
execute(HashMap) - Method in class com.jfw.authentication.UserServiceDB
Execute the query.
execute(HashMap) - Method in class com.jfw.database.oracle.Sequence
Execute the query.
execute(String, ArrayList) - Method in class com.jfw.database.QueryGateway
Execute a sql command different from select.
execute(String) - Method in class com.jfw.database.QueryGateway
Execute a sql command different from select.
execute(HashMap) - Method in interface com.jfw.database.QueryGatewayInterface
Execute the query defined in class static method.
execute(HashMap, boolean) - Method in class com.jfw.database.StoredProcedureGateway
Call method StoredProcedureGateway.exec(boolean).
execute(HashMap) - Method in class com.jfw.database.StoredProcedureGateway
Call method StoredProcedureGateway.execute(java.util.HashMap, boolean).
execute(HashMap) - Method in class com.jfw.examples.SearchDB
 
execute(HashMap) - Method in class com.jfw.examples.Update1
 
execute(HashMap) - Method in class com.jfw.examples.Update2
 
execute(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.status.ExecuteSQLCommand
 
execute(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.status.GetLogLevel
 
execute(HttpServletRequest, HttpServletResponse, HashMap, ServletOutputStream) - Method in class com.jfw.status.LogViewerDispatcher
 
execute(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.status.ProbeMonitor
 
execute(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.status.SetLogLevel
 
execute(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.status.ShowConnectionPools
 
execute(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.status.ShowDBMetadata
 
execute(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.status.ShowDir
 
execute(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.status.ShowFile
 
execute(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.status.ShowLog
 
execute(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.status.ShowScheduler
 
execute(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.status.Update
 
execute(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.status.UpdateList
 
execute(HashMap) - Method in class com.jfw.update.AppVersionDB
Execute the query.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.jfw.web.struts.JFWAction
This is the execute method of a struts Action.
execute() - Method in class com.jfw.web.struts2.JFWAction
This is the execute method of a struts Action.
EXECUTE_NOW_KEY - Static variable in class com.jfw.scheduler.ScheduleTypes
Key used in status properties file.
executeCmd(String) - Method in class com.jfw.update.ShellCmdUpdate
Execute the shell commands found in the shell file.
executeQuery(String, ArrayList) - Method in class com.jfw.database.QueryGateway
Execute a sql command of type select.
executeQuery(String) - Method in class com.jfw.database.QueryGateway
Execute a sql command of type select.
executeSql(String) - Method in class com.jfw.update.DBUpdate
Execute the sql commands found in the sql file.
ExecuteSQLCommand - Class in com.jfw.status
Execute a sql command.
ExecuteSQLCommand() - Constructor for class com.jfw.status.ExecuteSQLCommand
 
ExecuteSQLCommandAction - Class in com.jfw.status.struts
Execute a sql command.
ExecuteSQLCommandAction() - Constructor for class com.jfw.status.struts.ExecuteSQLCommandAction
 
ExecuteSQLCommandAction - Class in com.jfw.status.struts2
Execute a sql command.
ExecuteSQLCommandAction() - Constructor for class com.jfw.status.struts2.ExecuteSQLCommandAction
 
ExecuteUrl - Class in com.jfw.web.util
Used for open an http connection.
ExecuteUrl(String, String, int) - Constructor for class com.jfw.web.util.ExecuteUrl
Connect to a page via post.
ExecuteUrl(String) - Constructor for class com.jfw.web.util.ExecuteUrl
Connect to a page via get.
ExecuteUrl(String, String) - Constructor for class com.jfw.web.util.ExecuteUrl
Connect to a page via get.
ExecuteUrl(String, int, String, HashMap) - Constructor for class com.jfw.web.util.ExecuteUrl
Connect to a page via get using a proxy and request parameters.
ExecuteUrl(String, String, HashMap) - Constructor for class com.jfw.web.util.ExecuteUrl
Connect to a page via get using request parameters.
exist(String) - Method in class com.jfw.probe.ProbeStatus
Check if exist the status of a probe.
exist(String) - Method in class com.jfw.web.util.DataContainer
Check if a key exist in DataContainer.container.
EXIST_UPDATE_KEY - Static variable in class com.jfw.update.UpdateUtils
Key for HashMap with output data.
EXIST_UPDATE_OK - Static variable in class com.jfw.update.UpdateUtils
Value of UpdateUtils.EXIST_UPDATE_KEY.
exists(String) - Static method in class com.jfw.file.FileUtils
Check if a file exist.
existStatusProperties() - Method in class com.jfw.scheduler.ScheduleTypes
Check if the properties file, relative of the execution of a scheduled bean, exist.
existUserInRequest(HttpServletRequest) - Method in class com.jfw.authentication.Authentication
Check if parameters username and password found in HttpServletRequest.
exit() - Method in class com.jfw.database.ConnectionPool
Close all opened connections, permanent and temporary.
exit() - Static method in class com.jfw.database.ConnectionPoolProxy
Execute the ConnectionPool.exit() of all opened connection pools.
extract(String) - Method in class com.jfw.file.UnzipFile
Extract all file form the zip file.
extractFiles(String) - Method in class com.jfw.file.UnzipFile
Extract the only files set in method UnzipFile.addFile(java.lang.String).

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