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

U

unzip1() - Method in class com.jfw.examples.ZipAndUnzip
 
unzip2() - Method in class com.jfw.examples.ZipAndUnzip
 
unzip3() - Method in class com.jfw.examples.ZipAndUnzip
 
UnzipFile - Class in com.jfw.file
Unzip a file.
UnzipFile(String) - Constructor for class com.jfw.file.UnzipFile
Create an instance.
UnzipFile(String, String) - Constructor for class com.jfw.file.UnzipFile
Create an instance.
update(Observable, Object) - Method in class com.jfw.database.ConnectionBroker
Call method ConnectionBroker.initialize().
update(Observable, Object) - Method in class com.jfw.database.ConnectionPool
Called by UpdateObservable.
update(Observable, Object) - Method in class com.jfw.status.LogViewerObserver
Is called by the observable instance.
Update - Class in com.jfw.status
Execute the update and show the result.
Update() - Constructor for class com.jfw.status.Update
 
update() - Method in class com.jfw.status.UpdateObservable
Notify the observers to be update.
update() - Method in class com.jfw.update.Starter
Start the update process.
update() - Method in class com.jfw.util.GenericCache
Call method GenericCache.initialize().
update(Observable, Object) - Method in class com.jfw.util.GenericCache
Called by the Observable object.
update(Observable, Object) - Method in class com.jfw.util.JFWLogger
Observer of class UpdateObservable.
update(Observable, Object) - Method in class com.jfw.util.PropertiesManager
Called by UpdateObservable.update().
update(Observable, Object) - Method in class com.jfw.web.struts.JFWAction
Call methods JFWAction.initialize() and JFWAction.myInit().
Update1 - Class in com.jfw.examples
 
Update1(Transaction) - Constructor for class com.jfw.examples.Update1
 
Update2 - Class in com.jfw.examples
 
Update2(Transaction) - Constructor for class com.jfw.examples.Update2
 
UPDATE_ALL - Static variable in class com.jfw.update.Starter
Indicates that all possible type of updates must be execute.
UPDATE_URL_KEY - Static variable in class com.jfw.update.UpdateUtils
Key for HashMap with output data.
UPDATE_VERSION_KEY - Static variable in class com.jfw.update.UpdateUtils
Key for HashMap with output data.
UpdateAction - Class in com.jfw.status.struts
Execute the update and show the result.
UpdateAction() - Constructor for class com.jfw.status.struts.UpdateAction
 
UpdateAction - Class in com.jfw.status.struts2
Execute the update and show the result.
UpdateAction() - Constructor for class com.jfw.status.struts2.UpdateAction
 
updateContainer() - Method in class com.jfw.update.Starter
Start the update process for the main container of update files.
updateDB() - Method in class com.jfw.update.Starter
Start the update process of the database.
updateGenericFile() - Method in class com.jfw.update.Starter
Start the update process of generic files.
UpdateList - Class in com.jfw.status
Show the list of the classes that can be updated.
UpdateList() - Constructor for class com.jfw.status.UpdateList
 
UpdateListAction - Class in com.jfw.status.struts
Show the list of the classes that can be updated.
UpdateListAction() - Constructor for class com.jfw.status.struts.UpdateListAction
 
UpdateListAction - Class in com.jfw.status.struts2
Show the list of the classes that can be updated.
UpdateListAction() - Constructor for class com.jfw.status.struts2.UpdateListAction
 
UpdateObservable - Class in com.jfw.status
All the classes need to be updated must observer this class.
updateObservable - Variable in class com.jfw.util.GenericCache
The observable object.
updateProperties(long) - Method in class com.jfw.scheduler.ScheduleTypes
Update attribute ScheduleTypes.statusProperties with the status of execution.
updateShellCmd() - Method in class com.jfw.update.Starter
Start the update process of the shell.
UpdateUtils - Class in com.jfw.update
Offer utility methods for the update process.
UpdateUtils() - Constructor for class com.jfw.update.UpdateUtils
 
