Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G I J L M N O P Q R S T U V W X Y

A

AccessLogValve - class org.apache.catalina.valves.AccessLogValve.
Implementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern.
AccessLogValve() - Constructor for class org.apache.catalina.valves.AccessLogValve
Construct a new instance of this class with default property values.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.AccessLogValve
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Adds a Lifecycle listener.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.SemaphoreValve
Add a lifecycle event listener to this component.
allow - Variable in class org.apache.catalina.valves.RequestFilterValve
The comma-delimited set of allow expressions.
allows - Variable in class org.apache.catalina.valves.RequestFilterValve
The set of allow regular expressions we will evaluate.

B

backgroundProcess() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.valves.ValveBase
Execute a periodic task, such as reloading, etc.
bytesField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
 

C

COMBINED_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMBINED_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMMON_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMMON_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
Constants - class org.apache.catalina.valves.Constants.
Manifest constants for the org.apache.catalina.valves package.
Constants() - Constructor for class org.apache.catalina.valves.Constants
 
Constants.AccessLog - class org.apache.catalina.valves.Constants.AccessLog.
 
Constants.AccessLog() - Constructor for class org.apache.catalina.valves.Constants.AccessLog
 
calculateTimeZoneOffset(long) - Method in class org.apache.catalina.valves.AccessLogValve
 
calculateTimeZoneOffset(long) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
 
checkExists - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
Do we check for log file existence? Helpful if an external agent renames the log file so we can automagically recreate it.
close() - Method in class org.apache.catalina.valves.AccessLogValve
Close the currently open log file (if any)
close() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Close the currently open log file (if any)
close() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Close the currently open log file (if any)
close() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Close the specified database connection.
combined - Variable in class org.apache.catalina.valves.AccessLogValve
For the combined format (common, plus useragent and referer), we do the same
combined - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
For the combined format (common, plus useragent and referer), we do the same
common - Variable in class org.apache.catalina.valves.AccessLogValve
If the current log pattern is the same as the common access log format pattern, then we'll set this variable to true and log in a more optimal and hard-coded way.
common - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
If the current log pattern is the same as the common access log format pattern, then we'll set this variable to true and log in a more optimal and hard-coded way.
concurrency - Variable in class org.apache.catalina.valves.SemaphoreValve
Concurrency level of the semaphore.
condition - Variable in class org.apache.catalina.valves.AccessLogValve
Are we doing conditional logging.
condition - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
Are we doing conditional logging.
condition - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
Are we doing conditional logging.
conn - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
 
connectionName - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
The connection username to use when trying to connect to the database.
connectionPassword - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
The connection URL to use when trying to connect to the database.
connectionURL - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
 
container - Variable in class org.apache.catalina.valves.ValveBase
The Container whose pipeline this Valve is a component of.
containerLog - Variable in class org.apache.catalina.valves.ValveBase
Container log
controller - Variable in class org.apache.catalina.valves.ValveBase
 
createObjectName(String, ObjectName) - Method in class org.apache.catalina.valves.ValveBase
 
currentDate - Variable in class org.apache.catalina.valves.AccessLogValve
The system time when we last updated the Date that this valve uses for log lines.
currentDate - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The system time when we last updated the Date that this valve uses for log lines.
currentDate - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
The instant where the date string was last updated.
currentDateString - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
The system time when we last updated the Date that this valve uses for log lines.
currentLogFile - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The current log file we are writing to.
currentTimeMillis - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
 

D

DATA_APP_SPECIFIC - Static variable in class org.apache.catalina.valves.FieldInfo
 
DATA_CLIENT - Static variable in class org.apache.catalina.valves.FieldInfo
 
DATA_CLIENT_TO_SERVER - Static variable in class org.apache.catalina.valves.FieldInfo
 
DATA_REMOTE - Static variable in class org.apache.catalina.valves.FieldInfo
 
DATA_RSERVER_TO_SERVER - Static variable in class org.apache.catalina.valves.FieldInfo
 
DATA_SERVER - Static variable in class org.apache.catalina.valves.FieldInfo
 
DATA_SERVER_TO_CLIENT - Static variable in class org.apache.catalina.valves.FieldInfo
 
