| Package | Description |
|---|---|
| org.apache.catalina.servlets |
This package contains
Servlets that implement some of the
standard functionality provided by the Catalina servlet container. |
| org.apache.naming.resources |
This package contains the resources directory context implemetation.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultServlet.checkIfHeaders(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes)
Check if the conditions specified in the optional If headers are
satisfied.
|
protected boolean |
WebdavServlet.checkIfHeaders(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes)
Check if the conditions specified in the optional If headers are
satisfied.
|
protected boolean |
DefaultServlet.checkIfMatch(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes)
Check if the if-match condition is satisfied.
|
protected boolean |
DefaultServlet.checkIfModifiedSince(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes)
Check if the if-modified-since condition is satisfied.
|
protected boolean |
DefaultServlet.checkIfNoneMatch(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes)
Check if the if-none-match condition is satisfied.
|
protected boolean |
DefaultServlet.checkIfUnmodifiedSince(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes)
Check if the if-unmodified-since condition is satisfied.
|
protected ArrayList<DefaultServlet.Range> |
DefaultServlet.parseRange(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ResourceAttributes resourceAttributes)
Parse the range header.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
FileDirContext.FileResourceAttributes
This specialized resource attribute implementation does some lazy
reading (to speed up simple checks, like checking the last modified
date).
|
protected static class |
WebDirContext.JarResourceAttributes
This specialized resource attribute implementation does some lazy
reading (to speed up simple checks, like checking the last modified
date).
|
| Modifier and Type | Field and Description |
|---|---|
ResourceAttributes |
CacheEntry.attributes |
Copyright © 2017. All rights reserved.