updateWEB() - Method in class com.jfw.update.Starter
Start the update process of web files.
URL_SAFE - Static variable in class com.jfw.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
useCase1() - Method in class com.jfw.examples.UseTheParser
 
useCase2() - Method in class com.jfw.examples.UseTheParser
 
useCase3() - Method in class com.jfw.examples.UseTheParser
 
useCase4() - Method in class com.jfw.examples.UseTheParser
 
USER_DATA_IN_REQUEST_KEY - Static variable in class com.jfw.authentication.Authentication
The request attribute key associated with UserData object.
USER_DATA_IN_REQUEST_KEY - Static variable in interface com.jfw.web.JFWCommonAction
The key to use for UserData when is set as an attribute in request.
USER_DATA_IN_SESSION_KEY - Static variable in class com.jfw.authentication.Authentication
The session attribute key associated with UserData object.
USER_DATA_KEY - Static variable in class com.jfw.authentication.UserDataDB
Key in outputdata.
USER_ID_KEY - Static variable in class com.jfw.authentication.GroupServiceDB
Parameter key for user id.
USER_ID_KEY - Static variable in class com.jfw.authentication.UserServiceDB
Parameter key for user id.
USER_PROFILE_IN_REQUEST_KEY - Static variable in class com.jfw.authentication.Authentication
The request attribute key associated with UserProfile object.
USER_PROFILE_IN_REQUEST_KEY - Static variable in interface com.jfw.web.JFWCommonAction
The key to use for UserProfile when is set as an attribute in request.
USER_PROFILE_IN_SESSION_KEY - Static variable in class com.jfw.authentication.Authentication
The session attribute key associated with UserProfile object.
UserAddDB - Class in com.jfw.authentication
Add a user in table USERS.
UserAddDB() - Constructor for class com.jfw.authentication.UserAddDB
Create an instance.
UserAddDB(Transaction) - Constructor for class com.jfw.authentication.UserAddDB
Create an instance.
UserData - Class in com.jfw.authentication
Contains user data info.
UserData() - Constructor for class com.jfw.authentication.UserData
 
UserDataDB - Class in com.jfw.authentication
Get the login data of a user from table USERS.
UserDataDB() - Constructor for class com.jfw.authentication.UserDataDB
 
UserDataUpdateDB - Class in com.jfw.authentication
Update the login data of a user in table USERS.
UserDataUpdateDB() - Constructor for class com.jfw.authentication.UserDataUpdateDB
 
UserGroupAddDB - Class in com.jfw.authentication
Add a user-group in table USER_GROUP.
UserGroupAddDB() - Constructor for class com.jfw.authentication.UserGroupAddDB
Create an instance.
UserGroupAddDB(Transaction) - Constructor for class com.jfw.authentication.UserGroupAddDB
Create an instance.
UserGroupServiceAddDB - Class in com.jfw.authentication
Add the services of a user-group in table USER_SERVICE.
UserGroupServiceAddDB() - Constructor for class com.jfw.authentication.UserGroupServiceAddDB
Create an instance.
UserGroupServiceAddDB(Transaction) - Constructor for class com.jfw.authentication.UserGroupServiceAddDB
Create an instance.
USERNAME_IN_REQUEST_KEY - Static variable in class com.jfw.authentication.Authentication
The request parameter name of username field.
UserProfile - Interface in com.jfw.authentication
The project class that contain the user profile data must implement this interface.
UserServiceDB - Class in com.jfw.authentication
Check if a service can be executed by a user.
UserServiceDB() - Constructor for class com.jfw.authentication.UserServiceDB
 
UseTheParser - Class in com.jfw.examples
 
UseTheParser() - Constructor for class com.jfw.examples.UseTheParser
 
UtilAdministration - Class in com.jfw.status
Various utils methods.
UtilAdministration() - Constructor for class com.jfw.status.UtilAdministration
 

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