DATA_SERVER_TO_RSERVER - Static variable in class org.apache.catalina.valves.FieldInfo
 
DATA_SPECIAL - Static variable in class org.apache.catalina.valves.FieldInfo
 
dateFormatter - Variable in class org.apache.catalina.valves.AccessLogValve
A date formatter to format a Date into a date in the format "yyyy-MM-dd".
dateFormatter - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
A date formatter to format a Date into a date in the format "yyyy-MM-dd".
dateFormatter - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
A date formatter to format a Date into a date in the format "yyyy-MM-dd".
dateStamp - Variable in class org.apache.catalina.valves.AccessLogValve
The as-of date for the currently open log file, or a zero-length string if there is no open log file.
dateStamp - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The as-of date for the currently open log file, or a zero-length string if there is no open log file.
dateStamp - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
The as-of date for the currently open log file, or a zero-length string if there is no open log file.
dayFormatter - Variable in class org.apache.catalina.valves.AccessLogValve
A date formatter to format Dates into a day string in the format "dd".
dayFormatter - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
A date formatter to format Dates into a day string in the format "dd".
decode(String, int, FieldInfo, short) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Decode the cs or sc fields.
decodeAppSpecific(String, int, FieldInfo) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Decode app specific log entry.
decodePattern(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Decode the given pattern.
denies - Variable in class org.apache.catalina.valves.RequestFilterValve
The set of deny regular expressions we will evaluate.
deny - Variable in class org.apache.catalina.valves.RequestFilterValve
The comma-delimited set of deny expressions.
directory - Variable in class org.apache.catalina.valves.AccessLogValve
The directory in which log files are created.
directory - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The directory in which log files are created.
directory - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
The directory in which log files are created.
domain - Variable in class org.apache.catalina.valves.ValveBase
 
driver - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Instance of the JDBC Driver class we use as a connection factory.
driverName - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
 

E

ErrorReportValve - class org.apache.catalina.valves.ErrorReportValve.
Implementation of a Valve that outputs HTML error pages.
ErrorReportValve() - Constructor for class org.apache.catalina.valves.ErrorReportValve
 
ExtendedAccessLogValve - class org.apache.catalina.valves.ExtendedAccessLogValve.
An implementation of the W3c Extended Log File Format.
ExtendedAccessLogValve() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve
Construct a new instance of this class with default property values.

F

FIELD_COMMENT - Static variable in class org.apache.catalina.valves.FieldInfo
 
FIELD_DNS - Static variable in class org.apache.catalina.valves.FieldInfo
 
FIELD_HEADER - Static variable in class org.apache.catalina.valves.FieldInfo
 
FIELD_IP - Static variable in class org.apache.catalina.valves.FieldInfo
 
FIELD_METHOD - Static variable in class org.apache.catalina.valves.FieldInfo
 
FIELD_STATUS - Static variable in class org.apache.catalina.valves.FieldInfo
 
FIELD_URI - Static variable in class org.apache.catalina.valves.FieldInfo
 
FIELD_URI_QUERY - Static variable in class org.apache.catalina.valves.FieldInfo
 
FIELD_URI_STEM - Static variable in class org.apache.catalina.valves.FieldInfo
 
FastCommonAccessLogValve - class org.apache.catalina.valves.FastCommonAccessLogValve.
Implementation of the Valve interface that generates a web server access log with the detailed line contents matching either the common or combined patterns.
FastCommonAccessLogValve() - Constructor for class org.apache.catalina.valves.FastCommonAccessLogValve
Construct a new instance of this class with default property values.
FieldInfo - class org.apache.catalina.valves.FieldInfo.
A simple helper for decoding the pattern.
FieldInfo() - Constructor for class org.apache.catalina.valves.FieldInfo
 
fairness - Variable in class org.apache.catalina.valves.SemaphoreValve
Fairness of the semaphore.
fieldInfos - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
Holder for all of the fields to log after the pattern is decoded.
fileDateFormat - Variable in class org.apache.catalina.valves.AccessLogValve
Date format to place in log file name.
fileDateFormat - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
Date format to place in log file name.
fileDateFormat - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
Date format to place in log file name.
fileDateFormatter - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The formatter for the date contained in the file name.
findLifecycleListeners() - Method in class org.apache.catalina.valves.AccessLogValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.SemaphoreValve
Get the lifecycle listeners associated with this lifecycle.

G

getAllow() - Method in class org.apache.catalina.valves.RequestFilterValve
Return a comma-delimited set of the allow expressions configured for this Valve, if any; otherwise, return null.
getAppSpecific(FieldInfo, Request) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Get app specific data.
getClientToServer(FieldInfo, Request) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the client to server data.
getConcurrency() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getCondition() - Method in class org.apache.catalina.valves.AccessLogValve
Return whether the attribute name to look for when performing conditional loggging.
getCondition() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return whether the attribute name to look for when performing conditional loggging.
getCondition() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return whether the attribute name to look for when performing conditional loggging.
getConnectionName() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Return the username to use to connect to the database.
getConnectionPassword() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Return the password to use to connect to the database.
getContainer() - Method in class org.apache.catalina.valves.ValveBase
Return the Container with which this Valve is associated, if any.
getContainerName() - Method in class org.apache.catalina.valves.ValveBase
 
getController() - Method in class org.apache.catalina.valves.ValveBase
 
getCurrentDateString() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
This method returns a Date object that is accurate to within one second.
getCurrentTimeMillis() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
 
getDate() - Method in class org.apache.catalina.valves.AccessLogValve
This method returns a Date object that is accurate to within one second.
getDate(long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
This method returns a Date object that is accurate to within one second.
getDeny() - Method in class org.apache.catalina.valves.RequestFilterValve
Return a comma-delimited set of the deny expressions configured for this Valve, if any; otherwise, return null.
getDirectory() - Method in class org.apache.catalina.valves.AccessLogValve
Return the directory in which we create log files.
getDirectory() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the directory in which we create log files.
getDirectory() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return the directory in which we create log files.
getDomain() - Method in class org.apache.catalina.valves.ValveBase
 
getFairness() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getFileDateFormat() - Method in class org.apache.catalina.valves.AccessLogValve
Return the date format date based log rotation.
getFileDateFormat() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the date format date based log rotation.
getFileDateFormat() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return the date format date based log rotation.
getInfo() - Method in class org.apache.catalina.valves.AccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.ErrorReportValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.PersistentValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteAddrValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteHostValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RequestDumperValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RequestFilterValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.SemaphoreValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.ValveBase
Return descriptive information about this Valve implementation.
getNext() - Method in class org.apache.catalina.valves.ValveBase
Return the next Valve in this pipeline, or null if this is the last Valve in the pipeline.
getObjectName() - Method in class org.apache.catalina.valves.ValveBase
 
getParentName(ObjectName) - Method in class org.apache.catalina.valves.ValveBase
From the name, extract the parent object name
getPattern() - Method in class org.apache.catalina.valves.AccessLogValve
Return the format pattern.
getPattern() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the format pattern.
getPattern() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return the format pattern.
getPrefix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file prefix.
getPrefix() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the log file prefix.
getPrefix() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return the log file prefix.
getServerToClient(FieldInfo, Response) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the server to client data.
getSuffix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file suffix.
getSuffix() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the log file suffix.
getSuffix() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return the log file suffix.
getTimeZone(Date) - Method in class org.apache.catalina.valves.AccessLogValve
 
getTimeZone(Date) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
 

I

info - Static variable in class org.apache.catalina.valves.AccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.ErrorReportValve
The descriptive information related to this implementation.
info - Static variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.FastCommonAccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.JDBCAccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.PersistentValve
The descriptive information related to this implementation.
info - Static variable in class org.apache.catalina.valves.RemoteAddrValve
The descriptive information related to this implementation.
info - Static variable in class org.apache.catalina.valves.RemoteHostValve
The descriptive information related to this implementation.
info - Static variable in class org.apache.catalina.valves.RequestDumperValve
The descriptive information related to this implementation.
info - Static variable in class org.apache.catalina.valves.RequestFilterValve
The descriptive information related to this implementation.
info - Static variable in class org.apache.catalina.valves.SemaphoreValve
The descriptive information related to this implementation.
info - Static variable in class org.apache.catalina.valves.ValveBase
Descriptive information about this Valve implementation.
invoke(Request, Response) - Method in class org.apache.catalina.valves.AccessLogValve
Log a message summarizing the specified request and response, according to the format specified by the pattern property.
invoke(Request, Response) - Method in class org.apache.catalina.valves.ErrorReportValve
Invoke the next Valve in the sequence.
invoke(Request, Response) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Log a message summarizing the specified request and response, according to the format specified by the pattern property.
invoke(Request, Response) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Log a message summarizing the specified request and response, according to the format specified by the pattern property.
invoke(Request, Response) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
This method is invoked by Tomcat on each query.
invoke(Request, Response) - Method in class org.apache.catalina.valves.PersistentValve
Select the appropriate child Context to process this request, based on the specified request URI.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteAddrValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteHostValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RequestDumperValve
Log the interesting request parameters, invoke the next Valve in the sequence, and log the interesting response parameters.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
Do concurrency control on the request using the semaphore.
invoke(Request, Response) - Method in class org.apache.catalina.valves.ValveBase
The implementation-specific logic represented by this Valve.
isCheckExists() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Check for file existence before logging.
isResolveHosts() - Method in class org.apache.catalina.valves.AccessLogValve
Get the value of the resolve hosts flag.
isResolveHosts() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Get the value of the resolve hosts flag.
isRotatable() - Method in class org.apache.catalina.valves.AccessLogValve
Should we rotate the logs
isRotatable() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return true if logs are automatically rotated.
isRotatable() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Should we rotate the logs
isSessionStale(Session, long) - Method in class org.apache.catalina.valves.PersistentValve
Indicate whether the session has been idle for longer than its expiration date as of the supplied time.

J

JDBCAccessLogValve - class org.apache.catalina.valves.JDBCAccessLogValve.
This Tomcat extension logs server access directly to a database, and can be used instead of the regular file-based access log implemented in AccessLogValve.
JDBCAccessLogValve() - Constructor for class org.apache.catalina.valves.JDBCAccessLogValve
Class constructor.
jdkCompat - Static variable in class org.apache.catalina.valves.RequestFilterValve
JDK compatibility support

L

lifecycle - Variable in class org.apache.catalina.valves.AccessLogValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.SemaphoreValve
The lifecycle event support for this component.
location - Variable in class org.apache.catalina.valves.FieldInfo
Where to pull the data from? Icky variable name.
log(String, Date) - Method in class org.apache.catalina.valves.AccessLogValve
Log the specified message to the log file, switching files if the date has changed since the previous log call.
log - Static variable in class org.apache.catalina.valves.ExtendedAccessLogValve
 
log(String, Date) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Log the specified message to the log file, switching files if the date has changed since the previous log call.
log(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Log the specified message to the log file, switching files if the date has changed since the previous log call.
log - Static variable in class org.apache.catalina.valves.ValveBase
 
lookup(String) - Method in class org.apache.catalina.valves.AccessLogValve
Return the month abbreviation for the specified month, which must be a two-digit String.
lookup(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return the month abbreviation for the specified month, which must be a two-digit String.

M

methodField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
 
monthFormatter - Variable in class org.apache.catalina.valves.AccessLogValve
A date formatter to format a Date into a month string in the format "MM".
monthFormatter - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
A date formatter to format a Date into a month string in the format "MM".
months - Static variable in class org.apache.catalina.valves.AccessLogValve
The set of month abbreviations for log messages.
months - Static variable in class org.apache.catalina.valves.FastCommonAccessLogValve
The set of month abbreviations for log messages.
mserver - Variable in class org.apache.catalina.valves.ValveBase
 
myDNSName - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
My dns name.
myIpAddress - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
My ip address.

N

next - Variable in class org.apache.catalina.valves.ValveBase
The next Valve in the pipeline this Valve is a component of.

O

oname - Variable in class org.apache.catalina.valves.ValveBase
 
open() - Method in class org.apache.catalina.valves.AccessLogValve
Open the new log file for the date specified by dateStamp.
open() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Open the new log file for the date specified by dateStamp.
open() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Open the new log file for the date specified by dateStamp.
open() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Open (if necessary) and return a database connection for use by this AccessLogValve.
org.apache.catalina.valves - package org.apache.catalina.valves
 

P

Package - Static variable in class org.apache.catalina.valves.Constants
 
PersistentValve - class org.apache.catalina.valves.PersistentValve.
Valve that implements the default basic behavior for the StandardHost container implementation.
PersistentValve() - Constructor for class org.apache.catalina.valves.PersistentValve
 
pattern - Variable in class org.apache.catalina.valves.AccessLogValve
The pattern used to format our access log lines.
pattern - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The pattern used to format our access log lines.
pattern - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
The pattern used to format our access log lines.
pattern - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
 
postDeregister() - Method in class org.apache.catalina.valves.ValveBase
 
postRegister(Boolean) - Method in class org.apache.catalina.valves.ValveBase
 
postWhiteSpace - Variable in class org.apache.catalina.valves.FieldInfo
Any white space after this field? Put it here.
preDeregister() - Method in class org.apache.catalina.valves.ValveBase
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.valves.ValveBase
 
precalculate(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Return an array of regular expression objects initialized from the specified argument, which must be null or a comma-delimited list of regular expression patterns.
prefix - Variable in class org.apache.catalina.valves.AccessLogValve
The prefix that is added to log file filenames.
prefix - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The prefix that is added to log file filenames.
prefix - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
The prefix that is added to log file filenames.
process(String, Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
Perform the filtering that has been configured for this Valve, matching against the specified request property.
ps - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
 

Q

queryField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
 

R

RemoteAddrValve - class org.apache.catalina.valves.RemoteAddrValve.
Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address.
RemoteAddrValve() - Constructor for class org.apache.catalina.valves.RemoteAddrValve
 
RemoteHostValve - class org.apache.catalina.valves.RemoteHostValve.
Concrete implementation of RequestFilterValve that filters based on the remote client's host name.
RemoteHostValve() - Constructor for class org.apache.catalina.valves.RemoteHostValve
 
RequestDumperValve - class org.apache.catalina.valves.RequestDumperValve.
Implementation of a Valve that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing).
RequestDumperValve() - Constructor for class org.apache.catalina.valves.RequestDumperValve
 
RequestFilterValve - class org.apache.catalina.valves.RequestFilterValve.
Implementation of a Valve that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against a set of regular expressions configured for this Valve.
RequestFilterValve() - Constructor for class org.apache.catalina.valves.RequestFilterValve
 
refererField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
 
remoteHostField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
 
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.AccessLogValve
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Removes a Lifecycle listener.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.SemaphoreValve
Remove a lifecycle event listener from this component.
replace(char, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve
Return the replacement text for the specified pattern character.
replace(String, char, Request, Response) - Method in class org.apache.catalina.valves.AccessLogValve
Return the replacement text for the specified "header/parameter".
report(Request, Response, Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
Prints out an error report.
resolveHosts - Variable in class org.apache.catalina.valves.AccessLogValve
Resolve hosts.
resolveHosts - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
Resolve hosts.
resolveHosts - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
 
rotatable - Variable in class org.apache.catalina.valves.AccessLogValve
Should we rotate our log file? Default is true (like old behavior)
rotatable - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
Should we rotate our log file? Default is true (like old behavior)
rotatable - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
Should we rotate our log file? Default is true (like old behavior)
rotate(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Rename the existing log file to something else.
rotationLastChecked - Variable in class org.apache.catalina.valves.AccessLogValve
Instant when the log daily rotation was last checked.
rotationLastChecked - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
Instant when the log daily rotation was last checked.
rotationLastChecked - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
Instant when the log daily rotation was last checked.

S

SPECIAL_BYTES - Static variable in class org.apache.catalina.valves.FieldInfo
 
SPECIAL_CACHED - Static variable in class org.apache.catalina.valves.FieldInfo
 
SPECIAL_DATE - Static variable in class org.apache.catalina.valves.FieldInfo
 
SPECIAL_TIME - Static variable in class org.apache.catalina.valves.FieldInfo
 
SPECIAL_TIME_TAKEN - Static variable in class org.apache.catalina.valves.FieldInfo
 
SemaphoreValve - class org.apache.catalina.valves.SemaphoreValve.
Implementation of a Valve that limits concurrency.
SemaphoreValve() - Constructor for class org.apache.catalina.valves.SemaphoreValve
 
semaphore - Variable in class org.apache.catalina.valves.SemaphoreValve
Semaphore.
setAllow(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the comma-delimited set of the allow expressions configured for this Valve, if any.
setBytesField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the number of bytes returned.
setCheckExists(boolean) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set whether to check for log file existence before logging.
setConcurrency(int) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setCondition(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setCondition(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setCondition(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setConnectionName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Set the username to use to connect to the database.
setConnectionPassword(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Set the password to use to connect to the database.
setConnectionURL(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the JDBC URL for the database where the log is stored.
setContainer(Container) - Method in class org.apache.catalina.valves.ValveBase
Set the Container with which this Valve is associated, if any.
setController(ObjectName) - Method in class org.apache.catalina.valves.ValveBase
 
setDeny(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the comma-delimited set of the deny expressions configured for this Valve, if any.
setDirectory(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the directory in which we create log files.
setDirectory(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the directory in which we create log files.
setDirectory(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the directory in which we create log files.
setDriverName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the database driver name.
setFairness(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setFileDateFormat(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the date format date based log rotation.
setFileDateFormat(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the date format date based log rotation.
setFileDateFormat(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the date format date based log rotation.
setMethodField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the HTTP request method.
setNext(Valve) - Method in class org.apache.catalina.valves.ValveBase
Set the Valve that follows this one in the pipeline it is part of.
setObjectName(ObjectName) - Method in class org.apache.catalina.valves.ValveBase
 
setPattern(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the format pattern, first translating any recognized alias.
setPattern(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the format pattern, first translating any recognized alias.
setPattern(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the format pattern, first translating any recognized alias.
setPattern(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the logging pattern.
setPrefix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file prefix.
setPrefix(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the log file prefix.
setPrefix(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the log file prefix.
setQueryField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the URL part of the HTTP query.
setRefererField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the referer.
setRemoteHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the remote host.
setResolveHosts(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the resolve hosts flag.
setResolveHosts(boolean) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the resolve hosts flag.
setResolveHosts(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Determines whether IP host name resolution is done.
setRotatable(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the value is we should we rotate the logs
setRotatable(boolean) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the value is we should we rotate the logs
setRotatable(boolean) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the value is we should we rotate the logs
setStatusField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the HTTP response status code.
setSuffix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file suffix.
setSuffix(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the log file suffix.
setSuffix(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the log file suffix.
setTableName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the table where the logs are stored.
setTimestampField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the server-determined timestamp.
setUserAgentField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the user agent.
setUserField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the remote user name.
setVirtualHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the virtual host information (this is in fact the server name).
sm - Variable in class org.apache.catalina.valves.AccessLogValve
The string manager for this package.
sm - Static variable in class org.apache.catalina.valves.ErrorReportValve
The StringManager for this package.
sm - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The string manager for this package.
sm - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
The string manager for this package.
sm - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
The string manager for this package.
sm - Static variable in class org.apache.catalina.valves.PersistentValve
The string manager for this package.
sm - Static variable in class org.apache.catalina.valves.RequestDumperValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.RequestFilterValve
The StringManager for this package.
sm - Variable in class org.apache.catalina.valves.SemaphoreValve
The string manager for this package.
sm - Static variable in class org.apache.catalina.valves.ValveBase
The string manager for this package.
space - Variable in class org.apache.catalina.valves.AccessLogValve
When formatting log lines, we often use strings like this one (" ").
space - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
When formatting log lines, we often use strings like this one (" ").
start() - Method in class org.apache.catalina.valves.AccessLogValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Invoked by Tomcat on startup.
start() - Method in class org.apache.catalina.valves.SemaphoreValve
Prepare for the beginning of active use of the public methods of this component.
started - Variable in class org.apache.catalina.valves.AccessLogValve
Has this component been started yet?
started - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
Has this component been started yet?
started - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
Has this component been started yet?
started - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Has this component been started yet?
started - Variable in class org.apache.catalina.valves.SemaphoreValve
Has this component been started yet?
statusField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
 
stop() - Method in class org.apache.catalina.valves.AccessLogValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Invoked by tomcat on shutdown.
stop() - Method in class org.apache.catalina.valves.