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

G

GENERIC_FILE - Static variable in class com.jfw.update.GenericFileUpdate
The name of the files update file.
GenericCache - Class in com.jfw.util
Extended by classes used for cache data.
GenericCache() - Constructor for class com.jfw.util.GenericCache
Sub class constructor must call using super() this constructor at first.
GenericFileUpdate - Class in com.jfw.update
Extract files from the file file.
GenericFileUpdate() - Constructor for class com.jfw.update.GenericFileUpdate
 
GenericTag - Class in com.jfw.web.tags
A tag implementation for Parser.
GenericTag() - Constructor for class com.jfw.web.tags.GenericTag
 
get(String) - Method in class com.jfw.database.ConnectionBroker
Return an java.sql.Connection object.
get(String) - Static method in class com.jfw.database.ConnectionPoolProxy
Get a connection pool.
get(String) - Static method in class com.jfw.database.DataSourceProxy
Get a data source.
get() - Method in class com.jfw.database.metadata.Catalogs
Gets the database catalogs.
get() - Method in class com.jfw.database.metadata.Schemas
Gets the database schemas.
get(String, String) - Method in class com.jfw.database.metadata.TablesViews
Get the table or view names from a database schema.
get(String) - Static method in class com.jfw.database.oracle.Sequence
Return the next value of the sequence.
get(String) - Static method in class com.jfw.database.PCMProxy
Get a connection.
get() - Method in class com.jfw.pdf.Html2Pdf
 
get() - Method in class com.jfw.pdf.Jsp2Pdf
 
get() - Method in class com.jfw.pdf.Pdf2Pdf
Get pdf content.
get() - Method in class com.jfw.pdf.PdfCreator
 
