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

C

Catalogs - Class in com.jfw.database.metadata
Get the database catalogs.
Catalogs() - Constructor for class com.jfw.database.metadata.Catalogs
Use the default db resource from the jfw.properties.
Catalogs(String) - Constructor for class com.jfw.database.metadata.Catalogs
Use the parameter resourceName as db resource.
changeEncode(String, String) - Static method in class com.jfw.util.XmlUtils
Change the encode declared in xml tag with the encode declared in parameter newEncode.
CharsetFilter - Class in com.jfw.web.filter
Set the character encoding of request.
CharsetFilter() - Constructor for class com.jfw.web.filter.CharsetFilter
 
check(HashMap, ArrayList, ArrayList, ArrayList) - Static method in class com.jfw.update.UpdateUtils
Check if exist a newer version.
Check4Update - Class in com.jfw.update
This schedule bean is used for read the update url.
Check4Update() - Constructor for class com.jfw.update.Check4Update
Create a new instance.
Check4Update(String) - Constructor for class com.jfw.update.Check4Update
Create a new instance.
checkUserServicePermission(String, UserData) - Static method in class com.jfw.authentication.Authorization
Check in database if user can execute a service.
className - Variable in class com.jfw.database.metadata.MetaData
Used for logging.
className - Variable in class com.jfw.database.StoredProcedureGateway
Used for logging.
className - Variable in class com.jfw.examples.SearchDB
 
className - Variable in class com.jfw.examples.Update1
 
className - Variable in class com.jfw.examples.Update2
 
className - Variable in class com.jfw.pdf.TagElement
 
className - Variable in class com.jfw.scheduler.ScheduleBean
Used for logging.
className - Variable in class com.jfw.scheduler.ScheduleTypes
Used for logging.
className - Variable in class com.jfw.web.filter.CompressionResponseStream
 
className - Variable in class com.jfw.web.filter.CompressionServletResponseWrapper
 
className - Variable in class com.jfw.web.filter.JFWFilter
Used for logging.
className - Variable in class com.jfw.web.struts.JFWAction
Used for logging.
className - Variable in class com.jfw.web.struts2.JFWAction
Used for logging.
CleanOldFiles - Class in com.jfw.scheduler.util
Clean the old files.
CleanOldFiles() - Constructor for class com.jfw.scheduler.util.CleanOldFiles
 
cleanWebWork(String) - Method in class com.jfw.update.JFWUpdate
Delete the work directory of the application server.
close() - Method in class com.jfw.database.QueryGateway
Release connection (if QueryGateway.isTransaction is false and QueryGateway.resourceName not null) and close result set and prepared statement.
close(int) - Method in class com.jfw.database.QueryGateway
Release or close a specific type of resource.
close() - Method in class com.jfw.database.StoredProcedureGateway
Close the result set, the callable statement.
close(boolean) - Method in class com.jfw.database.StoredProcedureGateway
Call method StoredProcedureGateway.commit() or StoredProcedureGateway.rollback() and method StoredProcedureGateway.close().
close(boolean) - Method in class com.jfw.database.Transaction
Release the connection and commit or rollback the sql commands executed.
close() - Method in class com.jfw.file.SaveFile
Close streams used for saving the file.
close() - Method in class com.jfw.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class com.jfw.util.ExecProgram
Call methods ExecProgram.closeStreams() and ExecProgram.stopProcess()
close() - Method in class com.jfw.web.filter.CompressionResponseStream
Close this output stream, causing any buffered data to be flushed and any further output data to throw an IOException.
close() - Method in class com.jfw.web.util.ExecuteUrl
Close opened stream and the connection.
closed - Variable in class com.jfw.web.filter.CompressionResponseStream
Has this stream been closed?
closed() - Method in class com.jfw.web.filter.CompressionResponseStream
Has this response stream been closed?
closeStreams() - Method in class com.jfw.util.ExecProgram
Close the streams.
COLUMN_NAME_KEY - Static variable in class com.jfw.database.ReadDbData
Key paired with the name of a column.
COLUMNS_NAMES_KEY - Static variable in class com.jfw.database.ReadDbData
Key paired with columns names.
com.jfw.authentication - package com.jfw.authentication
Manage user authentication, authorization and profiling.
com.jfw.database - package com.jfw.database
Interact with a database.
com.jfw.database.metadata - package com.jfw.database.metadata
Get database meta data.
com.jfw.database.mysql - package com.jfw.database.mysql
Database utilities for MySql.
com.jfw.database.oracle - package com.jfw.database.oracle
Database utilities for Oracle.
com.jfw.examples - package com.jfw.examples
Examples of use of JFW classes.
com.jfw.file - package com.jfw.file
Utils for manage files.
com.jfw.mail - package com.jfw.mail
Send mails.
com.jfw.pdf - package com.jfw.pdf
Create a pdf file - For the moment only class Pdf2Pdf can be used.
com.jfw.probe - package com.jfw.probe
Manage probes.
com.jfw.scheduler - package com.jfw.scheduler
Manage the scheduler.
com.jfw.scheduler.util - package com.jfw.scheduler.util
Schedule beans implementations.
com.jfw.status - package com.jfw.status
JFW administration console classes.
com.jfw.status.struts - package com.jfw.status.struts
JFW administration console actions for Struts 1.x.
com.jfw.status.struts2 - package com.jfw.status.struts2
JFW administration console actions for Struts 2.x.
com.jfw.update - package com.jfw.update
Update module.
com.jfw.util - package com.jfw.util
Various utilities.
com.jfw.web - package com.jfw.web
 
