A C D E G H I M O P R S T U

A

AbstractFilter - class org.apache.sesame.filter.AbstractFilter.
Base Filter class for all Sesame Filters.
AbstractFilter() - Constructor for class org.apache.sesame.filter.AbstractFilter
 

C

config - Variable in class org.apache.sesame.filter.AbstractFilter
The filter configuration object.
ConnectionFilter - class org.apache.sesame.filter.ConnectionFilter.
Performs an HTTP connection to the back end application.
ConnectionFilter() - Constructor for class org.apache.sesame.filter.ConnectionFilter
 

D

destroy() - Method in class org.apache.sesame.filter.AbstractFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.sesame.filter.AbstractFilter
 

E

execute(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.sesame.filter.AbstractFilter
All Sesame filters must implement this method.
execute(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.sesame.filter.ConnectionFilter
 

G

getApplicationRequest(ServletRequest) - Method in class org.apache.sesame.filter.AbstractFilter
 
getFilterConfig() - Method in class org.apache.sesame.filter.AbstractFilter
 
gethost() - Method in class org.apache.sesame.model.Request
 
getPort() - Method in class org.apache.sesame.model.Request
 
getURI() - Method in class org.apache.sesame.model.Request
 

H

host - Variable in class org.apache.sesame.model.Request
The application host name
HTTP_REQUEST_ATTRIBUTE - Static variable in class org.apache.sesame.filter.AbstractFilter
Name under which the @{link Request} object is stored as an HTTP attribute.

I

init(FilterConfig) - Method in class org.apache.sesame.filter.AbstractFilter
 

M

MissingDataServletException - exception org.apache.sesame.exception.MissingDataServletException.
Thrown when some runtime data which should have been defined is not there.
MissingDataServletException(String) - Constructor for class org.apache.sesame.exception.MissingDataServletException
 
MissingDataServletException(String, Throwable) - Constructor for class org.apache.sesame.exception.MissingDataServletException
 

O

org.apache.sesame.exception - package org.apache.sesame.exception
 
org.apache.sesame.filter - package org.apache.sesame.filter
 
org.apache.sesame.model - package org.apache.sesame.model
 

P

port - Variable in class org.apache.sesame.model.Request
The application host port number

R

Request - class org.apache.sesame.model.Request.
Contains all data that will be used to create an HTTP connection to the back end application.
Request() - Constructor for class org.apache.sesame.model.Request
 

S

setHost(String) - Method in class org.apache.sesame.model.Request
Sets the application host name.
setPort(int) - Method in class org.apache.sesame.model.Request
Sets the application host port.
setURI(String) - Method in class org.apache.sesame.model.Request
Sets the application URI.

T

toString() - Method in class org.apache.sesame.model.Request
 

U

uri - Variable in class org.apache.sesame.model.Request
The application URI

A C D E G H I M O P R S T U

Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.