get(byte[]) - Method in class com.jfw.util.Encryption
Encrypt or decrypt an array of bytes.
get(String) - Method in class com.jfw.web.util.DataContainer
Get a value from DataContainer.container.
get(HttpServletRequest, String) - Static method in class com.jfw.web.util.DataContainerManager
Manage an object DataContainer.
get(HttpServletRequest) - Static method in class com.jfw.web.util.DataContainerManager
Use method DataContainerManager.get(javax.servlet.http.HttpServletRequest, java.lang.String).
get() - Static method in class com.jfw.web.util.DataContainerManager
Manage the application object DataContainer.
get(HttpServletRequest, boolean) - Static method in class com.jfw.web.util.SessionUtils
Get the session.
get(HttpServletRequest) - Static method in class com.jfw.web.util.SessionUtils
Get the session.
getAdvance() - Method in class com.jfw.scheduler.ScheduleBean
Get value of attribute ScheduleBean.advance.
getAllData() - Method in class com.jfw.database.QueryGateway
Use method {#result2Hash(HashMap,String)}.
getAllData(HashMap) - Method in class com.jfw.database.QueryGateway
Use method {#result2Hash(HashMap,String)}.
getAllData(HashMap, String) - Method in class com.jfw.database.QueryGateway
Use method {#result2Hash(HashMap,String,int,int)}.
getAllData(HashMap, String, int, int) - Method in class com.jfw.database.QueryGateway
Use method ReadDbData.result2Hash(java.sql.ResultSet, java.util.HashMap, java.lang.String, boolean, java.lang.String, int, int).
getAllData(ResultSet, HashMap, boolean) - Method in class com.jfw.database.StoredProcedureGateway
Read the result set returned by the stpred procedure and save the data in a HashMap.
getAllData(ResultSet, HashMap) - Method in class com.jfw.database.StoredProcedureGateway
Call the other method StoredProcedureGateway.getAllData(java.sql.ResultSet, java.util.HashMap, boolean) with default value false for parameter escape
getArrayListFromString(String, String) - Static method in class com.jfw.util.Miscellaneous
Get an ArrayList from a String.
getArrayListFromStringArray(String[]) - Static method in class com.jfw.util.Miscellaneous
Get an ArrayList from an array of Strings.
getAttribute(HttpServletRequest, String) - Static method in class com.jfw.web.util.SessionUtils
Get an attribute from session.
getAttribute(HttpServletRequest, String, Object) - Static method in class com.jfw.web.util.SessionUtils
Get an attribute from session.
getAttribute(HttpSession, String) - Static method in class com.jfw.web.util.SessionUtils
Get an attribute from session.
getAttribute(HttpSession, String, Object) - Static method in class com.jfw.web.util.SessionUtils
Get an attribute from session.
getAttributes(String) - Method in class com.jfw.pdf.TagElement
 
getAutoClose() - Method in class com.jfw.database.QueryGateway
Return the value of attribute QueryGateway.autoClose.
getBlob(int) - Method in class com.jfw.database.QueryGateway
Return the value of a column.
getBlob(String) - Method in class com.jfw.database.QueryGateway
Return the value of a column.
getBLOB(ResultSet, String) - Static method in class com.jfw.database.ReadDbData
Read a column BLOB.
getBLOB(ResultSet, int) - Static method in class com.jfw.database.ReadDbData
Read a column BLOB.
getCallableStatement() - Method in class com.jfw.database.StoredProcedureGateway
Return attribute StoredProcedureGateway.callableStatement.
getCatalogs(HttpServletRequest, HashMap, String) - Static method in class com.jfw.status.DBMetadata
Get the data of the database catalogs.
getCLOB(CLOB) - Static method in class com.jfw.database.ReadDbData
Read a column CLOB.
getCLOB(ResultSet, int) - Static method in class com.jfw.database.ReadDbData
Read a column CLOB.
getCLOB(CallableStatement, int) - Static method in class com.jfw.database.ReadDbData
Read a column CLOB.
getCLOB(ResultSet, String) - Static method in class com.jfw.database.ReadDbData
Read a column CLOB.
getClosed() - Method in class com.jfw.database.QueryGateway
Return the value of attribute QueryGateway.closed.
getCmdFromFile(String, String) - Method in class com.jfw.update.ShellCmdUpdate
Get content of the shell file.
getColumns(String) - Method in class com.jfw.database.metadata.TablesViews
Get the columns names of a table.
getColumns(ResultSet, ArrayList, String) - Static method in class com.jfw.database.ReadDbData
Get the names of the columns and save them in the columnsNames parameter.
getColumns4Parser(ArrayList) - Static method in class com.jfw.database.ReadDbData
Transform an ArrayList with the names of the columns in an ArrayList of HashMaps with the names of the columns.
getConfirmPassword() - Method in class com.jfw.authentication.LoginForm
 
getConnection() - Method in class com.jfw.database.ConnectionPool
Return a free permanent connection.
getConnection() - Method in interface com.jfw.database.PCMConnection
Return a database connection ().
getConnection() - Method in class com.jfw.database.QueryGateway
Return value of attribute QueryGateway.connection.
getConnection() - Method in class com.jfw.database.StoredProcedureGateway
Return attribute StoredProcedureGateway.connection.
getConnection() - Method in class com.jfw.database.Transaction
 
getConnection() - Method in class com.jfw.examples.MyPCM
 
getConnectionPoolNames(HashMap) - Static method in class com.jfw.status.UtilAdministration
Get the connection pools names from jfw.properties.
getCountry() - Method in class com.jfw.util.JFWLocale
Return attribute JFWLocale.country.
getCursor() - Method in class com.jfw.database.QueryGateway
Return the ResultSet object.
getData(Object) - Method in class com.jfw.authentication.ServicesCache
Return attribute ServicesCache.data.
getData(Object) - Method in class com.jfw.examples.MyCache
 
getData() - Method in class com.jfw.file.ReadPipedStream
Read content from piped stream.
getData(InputStream) - Static method in class com.jfw.file.ReadStream
Read all data form an input stream.
getData(Object) - Method in class com.jfw.util.GenericCache
Return cached data.
getDateAndTime() - Static method in class com.jfw.util.DateUtils
Return a string with the current date and time.
getDateString(GregorianCalendar) - Static method in class com.jfw.util.DateUtils
Get a String in format "dd/mm/yyyy".
getDayFromDate(String) - Static method in class com.jfw.util.DateUtils
Get day from a String in format "mm/dd/yyyy".
getDayFromDateUS(String) - Static method in class com.jfw.util.DateUtils
Get day from a String in format "yyyy-mm-dd".
getDefault() - Method in class com.jfw.database.metadata.Catalogs
Return the default catalog name.
getDefault() - Method in class com.jfw.database.metadata.Schemas
Return the default schema name.
getDirElements(String, int) - Static method in class com.jfw.file.FileUtils
Get all elements in path, order by name.
getDirElementsNames(ArrayList) - Static method in class com.jfw.file.FileUtils
Get all elements in path, order by name.
getElements(Document, String) - Static method in class com.jfw.util.XmlUtils
Get all values of tags inside an other tag.
getElementsValues(Document, ArrayList) - Static method in class com.jfw.util.XmlUtils
Get all values of given tags.
getElementText(String, String) - Static method in class com.jfw.util.XmlUtils
Get all text delimited by a tag.
getElementValues(Document, String) - Static method in class com.jfw.util.XmlUtils
Get all values of a tag.
getError() - Method in class com.jfw.util.ExecProgram
Get the error output stream.
getErrors() - Method in class com.jfw.scheduler.Scheduler
Get a clone of attribute Scheduler.errors.
getErrors() - Method in class com.jfw.scheduler.ScheduleThread
Get a clone of attribute ScheduleThread.errors.
getExecutionTime() - Method in class com.jfw.util.Profiler
Get the difference in ms between Profiler.stopTime and Profiler.startTime.
getFile(String) - Method in class com.jfw.file.UnzipFile
Get a file from the zip file.
getFileName() - Method in class com.jfw.scheduler.ScheduleTypes
Return the file name of the properties file.
getFiles() - Method in class com.jfw.update.JFWUpdate
Return the names of the files present in the update directory.
getFileSizeList() - Static method in class com.jfw.update.Check4Update
Get attribute Check4Update.fileSizeList.
getFileToRead() - Method in class com.jfw.file.ReadFile
Get ReadFile.fileToRead attribute.
getFilterConfig() - Method in class com.jfw.web.filter.JFWFilter
Return filter config
getFirstValueOfTag(Document, String) - Static method in class com.jfw.util.XmlUtils
Get the first value of a tag.
getForeignKeys(String) - Method in class com.jfw.database.metadata.TablesViews
Get the primary keys of a table.
getGenericFilePath() - Method in class com.jfw.update.JFWUpdate
Get value of key update_generic_file_path by jfw.properties.
getGregorianCalendar(String) - Static method in class com.jfw.util.DateUtils
Return the java.util.GregorianCalendar of the date specified in parameter dateString.
getGregorianCalendar(String, String) - Static method in class com.jfw.util.DateUtils
Return the java.util.GregorianCalendar of the date specified in parameter dateString.
getGregorianCalendar() - Static method in class com.jfw.util.DateUtils
Return the java.util.GregorianCalendar for time zone CET.
getGroupId() - Method in class com.jfw.authentication.UserData
 
getHostApp(HttpServletRequest) - Static method in class com.jfw.web.util.Misc
Get the request url from the begin until action name.
getHoursFromDateTime(String) - Static method in class com.jfw.util.DateUtils
Get hours from a String in format "date_in various_format mm:hh"
getId() - Method in class com.jfw.authentication.LoginForm
 
getId() - Method in class com.jfw.database.mysql.GetLastSequenceIdDB
Get the last autoincrement value.
getInnerHtml(String) - Method in class com.jfw.pdf.TagBody
 
getInnerHtml(String, String, int, String, int) - Method in class com.jfw.pdf.TagElement
 
getInnerHtml(String) - Method in class com.jfw.pdf.TagElement
 
getInnerHtml(String) - Method in class com.jfw.pdf.TagTable
 
getInnerHtml(String) - Method in class com.jfw.pdf.TagTd
 
getInnerHtml(String) - Method in class com.jfw.pdf.TagTr
 
getInputParam(String, Object) - Method in class com.jfw.database.StoredProcedureGateway
Return the toString() of the object associate with key inputParam from StoredProcedureGateway.inputParams.
getInputParam(String) - Method in class com.jfw.database.StoredProcedureGateway
Call other method StoredProcedureGateway.getInputParam(java.lang.String, java.lang.Object) with default value null for parameter defaultValue
getInputStream(InputStream) - Method in class com.jfw.util.Encryption
Returning an encrypted input stream.
getInstance() - Static method in class com.jfw.authentication.ServicesCache
Return the only instance of that class.
getInstance() - Static method in class com.jfw.database.ConnectionBroker
Return the unique instance.
getInstance() - Static method in class com.jfw.examples.MyCache
 
getInstance() - Static method in class com.jfw.probe.ProbeStatus
Get the unique instance.
getInstance() - Static method in class com.jfw.scheduler.Scheduler
Return attribute Scheduler.instance.
getInstance() - Static method in class com.jfw.status.UpdateObservable
Get the attribute UpdateObservable.updateObservable
getInstance() - Static method in class com.jfw.util.JFWLocale
Return attribute JFWLocale.instance.
getInstance() - Static method in class com.jfw.util.JFWLogger
Get attribute JFWLogger.instance.
getIsDebug() - Method in class com.jfw.util.JFWLogger
Get attribute JFWLogger.IS_DEBUG.
getIsError() - Method in class com.jfw.util.JFWLogger
Get attribute JFWLogger.IS_ERROR.
getIsInfo() - Method in class com.jfw.util.JFWLogger
Get attribute JFWLogger.IS_INFO.
getIsProfile() - Method in class com.jfw.util.JFWLogger
Get attribute JFWLogger.IS_PROFILE.
getIsWarning() - Method in class com.jfw.util.JFWLogger
Get attribute JFWLogger.IS_WARNING.
getKey4Encryption() - Method in class com.jfw.file.ZipFile
Get the encryption key.
getLanguage() - Method in class com.jfw.util.JFWLocale
Return attribute JFWLocale.language.
getLanguage() - Method in class com.jfw.util.PropertiesManager
Get attribute PropertiesManager.language.
GetLastSequenceIdDB - Class in com.jfw.database.mysql
Get the last autoincrement value from a given connection.
GetLastSequenceIdDB(Connection) - Constructor for class com.jfw.database.mysql.GetLastSequenceIdDB
Set attribute GetLastSequenceIdDB.connection.
GetLastSequenceIdDB(QueryGateway) - Constructor for class com.jfw.database.mysql.GetLastSequenceIdDB
Set attribute GetLastSequenceIdDB.queryGateway.
getLocale() - Method in class com.jfw.util.JFWLocale
Return attribute JFWLocale.locale.
getLocale(HttpServletRequest) - Method in class com.jfw.web.struts.JFWAction
Get locale.
getLocale(HttpServletRequest) - Method in class com.jfw.web.struts2.JFWAction
Get locale.
getLocaleLanguage(HttpServletRequest) - Method in class com.jfw.web.struts.JFWAction
Get locale language.
getLocaleLanguage(HttpServletRequest) - Method in class com.jfw.web.struts2.JFWAction
Get locale language.
GetLogLevel - Class in com.jfw.status
Return the level of the log.
GetLogLevel() - Constructor for class com.jfw.status.GetLogLevel
 
GetLogLevelAction - Class in com.jfw.status.struts
Return the level of the log.
GetLogLevelAction() - Constructor for class com.jfw.status.struts.GetLogLevelAction
 
GetLogLevelAction - Class in com.jfw.status.struts2
Return the level of the log.
GetLogLevelAction() - Constructor for class com.jfw.status.struts2.GetLogLevelAction
 
getMinutesFromDateTime(String) - Static method in class com.jfw.util.DateUtils
Get minutes from a String in format "date_in various_format mm:hh"
getModel() - Method in class com.jfw.web.struts2.JFWAction
Used for save the data of an html form in a bean.
getMonth(GregorianCalendar) - Static method in class com.jfw.util.DateUtils
Return the month of year as a String from 1 to 12.
getMonthDay(GregorianCalendar) - Static method in class com.jfw.util.DateUtils
Return the day of month.
getMonthDay(GregorianCalendar, boolean) - Static method in class com.jfw.util.DateUtils
Return the day of month adding a 0 at start if needed.
getMonthFromDate(String) - Static method in class com.jfw.util.DateUtils
Get month from a String in format "mm/dd/yyyy".
getMonthFromDateUS(String) - Static method in class com.jfw.util.DateUtils
Get month from a String in format "yyyy-mm-dd".
getMSecondsFromDateTime(String) - Static method in class com.jfw.util.DateUtils
Get mseconds from a String in format "date_in various_format mm:hh:ss.ms"
getMultiKey(int) - Static method in class com.jfw.database.QueryGateway
Return a multi key place holder.
getNextExecutionDate() - Method in class com.jfw.scheduler.Daily
Get the next day of execution.
getNextExecutionDate() - Method in class com.jfw.scheduler.Monthly
Get the next execution day.
getNextExecutionDate() - Method in class com.jfw.scheduler.Period
Get the next execution day.
getNextExecutionDate() - Method in class com.jfw.scheduler.ScheduleTypes
Return the next execution day.
getNextExecutionDate() - Method in class com.jfw.scheduler.Startup
Get the next execution day.
getNextExecutionDate() - Method in class com.jfw.scheduler.Weekly
Get the next execution day.
getNotEmpty(Object, Object) - Static method in class com.jfw.util.Format
Return a not null object.
getNotNull(Object, Object) - Static method in class com.jfw.util.Format
Return a not null object.
getNotNull(Object) - Static method in class com.jfw.util.Format
Return a not null object.
getNotNullString(Object, String) - Static method in class com.jfw.util.Format
Return a not null object.
getNotNullString(Object) - Static method in class com.jfw.util.Format
Return a not null object.
getNotNullStringUC(Object, String) - Static method in class com.jfw.util.Format
Return a not null object.
getNotNullStringUC(Object) - Static method in class com.jfw.util.Format
Return a not null object.
getObjects(HttpServletRequest, HashMap, String, String, String) - Static method in class com.jfw.status.DBMetadata
Get the objects of a particular type.
getObservers() - Method in class com.jfw.status.UpdateObservable
Get a clone of the attribute UpdateObservable.observers.
getOldPassword() - Method in class com.jfw.authentication.LoginForm
 
getOutput() - Method in class com.jfw.util.ExecProgram
Get the standard output stream.
getOutputStream(OutputStream) - Method in class com.jfw.util.Encryption
Returning an encrypted output stream.
getOutputStream() - Method in class com.jfw.web.filter.CompressionServletResponseWrapper
Return the servlet output stream associated with this Response.
getParent() - Method in class com.jfw.web.tags.GenericTag
 
getPassword() - Method in class com.jfw.authentication.LoginForm
 
getPassword() - Method in class com.jfw.authentication.UserData
 
getPasswordFromRequest(HttpServletRequest) - Static method in class com.jfw.authentication.Authentication
Return the value of request parameter password.
getPdfFieldNames(String) - Method in class com.jfw.pdf.Pdf2Pdf
Get pdf field names.
getPdfFields() - Method in class com.jfw.pdf.Pdf2Pdf
Return the fields found in pdf template.
getPoolName(HttpServletRequest) - Static method in class com.jfw.status.UtilAdministration
Get the pool name request from the browser to be show.
getPools(HttpServletRequest, HashMap) - Static method in class com.jfw.status.DBMetadata
Get the data of the connection pools.
getPrimaryKeys(String) - Method in class com.jfw.database.metadata.TablesViews
Get the primary keys of a table.
getProbeList() - Method in class com.jfw.probe.ProbeStatus
Get a Set object with keys of ProbeStatus.status.
getProcess() - Method in class com.jfw.util.ExecProgram
Get attribute ExecProgram.currentProcess.
getProperties() - Method in class com.jfw.util.PropertiesManager
Get the Propeties object.
getProperties(String, String) - Static method in class com.jfw.util.PropertiesProxy
Get a PropertiesManager object.
getProperties(String) - Static method in class com.jfw.util.PropertiesProxy
Call method PropertiesProxy.getProperties(String, String).
getProperties() - Static method in class com.jfw.util.PropertiesProxy
Call method PropertiesProxy.getProperties(String, String).
getPropertiesName() - Method in class com.jfw.util.PropertiesManager
Get attribute PropertiesManager.propertiesName.
getRootElements() - Static method in class com.jfw.file.FileUtils
Get root directories, order by name.
getScheduleBean() - Method in class com.jfw.scheduler.ScheduleThread
Get attribute ScheduleThread.scheduleBean.
getScheduleList() - Method in class com.jfw.scheduler.Scheduler
Get a Set object with keys of Scheduler.scheduleList.
getScheduleObjectsPath() - Method in class com.jfw.scheduler.ScheduleTypes
Get the path where the scheduling execution can be saved.
getScheduleThread(String) - Method in class com.jfw.scheduler.Scheduler
Get the thread who execute a scheduled bean.
getScheduleThreadAttributes(String) - Method in class com.jfw.scheduler.Scheduler
Get all parameters of a scheduled bean.
getSchemas(HttpServletRequest, HashMap, String) - Static method in class com.jfw.status.DBMetadata
Get the data of the database schemas.
getSecondsFromDateTime(String) - Static method in class com.jfw.util.DateUtils
Get seconds from a String in format "date_in various_format mm:hh:ss"
getSequentialTags(String) - Method in class com.jfw.pdf.TagBody
 
getSequentialTags(String, String, int, String, int) - Method in class com.jfw.pdf.TagElement
 
getSequentialTags(String) - Method in class com.jfw.pdf.TagElement
 
getSequentialTags(String) - Method in class com.jfw.pdf.TagTable
 
getSequentialTags(String) - Method in class com.jfw.pdf.TagTd
 
getSequentialTags(String) - Method in class com.jfw.pdf.TagTr
 
getService(HttpServletRequest) - Static method in class com.jfw.web.util.Misc
Get the service name.
getServletRequest() - Method in class com.jfw.web.struts2.JFWAction
Get attribute JFWAction.request.
getServletResponse() - Method in class com.jfw.web.struts2.JFWAction
Get attribute JFWAction.response.
getSqlFromFile(String, String) - Method in class com.jfw.update.DBUpdate
Get content of the sql file.
getStartTime() - Method in class com.jfw.util.Profiler
Get attribute Profiler.startTime.
getStatus(String) - Method in class com.jfw.probe.ProbeStatus
Get the status of a probe.
getStopTime() - Method in class com.jfw.util.Profiler
Get attribute Profiler.stopTime.
getStoredProcedure() - Method in class com.jfw.database.StoredProcedureGateway
Return attribute StoredProcedureGateway.storedProcedure.
getString(int) - Method in class com.jfw.database.QueryGateway
Return the value of a column.
getString(String) - Method in class com.jfw.database.QueryGateway
Return the value of a column.
getStringArrayFromArrayList(ArrayList) - Static method in class com.jfw.util.Miscellaneous
Get an array of Strings from an ArrayList.
getTimeExtension() - Static method in class com.jfw.util.DateUtils
Get a string with format .YYYY-MM-DD.HH-MM-SS.
getTimeExtension(long) - Static method in class com.jfw.util.DateUtils
Get a string with format .YYYY-MM-DD.HH-MM-SS.
getTimeExtension() - Static method in class com.jfw.util.Miscellaneous
Deprecated. moved in DateUtils
getTimeExtension(long) - Static method in class com.jfw.util.Miscellaneous
Deprecated. moved in DateUtils
getType() - Method in class com.jfw.database.metadata.Catalogs
Return always null.
getType() - Method in class com.jfw.database.metadata.MetaData
Return the type of the object to get.
getType() - Method in class com.jfw.database.metadata.Schemas
Return always null.
getType() - Method in class com.jfw.database.metadata.Tables
Return the type of the object to get: tables.
getType() - Method in class com.jfw.database.metadata.Views
Return the type of the object to get: views.
getType() - Method in class com.jfw.util.Encryption
The mode (encryption or decryption) set in constructor.
getUniqueName() - Static method in class com.jfw.file.FileUtils
Get a randomly unique name.
getUpdateSrcPath() - Method in class com.jfw.update.JFWUpdate
Get value of key update_src_path by jfw.properties.
getUpdateString() - Static method in class com.jfw.update.Check4Update
Get attribute Check4Update.updateString.
getUpdateUrlList() - Static method in class com.jfw.update.Check4Update
Get attribute Check4Update.updateUrlList.
getUpdateWebTargetPath() - Method in class com.jfw.update.JFWUpdate
Get value of key update_web_target_path by jfw.properties.
getUser(HttpServletRequest) - Method in class com.jfw.web.struts.JFWAction
Get UserData from session.
getUser(HttpServletRequest) - Method in class com.jfw.web.struts2.JFWAction
Get UserData from session.
getUserDataFromCookie(HttpServletRequest) - Static method in class com.jfw.authentication.Authentication
Get user credentials from the authentication cookie.
getUserDataFromDB(String, String, String, HashMap) - Static method in class com.jfw.authentication.Authentication
Get user data from database.
getUserDataFromDB(String, String, String) - Static method in class com.jfw.authentication.Authentication
Call method Authentication.getUserDataFromDB(String,String,String,HashMap), the value of parameter outputdata is null.
getUserDesc() - Method in class com.jfw.authentication.UserData
 
getUserId() - Method in class com.jfw.authentication.UserData
 
getUsername() - Method in class com.jfw.authentication.LoginForm
 
getUsername() - Method in class com.jfw.authentication.UserData
 
getUsernameFromRequest(HttpServletRequest) - Static method in class com.jfw.authentication.Authentication
Return the value of request parameter username.
getUserProfile() - Method in class com.jfw.authentication.UserData
 
getValue(HttpServletRequest, String, Object) - Static method in class com.jfw.web.util.RequestUtils
Get the value of parameter.
getVectorFromString(String, String) - Static method in class com.jfw.util.Miscellaneous
Get a Vector from a String.
getVectorFromStringArray(String[]) - Static method in class com.jfw.util.Miscellaneous
Get a Vector from an array of Strings.
getVersion(HashMap) - Static method in class com.jfw.update.UpdateUtils
Get the current version of the application.
getVersion() - Static method in class com.jfw.update.UpdateUtils
Get the current version of the application.
getVersionList() - Static method in class com.jfw.update.Check4Update
Get attribute Check4Update.versionList.
getWebappPath() - Method in class com.jfw.update.JFWUpdate
Get value of key update_web_app by jfw.properties.
getWebWorkPath() - Method in class com.jfw.update.JFWUpdate
Get value of key update_web_work by jfw.properties.
getWeekDay(GregorianCalendar) - Static method in class com.jfw.util.DateUtils
Return the day of week.
getWriter() - Method in class com.jfw.web.filter.CompressionServletResponseWrapper
Return the writer associated with this Response.
getXMLDocument(String, File) - Static method in class com.jfw.util.XmlUtils
Get a Document object.
getXMLDocument(String, String, File) - Static method in class com.jfw.util.XmlUtils
Get a Document object.
getYear(GregorianCalendar) - Static method in class com.jfw.util.DateUtils
Return the year.
getYearFromDate(String) - Static method in class com.jfw.util.DateUtils
Get year from a String in format "mm/dd/yyyy".
getYearFromDateUS(String) - Static method in class com.jfw.util.DateUtils
Get year from a String in format "yyyy-mm-dd".
GROUP_BY_ROWS - Static variable in class com.jfw.database.ReadDbData
Key paired with container of data readed from db.
GROUP_BY_ROWS_COUNT - Static variable in class com.jfw.database.ReadDbData
Key paired with number of rows from db.
GROUP_SUFFIX - Static variable in class com.jfw.database.ReadDbData
Suffix for readed rows key.
GroupServiceDB - Class in com.jfw.authentication
Check if a service can be executed by a user-group.
GroupServiceDB() - Constructor for class com.jfw.authentication.GroupServiceDB
 
GZIP - Static variable in class com.jfw.util.Base64
Specify that data should be gzip-compressed.
gzipstream - Variable in class com.jfw.web.filter.CompressionResponseStream
The underlying gzip output stream to which we should write data.

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