com.jfw.web.filter - package com.jfw.web.filter
Web application filters.
com.jfw.web.struts - package com.jfw.web.struts
The classes in this package act as gateway for Struts 1.x classes.
com.jfw.web.struts2 - package com.jfw.web.struts2
The classes in this package act as gateway for Struts 2.x classes.
com.jfw.web.tags - package com.jfw.web.tags
Jsp tag container.
com.jfw.web.util - package com.jfw.web.util
Various utils usable by a web application.
commit() - Method in class com.jfw.database.QueryGateway
Commit the sql commands executed.
commit(boolean) - Method in class com.jfw.database.QueryGateway
Commit or rollback the sql commands executed.
commit() - Method in class com.jfw.database.StoredProcedureGateway
Commit the stored procedure execution.
commonSleep() - Method in class com.jfw.scheduler.ScheduleTypes
Implement the logic of common sleep before the schedule bean is execute.
CompressionFilter - Class in com.jfw.web.filter
Implementation of javax.servlet.Filter used to compress the ServletResponse if it is bigger than a threshold.
CompressionFilter() - Constructor for class com.jfw.web.filter.CompressionFilter
 
CompressionResponseStream - Class in com.jfw.web.filter
Implementation of ServletOutputStream that works with the CompressionServletResponseWrapper implementation.
CompressionResponseStream(HttpServletResponse) - Constructor for class com.jfw.web.filter.CompressionResponseStream
Construct a servlet output stream associated with the specified Response.
CompressionServletResponseWrapper - Class in com.jfw.web.filter
Implementation of HttpServletResponseWrapper that works with the CompressionServletResponseStream implementation.
CompressionServletResponseWrapper(HttpServletResponse) - Constructor for class com.jfw.web.filter.CompressionServletResponseWrapper
Calls the parent constructor which creates a ServletResponse adaptor wrapping the given response object.
compressionThreshold - Variable in class com.jfw.web.filter.CompressionFilter
The threshold number to compress
compressionThreshold - Variable in class com.jfw.web.filter.CompressionResponseStream
The threshold number which decides to compress or not.
config - Variable in class com.jfw.web.filter.JFWFilter
A FilterConfig object.
CONNECTION - Static variable in class com.jfw.database.QueryGateway
Used by the method QueryGateway.close().
ConnectionBroker - Class in com.jfw.database
Distribute database connections.
ConnectionPool - Class in com.jfw.database
Manage a connection pool.
ConnectionPoolProxy - Class in com.jfw.database
Distribute connection pools.
ConnectionPoolProxy() - Constructor for class com.jfw.database.ConnectionPoolProxy
 
Constants - Class in com.jfw.pdf
Constants.
Constants() - Constructor for class com.jfw.pdf.Constants
 
CONTAINER_FILE - Static variable in class com.jfw.update.ContainerUpdate
The name of the main update file.
ContainerUpdate - Class in com.jfw.update
Extract files from the update file.
ContainerUpdate() - Constructor for class com.jfw.update.ContainerUpdate
 
contentType - Variable in class com.jfw.web.filter.CompressionServletResponseWrapper
Content type
COOKIE_AGE_BROWSER - Static variable in class com.jfw.authentication.AuthenticationCookie
Cookie is available until the closure of the browser.
COOKIE_AGE_BROWSER - Static variable in class com.jfw.web.util.LocaleCookie
Cookie exist until browser is closed.
COOKIE_DELETE - Static variable in class com.jfw.authentication.AuthenticationCookie
Delete cookie now.
COOKIE_DELETE - Static variable in class com.jfw.web.util.LocaleCookie
Cookie is deleted.
COOKIE_NAME - Static variable in class com.jfw.authentication.AuthenticationCookie
Default authentication cookie name.
COOKIE_NAME - Static variable in class com.jfw.web.util.LocaleCookie
Default locale cookie name.
COOKIE_SEPARATOR - Static variable in class com.jfw.authentication.AuthenticationCookie
Separator char for cookie values.
COOKIE_SEPARATOR - Static variable in class com.jfw.web.util.LocaleCookie
Separator char for cookie values.
copyFile(String, String, String, String, boolean) - Static method in class com.jfw.file.FileUtils
Copy a file from one directory to an other.
create() - Method in class com.jfw.file.ZipFile
Create the zip file.
create() - Method in class com.jfw.pdf.Html2Pdf
 
create() - Method in class com.jfw.pdf.Jsp2Pdf
 
create() - Method in class com.jfw.pdf.Pdf2Pdf
Create the pdf.
create() - Method in class com.jfw.pdf.PdfCreator
 
create(HttpServletRequest) - Static method in class com.jfw.web.util.SessionUtils
Create a session.
createOutputStream() - Method in class com.jfw.web.filter.CompressionServletResponseWrapper
Create and return a ServletOutputStream to write the content associated with this Response.
createPath(String) - Static method in class com.jfw.file.FileUtils
Create a path.

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