- DebugServlet - Class in com.twelvemonkeys.servlet
-
DebugServlet class description.
- DebugServlet() - Constructor for class com.twelvemonkeys.servlet.DebugServlet
-
- DEFAULT_TYPE - Static variable in class com.twelvemonkeys.servlet.ThrottleFilter
-
Default response content type
- DefaultAreaOfInterest - Class in com.twelvemonkeys.servlet.image.aoi
-
- DefaultAreaOfInterest(int, int) - Constructor for class com.twelvemonkeys.servlet.image.aoi.DefaultAreaOfInterest
-
- DefaultAreaOfInterest(Dimension) - Constructor for class com.twelvemonkeys.servlet.image.aoi.DefaultAreaOfInterest
-
- defaultScaleQuality - Variable in class com.twelvemonkeys.servlet.image.ScaleFilter
-
- DEFUALT_RESPONSE_MESSAGE - Static variable in class com.twelvemonkeys.servlet.ThrottleFilter
-
Default response message sent to user agents, if the request is rejected
- destroy() - Method in class com.twelvemonkeys.servlet.cache.CacheFilter
-
- destroy() - Method in class com.twelvemonkeys.servlet.GenericFilter
-
Called by the web container to indicate to a filter that it is being
taken out of service.
- doCached(CacheRequest, CacheResponse, ResponseResolver) - Method in class com.twelvemonkeys.servlet.cache.HTTPCache
-
Looks up the CachedEntity
for the given request.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.twelvemonkeys.servlet.GenericFilter
-
The doFilter
method of the Filter is called by the container
each time a request/response pair is passed through the chain due to a
client request for a resource at the end of the chain.
- doFilter(BufferedImage, ServletRequest, ImageServletResponse) - Method in class com.twelvemonkeys.servlet.image.AWTImageFilterAdapter
-
- doFilter(BufferedImage, ServletRequest, ImageServletResponse) - Method in class com.twelvemonkeys.servlet.image.BufferedImageOpAdapter
-
- doFilter(BufferedImage, ServletRequest, ImageServletResponse) - Method in class com.twelvemonkeys.servlet.image.ComposeFilter
-
- doFilter(BufferedImage, ServletRequest, ImageServletResponse) - Method in class com.twelvemonkeys.servlet.image.ContentNegotiationFilter
-
- doFilter(BufferedImage, ServletRequest, ImageServletResponse) - Method in class com.twelvemonkeys.servlet.image.CropFilter
-
Reads the image from the requested URL, scales it, crops it, and returns
it in the
Servlet stream.
- doFilter(BufferedImage, ServletRequest, ImageServletResponse) - Method in class com.twelvemonkeys.servlet.image.ImageFilter
-
Filters the image for this request.
- doFilter(BufferedImage, ServletRequest, ImageServletResponse) - Method in class com.twelvemonkeys.servlet.image.NullImageFilter
-
- doFilter(BufferedImage, ServletRequest, ImageServletResponse) - Method in class com.twelvemonkeys.servlet.image.RotateFilter
-
Reads the image from the requested URL, rotates it, and returns
it in the
Servlet stream.
- doFilter(BufferedImage, ServletRequest, ImageServletResponse) - Method in class com.twelvemonkeys.servlet.image.ScaleFilter
-
Reads the image from the requested URL, scales it, and returns it in the
Servlet stream.
- doFilter(BufferedImage, ServletRequest, ImageServletResponse) - Method in class com.twelvemonkeys.servlet.image.SourceRenderFilter
-
This implementation does no filtering, and simply returns the image
passed in.
- doFilterImpl(ServletRequest, ServletResponse, FilterChain) - Method in class com.twelvemonkeys.servlet.BrowserHelperFilter
-
- doFilterImpl(ServletRequest, ServletResponse, FilterChain) - Method in class com.twelvemonkeys.servlet.cache.CacheFilter
-
- doFilterImpl(ServletRequest, ServletResponse, FilterChain) - Method in class com.twelvemonkeys.servlet.fileupload.FileUploadFilter
-
Examines the request content type, and if it is a
multipart/*
request, wraps the request with a
HttpFileUploadRequest
.
- doFilterImpl(ServletRequest, ServletResponse, FilterChain) - Method in class com.twelvemonkeys.servlet.GenericFilter
-
Invoked once, or each time a request/response pair is passed through the
chain, depending on the
GenericFilter.oncePerRequest
member variable.
- doFilterImpl(ServletRequest, ServletResponse, FilterChain) - Method in class com.twelvemonkeys.servlet.gzip.GZIPFilter
-
- doFilterImpl(ServletRequest, ServletResponse, FilterChain) - Method in class com.twelvemonkeys.servlet.image.ContentNegotiationFilter
-
- doFilterImpl(ServletRequest, ServletResponse, FilterChain) - Method in class com.twelvemonkeys.servlet.image.ImageFilter
-
The
doFilterImpl
method is called once, or each time a
request/response pair is passed through the chain, depending on the
GenericFilter.oncePerRequest
member variable.
- doFilterImpl(ServletRequest, ServletResponse, FilterChain) - Method in class com.twelvemonkeys.servlet.image.SourceRenderFilter
-
Extracts request parameters, and sets the corresponding request
attributes if specified.
- doFilterImpl(ServletRequest, ServletResponse, FilterChain) - Method in class com.twelvemonkeys.servlet.ThrottleFilter
-
- doFilterImpl(ServletRequest, ServletResponse, FilterChain) - Method in class com.twelvemonkeys.servlet.TimingFilter
-
- doFilterImpl(ServletRequest, ServletResponse, FilterChain) - Method in class com.twelvemonkeys.servlet.TrimWhiteSpaceFilter
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.twelvemonkeys.servlet.StaticContentServlet
-
- GenericFilter - Class in com.twelvemonkeys.servlet
-
Defines a generic, protocol-independent filter.
- GenericFilter() - Constructor for class com.twelvemonkeys.servlet.GenericFilter
-
Does nothing.
- GenericServlet - Class in com.twelvemonkeys.servlet
-
Defines a generic, protocol-independent servlet.
- GenericServlet() - Constructor for class com.twelvemonkeys.servlet.GenericServlet
-
- getAOI(Rectangle) - Method in interface com.twelvemonkeys.servlet.image.aoi.AreaOfInterest
-
- getAOI(Rectangle) - Method in class com.twelvemonkeys.servlet.image.aoi.AreaOfInterestWrapper
-
- getAOI(Rectangle) - Method in class com.twelvemonkeys.servlet.image.aoi.DefaultAreaOfInterest
-
- getBooleanParameter(ServletRequest, String, boolean) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the value of the given parameter from the request converted to
a boolean
. If the parameter is not set or not parseable, the default
value is returned.
- getBounds(int, int, int, int, int, boolean, BufferedImage) - Method in class com.twelvemonkeys.servlet.image.CropFilter
-
- getCachedResponse() - Method in interface com.twelvemonkeys.servlet.cache.WritableCachedResponse
-
Returns the final (immutable) CachedResponse
created by this
WritableCachedResponse
.
- getContentType() - Method in interface com.twelvemonkeys.servlet.fileupload.UploadedFile
-
Returns the content type of the file.
- getContextRelativeURI(HttpServletRequest) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the request URI relative to the current context path.
- getCrop(Dimension, Rectangle) - Method in interface com.twelvemonkeys.servlet.image.aoi.AreaOfInterest
-
- getCrop(Dimension, Rectangle) - Method in class com.twelvemonkeys.servlet.image.aoi.AreaOfInterestWrapper
-
- getCrop(Dimension, Rectangle) - Method in class com.twelvemonkeys.servlet.image.aoi.DefaultAreaOfInterest
-
- getCrop(Dimension, Rectangle) - Method in class com.twelvemonkeys.servlet.image.aoi.PercentAreaOfInterest
-
- getCrop(Dimension, Rectangle) - Method in class com.twelvemonkeys.servlet.image.aoi.UniformAreaOfInterest
-
- getDateParameter(ServletRequest, String, long) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the value of the given parameter from the request converted to
a Date
. If the parameter is not set or not parseable, the
default value is returned.
- getDefault() - Static method in class com.twelvemonkeys.servlet.image.aoi.AreaOfInterestFactory
-
- getDimensions(Image, int, int, int, boolean) - Method in class com.twelvemonkeys.servlet.image.ScaleFilter
-
Gets the dimensions (height and width) of the scaled image.
- getDoubleParameter(ServletRequest, String, double) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the value of the given parameter from the request converted to
a double
. If the parameter is not set or not parseable, the default
value is returned.
- getFilterConfig() - Method in class com.twelvemonkeys.servlet.GenericFilter
-
Gets the FilterConfig
for this filter.
- getFilterName() - Method in class com.twelvemonkeys.servlet.GenericFilter
-
Returns the filter-name of this filter as defined in the deployment
descriptor.
- getFloatParameter(ServletRequest, String, float) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the value of the given parameter from the request converted to
a float
. If the parameter is not set or not parseable, the default
value is returned.
- getForwardContextPath(ServletRequest) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the context path of the resource this request was forwarded from.
- getForwardPathInfo(ServletRequest) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the path info of the resource this request was forwarded from.
- getForwardQueryString(ServletRequest) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the query string of the resource this request was forwarded from.
- getForwardRequestURI(ServletRequest) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the URI of the resource this request was forwarded from.
- getForwardServletPath(ServletRequest) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the servlet path of the resource this request was forwarded from.
- getHeaders() - Method in class com.twelvemonkeys.servlet.cache.AbstractCacheResponse
-
- getHeaders() - Method in interface com.twelvemonkeys.servlet.cache.CacheRequest
-
- getHeaders() - Method in interface com.twelvemonkeys.servlet.cache.CacheResponse
-
- getHeaders() - Method in class com.twelvemonkeys.servlet.cache.ClientCacheRequest
-
- getHeaders() - Method in class com.twelvemonkeys.servlet.cache.ServletCacheRequest
-
- getImage() - Method in interface com.twelvemonkeys.servlet.image.ImageServletResponse
-
Gets the decoded image from the response.
- getIncludeContextPath(ServletRequest) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the context path of the resource currently included.
- getIncludePathInfo(ServletRequest) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the path info of the resource currently included.
- getIncludeQueryString(ServletRequest) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the query string of the resource currently included.
- getIncludeRequestURI(ServletRequest) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the URI of the resource currently included.
- getIncludeServletPath(ServletRequest) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the servlet path of the resource currently included.
- getInitParameter(String) - Method in class com.twelvemonkeys.servlet.GenericFilter
-
Returns a String
containing the value of the named
initialization parameter, or null if the parameter does not exist.
- getInitParameterNames() - Method in class com.twelvemonkeys.servlet.GenericFilter
-
Returns the names of the servlet's initialization parameters as an
Enumeration
of String
objects, or an empty
Enumeration
if the servlet has no initialization parameters.
- getInputStream() - Method in class com.twelvemonkeys.servlet.cache.ClientCacheResponse
-
- getInputStream() - Method in interface com.twelvemonkeys.servlet.fileupload.UploadedFile
-
Returns the file data, as an InputStream
.
- getIntParameter(ServletRequest, String, int) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the value of the given parameter from the request converted to
an int
. If the parameter is not set or not parseable, the default
value is returned.
- getLastModified(HttpServletRequest) - Method in class com.twelvemonkeys.servlet.StaticContentServlet
-
- getLongParameter(ServletRequest, String, long) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the value of the given parameter from the request converted to
an long
. If the parameter is not set or not parseable, the default
value is returned.
- getMethod() - Method in class com.twelvemonkeys.servlet.cache.AbstractCacheRequest
-
- getMethod() - Method in interface com.twelvemonkeys.servlet.cache.CacheRequest
-
- getName() - Method in interface com.twelvemonkeys.servlet.fileupload.UploadedFile
-
Returns the original file name (from client).
- getOriginalDimension() - Method in interface com.twelvemonkeys.servlet.image.aoi.AreaOfInterest
-
- getOriginalDimension() - Method in class com.twelvemonkeys.servlet.image.aoi.AreaOfInterestWrapper
-
- getOriginalDimension() - Method in class com.twelvemonkeys.servlet.image.aoi.DefaultAreaOfInterest
-
- getOutputContentType() - Method in interface com.twelvemonkeys.servlet.image.ImageServletResponse
-
Gets the image format for this response, such as "image/gif" or "image/jpeg".
- getOutputStream() - Method in interface com.twelvemonkeys.servlet.cache.CacheResponse
-
- getOutputStream() - Method in class com.twelvemonkeys.servlet.cache.ClientCacheResponse
-
- getOutputStream() - Method in class com.twelvemonkeys.servlet.cache.ServletCacheResponse
-
- getOutputStream() - Method in interface com.twelvemonkeys.servlet.cache.WritableCachedResponse
-
Gets the OutputStream
for this cached response.
- getOutputStream() - Method in class com.twelvemonkeys.servlet.gzip.GZIPResponseWrapper
-
- getOutputStream() - Method in class com.twelvemonkeys.servlet.OutputStreamAdapter
-
Returns the wrapped OutputStream
.
- getOutputStream() - Method in class com.twelvemonkeys.servlet.ServletResponseStreamDelegate
-
- getParameter(ServletRequest, String, String) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the value of the given parameter from the request, or if the
parameter is not set, the default value.
- getParameters() - Method in interface com.twelvemonkeys.servlet.cache.CacheRequest
-
- getParameters() - Method in class com.twelvemonkeys.servlet.cache.ClientCacheRequest
-
- getParameters() - Method in class com.twelvemonkeys.servlet.cache.ServletCacheRequest
-
- getQuality(String) - Method in class com.twelvemonkeys.servlet.image.ScaleFilter
-
Gets the quality constant for the scaling, from the string argument.
- getRealFile(CacheRequest) - Method in class com.twelvemonkeys.servlet.cache.HTTPCache
-
Allows a server-side cache mechanism to peek at the real file.
- getRealURL(ServletContext, String) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Returns a URL
containing the real path for a given virtual
path, on URL form.
- getRequestURI() - Method in class com.twelvemonkeys.servlet.cache.AbstractCacheRequest
-
- getRequestURI() - Method in interface com.twelvemonkeys.servlet.cache.CacheRequest
-
- getServerName() - Method in interface com.twelvemonkeys.servlet.cache.CacheRequest
-
- getServerName() - Method in class com.twelvemonkeys.servlet.cache.ClientCacheRequest
-
- getServerName() - Method in class com.twelvemonkeys.servlet.cache.ServletCacheRequest
-
- getServerPort() - Method in interface com.twelvemonkeys.servlet.cache.CacheRequest
-
- getServerPort() - Method in class com.twelvemonkeys.servlet.cache.ClientCacheRequest
-
- getServerPort() - Method in class com.twelvemonkeys.servlet.cache.ServletCacheRequest
-
- getServletContext() - Method in class com.twelvemonkeys.servlet.GenericFilter
-
Returns a reference to the ServletContext
in which the caller is
executing.
- getSessionId(HttpServletRequest) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the unique identifier assigned to this session.
- getStatus() - Method in class com.twelvemonkeys.servlet.cache.AbstractCacheResponse
-
- getStatus() - Method in interface com.twelvemonkeys.servlet.cache.CacheResponse
-
- getTempDir(ServletContext) - Static method in class com.twelvemonkeys.servlet.ServletUtil
-
Gets the temp directory for the given ServletContext
(web app).
- getUnits(String) - Method in class com.twelvemonkeys.servlet.image.ScaleFilter
-
Gets the units constant for the width and height arguments, from the
given string argument.
- getUploadedFile(String) - Method in interface com.twelvemonkeys.servlet.fileupload.HttpFileUploadRequest
-
Returns the value of a request parameter as an UploadedFile
,
or null
if the parameter does not exist.
- getUploadedFiles(String) - Method in interface com.twelvemonkeys.servlet.fileupload.HttpFileUploadRequest
-
Returns an array of UploadedFile
objects containing all the
values for the given request parameter,
or null
if the parameter does not exist.
- getWriter() - Method in class com.twelvemonkeys.servlet.gzip.GZIPResponseWrapper
-
- getWriter() - Method in class com.twelvemonkeys.servlet.ServletResponseStreamDelegate
-
- GZIPFilter - Class in com.twelvemonkeys.servlet.gzip
-
A filter to reduce the output size of web resources.
- GZIPFilter() - Constructor for class com.twelvemonkeys.servlet.gzip.GZIPFilter
-
- gzipOut - Variable in class com.twelvemonkeys.servlet.gzip.GZIPResponseWrapper
-
- GZIPResponseWrapper - Class in com.twelvemonkeys.servlet.gzip
-
GZIPResponseWrapper class description.
- GZIPResponseWrapper(HttpServletResponse) - Constructor for class com.twelvemonkeys.servlet.gzip.GZIPResponseWrapper
-
- ScaleFilter - Class in com.twelvemonkeys.servlet.image
-
This filter renders a scaled version of an image read from a
given URL.
- ScaleFilter() - Constructor for class com.twelvemonkeys.servlet.image.ScaleFilter
-
- service(ServletRequest, ServletResponse) - Method in class com.twelvemonkeys.servlet.DebugServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class com.twelvemonkeys.servlet.DebugServlet
-
- service(ServletRequest, ServletResponse) - Method in class com.twelvemonkeys.servlet.image.ColorServlet
-
Renders the 1 x 1 single color PNG to the response.
- service(ServletRequest, ServletResponse) - Method in class com.twelvemonkeys.servlet.ProxyServlet
-
Override service
to use HTTP specifics.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.twelvemonkeys.servlet.ProxyServlet
-
Services a single request.
- ServletCacheRequest - Class in com.twelvemonkeys.servlet.cache
-
ServletCacheRequest
- ServletCacheRequest(HttpServletRequest) - Constructor for class com.twelvemonkeys.servlet.cache.ServletCacheRequest
-
- ServletCacheResponse - Class in com.twelvemonkeys.servlet.cache
-
ServletCacheResponse
- ServletCacheResponse(HttpServletResponse) - Constructor for class com.twelvemonkeys.servlet.cache.ServletCacheResponse
-
- ServletConfigException - Exception in com.twelvemonkeys.servlet
-
ServletConfigException.
- ServletConfigException(String) - Constructor for exception com.twelvemonkeys.servlet.ServletConfigException
-
Creates a ServletConfigException
with the given message.
- ServletConfigException(String, Throwable) - Constructor for exception com.twelvemonkeys.servlet.ServletConfigException
-
Creates a ServletConfigException
with the given message and cause.
- ServletConfigException(Throwable) - Constructor for exception com.twelvemonkeys.servlet.ServletConfigException
-
Creates a ServletConfigException
with the cause.
- ServletResponseStreamDelegate - Class in com.twelvemonkeys.servlet
-
A delegate for handling stream support in wrapped servlet responses.
- ServletResponseStreamDelegate(ServletResponse) - Constructor for class com.twelvemonkeys.servlet.ServletResponseStreamDelegate
-
- ServletUtil - Class in com.twelvemonkeys.servlet
-
Various servlet related helper methods.
- setAcceptMappingsFile(String) - Method in class com.twelvemonkeys.servlet.BrowserHelperFilter
-
Sets the accept-mappings for this filter
- setAutoFlush(boolean) - Method in class com.twelvemonkeys.servlet.TrimWhiteSpaceFilter
-
- setContentLength(int) - Method in class com.twelvemonkeys.servlet.gzip.GZIPResponseWrapper
-
- setDefault(AreaOfInterestFactory) - Static method in class com.twelvemonkeys.servlet.image.aoi.AreaOfInterestFactory
-
- setDefaultScaleQuality(String) - Method in class com.twelvemonkeys.servlet.image.ScaleFilter
-
- setFilterConfig(FilterConfig) - Method in class com.twelvemonkeys.servlet.GenericFilter
-
- setHeader(String, String) - Method in class com.twelvemonkeys.servlet.cache.AbstractCacheResponse
-
- setHeader(String, String) - Method in interface com.twelvemonkeys.servlet.cache.CacheResponse
-
- setHeader(String, String) - Method in class com.twelvemonkeys.servlet.cache.ServletCacheResponse
-
- setHeader(String, String) - Method in interface com.twelvemonkeys.servlet.cache.WritableCachedResponse
-
Sets a header key/value pair for this response.
- setImage(RenderedImage) - Method in interface com.twelvemonkeys.servlet.image.ImageServletResponse
-
Sets the image for this response.
- setImageFilter(String) - Method in class com.twelvemonkeys.servlet.image.AWTImageFilterAdapter
-
- setImageFilter(String) - Method in class com.twelvemonkeys.servlet.image.BufferedImageOpAdapter
-
- setMaxConcurrentThreadCount(String) - Method in class com.twelvemonkeys.servlet.ThrottleFilter
-
Sets the minimum free thread count.
- setMaxFileSize(long) - Method in class com.twelvemonkeys.servlet.fileupload.FileUploadFilter
-
Sets max filesize allowed for upload.
- setOncePerRequest(boolean) - Method in class com.twelvemonkeys.servlet.GenericFilter
-
Specifies if this filter should run once per request (true
),
or for each forward/include resource (false
).
- setOutputContentType(String) - Method in interface com.twelvemonkeys.servlet.image.ImageServletResponse
-
Sets the image format for this response, such as "image/gif" or "image/jpeg".
- setRegionHeightParam(String) - Method in class com.twelvemonkeys.servlet.image.SourceRenderFilter
-
- setRegionLeftParam(String) - Method in class com.twelvemonkeys.servlet.image.SourceRenderFilter
-
- setRegionPercentParam(String) - Method in class com.twelvemonkeys.servlet.image.SourceRenderFilter
-
- setRegionTopParam(String) - Method in class com.twelvemonkeys.servlet.image.SourceRenderFilter
-
- setRegionUniformParam(String) - Method in class com.twelvemonkeys.servlet.image.SourceRenderFilter
-
- setRegionWidthParam(String) - Method in class com.twelvemonkeys.servlet.image.SourceRenderFilter
-
- setRemotePath(String) - Method in class com.twelvemonkeys.servlet.ProxyServlet
-
Called by init
to set the remote path.
- setRemotePort(String) - Method in class com.twelvemonkeys.servlet.ProxyServlet
-
Called by init
to set the remote port.
- setRemoteServer(String) - Method in class com.twelvemonkeys.servlet.ProxyServlet
-
Called by init
to set the remote server.
- setResponseMessages(String) - Method in class com.twelvemonkeys.servlet.ThrottleFilter
-
Sets the response message sent to the user agent, if the request is
rejected.
- setRoot(File) - Method in class com.twelvemonkeys.servlet.StaticContentServlet
-
Configures the file system root
for this servlet.
- setSizeHeightParam(String) - Method in class com.twelvemonkeys.servlet.image.SourceRenderFilter
-
- setSizePercentParam(String) - Method in class com.twelvemonkeys.servlet.image.SourceRenderFilter
-
- setSizeUniformParam(String) - Method in class com.twelvemonkeys.servlet.image.SourceRenderFilter
-
- setSizeWidthParam(String) - Method in class com.twelvemonkeys.servlet.image.SourceRenderFilter
-
- setStatus(int) - Method in class com.twelvemonkeys.servlet.cache.AbstractCacheResponse
-
- setStatus(int) - Method in interface com.twelvemonkeys.servlet.cache.CacheResponse
-
- setStatus(int) - Method in class com.twelvemonkeys.servlet.cache.ServletCacheResponse
-
- setTriggerParams(String) - Method in class com.twelvemonkeys.servlet.image.ImageFilter
-
Sets the trigger parameters.
- setWriteListener(WriteListener) - Method in class com.twelvemonkeys.servlet.OutputStreamAdapter
-
- SourceRenderFilter - Class in com.twelvemonkeys.servlet.image
-
A
Filter
that extracts request parameters, and sets the
corresponding request attributes from
ImageServletResponse
.
- SourceRenderFilter() - Constructor for class com.twelvemonkeys.servlet.image.SourceRenderFilter
-
- StaticContentServlet - Class in com.twelvemonkeys.servlet
-
A minimal servlet that can serve static files.
- StaticContentServlet() - Constructor for class com.twelvemonkeys.servlet.StaticContentServlet
-