Modifier and Type | Method and Description |
---|---|
void |
AdminRestServlet.service(HttpServletRequest req,
HttpServletResponse res) |
Modifier and Type | Method and Description |
---|---|
static HttpServletRequest |
ThreadRequestFactory.getCurrentHttpRequest() |
HttpServletRequest |
ThreadRequestFactory.getHttpRequestImpl() |
Modifier and Type | Method and Description |
---|---|
protected int |
GzipFilter.allowGzip(HttpServletRequest req,
HttpServletResponse res)
Returns true if the GZip is allowed.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractAccessLog.log(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Logs a request using the current format.
|
abstract void |
AbstractErrorLog.log(java.lang.String message,
HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Logs an error.
|
void |
ErrorLog.log(java.lang.String message,
HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Logs an error.
|
abstract void |
AbstractErrorLog.log(java.lang.String message,
java.lang.Throwable exception,
HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Logs an error.
|
void |
ErrorLog.log(java.lang.String message,
java.lang.Throwable e,
HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Logs a message to the error log.
|
Modifier and Type | Method and Description |
---|---|
void |
JMSServlet.service(HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
HttpServletRequest |
PageContextImpl.getCauchoRequest()
Returns the servlet response for the page.
|
HttpServletRequest |
PageContextWrapper.getCauchoRequest()
Returns the servlet response for the page.
|
HttpServletRequest |
PageContextImpl.getRequest()
Returns the servlet request for the page.
|
HttpServletRequest |
PageContextImpl.PageELContext.getRequest() |
HttpServletRequest |
PageContextWrapper.getRequest()
Returns the servlet request for the page.
|
Modifier and Type | Method and Description |
---|---|
void |
Page._caucho_init(HttpServletRequest req,
HttpServletResponse res)
Initialize the response headers.
|
abstract void |
JavaPage._jspService(HttpServletRequest request,
HttpServletResponse response) |
long |
StaticPage.getLastModified(HttpServletRequest request) |
long |
Page.getLastModified(HttpServletRequest request)
Returns the Last-Modified time for use in caching.
|
Page |
QServlet.getPage(HttpServletRequest request,
HttpServletResponse response)
Creates and returns a new page.
|
void |
QServlet.killPage(HttpServletRequest request,
HttpServletResponse response,
Page page)
Remove the page from any cache.
|
void |
Page.pageservice(HttpServletRequest req,
HttpServletResponse res)
The extended service method creates JavaScript global variables
from a property map.
|
Modifier and Type | Method and Description |
---|---|
abstract HttpServletRequest |
ServletELContext.getRequest() |
Modifier and Type | Method and Description |
---|---|
static void |
JsfTagUtil.afterRoot(FacesContext context,
HttpServletRequest req,
HttpServletResponse res) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
HttpProxyClient.constructURI(HttpServletRequest req) |
protected java.lang.String |
HttpProxyClient.getSessionId(HttpServletRequest req) |
void |
ProHttpProxyClient.handleRequest(HttpServletRequest req,
HttpServletResponse res) |
void |
HttpProxyClient.handleRequest(HttpServletRequest req,
HttpServletResponse res) |
protected ProxyResult |
HttpProxyClient.proxy(HttpServletRequest req,
HttpServletResponse res,
java.lang.String uri,
java.lang.String sessionId,
ClientSocket client) |
protected void |
HttpProxyClient.proxyFailure(HttpServletRequest req,
HttpServletResponse res,
ClientSocket client,
java.lang.String reason,
boolean send503) |
Modifier and Type | Method and Description |
---|---|
void |
QuercusServletImpl.service(HttpServletRequest request,
HttpServletResponse response)
Service.
|
void |
QuercusServlet.service(HttpServletRequest request,
HttpServletResponse response)
Service.
|
Constructor and Description |
---|
QuercusHttpServletRequestImpl(HttpServletRequest request) |
Modifier and Type | Class and Description |
---|---|
static class |
FastCgiProxy.ProxyRequest |
static class |
HttpMessageProxy.ProxyRequest |
static class |
HttpProxy.ProxyRequest |
static class |
LoadBalance.LoadBalanceRequest |
Modifier and Type | Method and Description |
---|---|
boolean |
Or.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
And.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
IfCookie.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
IfHeader.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
CacheablePredicate.isMatch(HttpServletRequest request) |
boolean |
IfCron.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
NotAnd.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
IfUserInRole.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
NotOr.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
IfRemoteAddr.isMatch(HttpServletRequest request) |
boolean |
IfLocale.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
IfLocalPort.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
RequestPredicate.isMatch(HttpServletRequest request) |
boolean |
IfQueryParam.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
IfRemoteUser.isMatch(HttpServletRequest request) |
boolean |
IfNetwork.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
IfMethod.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
IfServerPort.isMatch(HttpServletRequest request) |
boolean |
IfMBeanEnabled.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
IfSecure.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
IfFileExists.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
Not.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
IfAuthType.isMatch(HttpServletRequest request)
True if the predicate matches.
|
boolean |
IfServerName.isMatch(HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
protected void |
DatabaseAuthenticator.addAuthCookie(java.security.Principal user,
HttpServletRequest request)
Adds a cookie to store authentication.
|
java.security.Principal |
ClientCertLogin.authenticate(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Logs a user in with a user name and a password.
|
java.security.Principal |
DatabaseAuthenticator.authenticate(java.lang.String username,
java.lang.String password,
HttpServletRequest request)
Authenticates the user given the request.
|
protected java.security.Principal |
AbstractLogin.findSavedUser(HttpServletRequest request)
Looks up the user based on session or single signon.
|
protected java.security.Principal |
AbstractLogin.getLoginPrincipalImpl(HttpServletRequest request)
Gets the user from a persistent cookie, using authenticateCookie
to actually look the cookie up.
|
java.lang.String |
PasswordDigest.getPasswordDigest(java.lang.String user,
java.lang.String password,
HttpServletRequest request)
Returns the digest of the user/password
|
java.lang.String |
PasswordDigest.getPasswordDigest(java.lang.String user,
java.lang.String password,
java.lang.String realm,
HttpServletRequest request)
Returns the digest of the user/password
|
java.security.Principal |
AbstractLogin.getUserPrincipal(HttpServletRequest request)
Returns the Principal associated with the current request.
|
java.security.Principal |
LoginList.getUserPrincipal(HttpServletRequest request)
Returns the Principal associated with the current request.
|
java.security.Principal |
ClientCertLogin.getUserPrincipal(HttpServletRequest request) |
java.security.Principal |
Login.getUserPrincipal(HttpServletRequest request)
Returns the Principal associated with the current request.
|
java.security.Principal |
ClientCertLogin.getUserPrincipal(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Returns the current user with the user name and password.
|
protected java.security.Principal |
AbstractLogin.getUserPrincipalImpl(HttpServletRequest request)
Gets the user from a persistent cookie, using authenticateCookie
to actually look the cookie up.
|
protected java.security.Principal |
BasicLogin.getUserPrincipalImpl(HttpServletRequest request)
Returns the principal from a basic authentication
|
java.security.Principal |
FormLogin.getUserPrincipalImpl(HttpServletRequest request)
Logs a user in with a user name and a password.
|
protected java.security.Principal |
DigestLogin.getUserPrincipalImpl(HttpServletRequest request)
Returns the principal from a digest authentication
|
boolean |
AbstractLogin.isLoginUsedForRequest(HttpServletRequest request)
Returns true if the login can be used for this request.
|
boolean |
BasicLogin.isLoginUsedForRequest(HttpServletRequest request)
Returns true if the request has a matching login.
|
boolean |
LoginList.isLoginUsedForRequest(HttpServletRequest request)
Returns true if the login is used for this request
|
boolean |
FormLogin.isLoginUsedForRequest(HttpServletRequest request)
Returns true if the request has a matching login.
|
boolean |
Login.isLoginUsedForRequest(HttpServletRequest request)
Returns true if the login can be used for this request.
|
protected boolean |
AbstractLogin.isSavedUserValid(HttpServletRequest request,
java.security.Principal savedUser)
Returns the non-authenticated principal for the user request
|
protected boolean |
BasicLogin.isSavedUserValid(HttpServletRequest request,
java.security.Principal savedUser)
Returns the principal from a basic authentication
|
protected boolean |
FormLogin.isSavedUserValid(HttpServletRequest request,
java.security.Principal savedUser)
Returns true if a new login overrides the saved user
|
protected java.security.Principal |
AbstractLogin.login(HttpServletRequest request,
HttpServletResponse response)
Attempts to login the user if the user cannot be found in the
session or the single-signon.
|
java.security.Principal |
AbstractLogin.login(HttpServletRequest request,
HttpServletResponse response,
boolean isFail)
Logs a user in.
|
java.security.Principal |
LoginList.login(HttpServletRequest request,
HttpServletResponse response,
boolean isFail)
Logs a user in.
|
java.security.Principal |
Login.login(HttpServletRequest request,
HttpServletResponse response,
boolean isFail)
Logs a user in.
|
protected void |
AbstractLogin.loginChallenge(HttpServletRequest request,
HttpServletResponse response)
Implementation of the login challenge
|
protected void |
BasicLogin.loginChallenge(HttpServletRequest request,
HttpServletResponse response)
Sends a challenge for basic authentication.
|
void |
FormLogin.loginChallenge(HttpServletRequest request,
HttpServletResponse response)
Logs a user in with a user name and a password.
|
protected void |
DigestLogin.loginChallenge(HttpServletRequest req,
HttpServletResponse res)
Sends a challenge for basic authentication.
|
protected void |
AbstractLogin.loginSuccessResponse(java.security.Principal user,
HttpServletRequest request,
HttpServletResponse response)
HTTP updates after a successful login
|
void |
FormLogin.loginSuccessResponse(java.security.Principal user,
HttpServletRequest request,
HttpServletResponse response)
Updates after a successful login
|
void |
AbstractLogin.logout(java.security.Principal user,
HttpServletRequest request,
HttpServletResponse response)
Logs the user out from the given request.
|
void |
LoginList.logout(java.security.Principal user,
HttpServletRequest request,
HttpServletResponse response)
Logs the user out from the given request.
|
void |
Login.logout(java.security.Principal user,
HttpServletRequest request,
HttpServletResponse response)
Logs the user out from the given request.
|
protected void |
AbstractLogin.logoutImpl(java.security.Principal user,
HttpServletRequest request,
HttpServletResponse response)
Logs the user out from the given request.
|
protected void |
AbstractLogin.saveUser(HttpServletRequest request,
java.security.Principal user)
Saves the user based on session or single signon.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ManagementService.isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application) |
Modifier and Type | Interface and Description |
---|---|
interface |
CauchoRequest |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCauchoRequest |
class |
AsyncRequest |
class |
CauchoDispatchRequest |
class |
CauchoRequestWrapper |
class |
HttpServletRequestImpl
User facade for http requests.
|
class |
RequestAdapter
Any requests that depends on an underlying request, like
include() requests or adapters for other servlet engines.
|
class |
StubServletRequest
Used when there isn't any actual request object, e.g.
|
class |
StubSessionContextRequest
Used when there isn't any actual request object, e.g.
|
Modifier and Type | Field and Description |
---|---|
protected HttpServletRequest |
RequestWrapper._request |
Modifier and Type | Method and Description |
---|---|
HttpServletRequest |
ThreadServerRequestFactory.getHttpRequestImpl()
Returns the current request object.
|
HttpServletRequest |
RequestWrapper.getRequest()
Gets the request object being wrapped.
|
HttpServletRequest |
AbstractCauchoRequest.getRequest()
Returns the next request in a chain.
|
HttpServletRequest |
CauchoRequestWrapper.getRequest() |
HttpServletRequest |
CauchoDispatchRequest.getRequest() |
Modifier and Type | Method and Description |
---|---|
static RequestAdapter |
RequestAdapter.create(HttpServletRequest request,
WebApp app)
Creates a new RequestAdapter.
|
static java.lang.String |
RequestAdapter.getPageContextPath(HttpServletRequest request) |
static java.lang.String |
RequestAdapter.getPagePathInfo(HttpServletRequest request)
Returns the path-info for the current page, i.e.
|
static java.lang.String |
RequestAdapter.getPageQueryString(HttpServletRequest request)
Returns the query-string for the current page, i.e.
|
static java.lang.String |
RequestAdapter.getPageServletPath(HttpServletRequest request)
Returns the servlet-path for the current page, i.e.
|
static java.lang.String |
RequestAdapter.getPageURI(HttpServletRequest request) |
void |
RequestAdapter.init(HttpServletRequest request,
HttpServletResponse response,
WebApp app) |
void |
RequestWrapper.setRequest(HttpServletRequest request)
Sets the request object being wrapped.
|
void |
CauchoRequestWrapper.setRequest(HttpServletRequest request) |
void |
CauchoDispatchRequest.setRequest(HttpServletRequest request) |
Constructor and Description |
---|
CauchoDispatchRequest(HttpServletRequest request) |
CauchoRequestWrapper(HttpServletRequest request) |
RequestAdapter(HttpServletRequest request,
WebApp app) |
RequestWrapper(HttpServletRequest request)
Create a new ServletRequestWrapper wrapping the enclosed request.
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyCacheRequest |
Modifier and Type | Method and Description |
---|---|
void |
AccessLog.log(HttpServletRequest req,
HttpServletResponse res,
ServletContext application)
Logs a request using the current format.
|
abstract void |
AbstractAccessLog.log(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Logs a request using the current format.
|
Modifier and Type | Class and Description |
---|---|
static class |
ProxyRule.ProxyRequest |
static class |
SetRequestSecureFilterChain.SecureServletRequestWrapper |
Modifier and Type | Method and Description |
---|---|
boolean |
Condition.isMatch(HttpServletRequest request,
HttpServletResponse response)
Returns true if the condition passes.
|
boolean |
LocalPortCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
MethodCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
OrConditions.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
UserInRoleCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
LocaleCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
CookieCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
NotConditions.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
AuthTypeCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
SecureCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
HeaderCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
ExistsCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
AndConditions.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
RemoteUserCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
ServerPortCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
RemoteAddrCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
ExprCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
ServerNameCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
boolean |
QueryParamCondition.isMatch(HttpServletRequest request,
HttpServletResponse response) |
Constructor and Description |
---|
SecureServletRequestWrapper(HttpServletRequest request,
boolean isSecure) |
Modifier and Type | Method and Description |
---|---|
protected java.security.Principal |
AbstractLogin.authenticate(HttpServletRequest request,
HttpServletResponse response,
ServletContext app)
Deprecated.
|
java.security.Principal |
ServletAuthenticator.getUserPrincipal(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Gets the authenticated user for the current request.
|
protected java.security.Principal |
AbstractAuthenticator.getUserPrincipal(HttpServletRequest request,
HttpServletResponse response,
ServletContext app)
Backward compatiblity call
|
protected java.security.Principal |
AbstractLogin.getUserPrincipal(HttpServletRequest request,
HttpServletResponse response,
ServletContext app)
Deprecated.
|
java.security.Principal |
AuthenticatorList.getUserPrincipal(HttpServletRequest request,
HttpServletResponse response,
ServletContext application) |
java.security.Principal |
AbstractLogin.getUserPrincipalImpl(HttpServletRequest request)
Deprecated.
Authentication
|
AuthorizationResult |
PermitEmptyRolesConstraint.isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application) |
AuthorizationResult |
IPConstraint.isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Returns true if the user is authorized for the resource.
|
AuthorizationResult |
TransportConstraint.isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Returns true if the user is authorized for the resource.
|
abstract AuthorizationResult |
AbstractConstraint.isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Returns true if the user is authorized for the resource.
|
AuthorizationResult |
RoleConstraint.isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Returns true if the user is authorized for the resource.
|
AuthorizationResult |
ContainerConstraint.isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Returns true if the user is authorized for the resource.
|
boolean |
ServletAuthenticator.isUserInRole(HttpServletRequest request,
HttpServletResponse response,
ServletContext application,
java.security.Principal user,
java.lang.String role)
Returns true if the user plays the named role.
|
boolean |
AbstractAuthenticator.isUserInRole(HttpServletRequest request,
HttpServletResponse response,
ServletContext application,
java.security.Principal user,
java.lang.String role) |
protected boolean |
AbstractLogin.isUserInRole(HttpServletRequest request,
HttpServletResponse response,
ServletContext app,
java.security.Principal user,
java.lang.String role)
Deprecated.
|
boolean |
AuthenticatorList.isUserInRole(HttpServletRequest request,
HttpServletResponse response,
ServletContext application,
java.security.Principal user,
java.lang.String role) |
java.security.Principal |
AbstractLogin.login(HttpServletRequest request,
HttpServletResponse response,
boolean isFail)
Deprecated.
Authentication
|
protected java.security.Principal |
AbstractAuthenticator.login(HttpServletRequest request,
HttpServletResponse response,
ServletContext app)
Backward compatiblity call
|
java.security.Principal |
ServletAuthenticator.login(HttpServletRequest request,
HttpServletResponse response,
ServletContext application,
java.lang.String user,
java.lang.String password)
Logs a user in with a user name and a password.
|
protected java.security.Principal |
AbstractAuthenticator.login(HttpServletRequest request,
HttpServletResponse response,
ServletContext app,
java.lang.String userName,
java.lang.String password)
Backward compatiblity call
|
java.security.Principal |
AuthenticatorList.login(HttpServletRequest request,
HttpServletResponse response,
ServletContext application,
java.lang.String user,
java.lang.String password) |
java.security.Principal |
ServletAuthenticator.loginDigest(HttpServletRequest request,
HttpServletResponse response,
ServletContext app,
java.lang.String user,
java.lang.String realm,
java.lang.String nonce,
java.lang.String uri,
java.lang.String qop,
java.lang.String nc,
java.lang.String cnonce,
byte[] clientDigset)
Validates the user when using HTTP Digest authentication.
|
java.security.Principal |
AuthenticatorList.loginDigest(HttpServletRequest request,
HttpServletResponse response,
ServletContext app,
java.lang.String user,
java.lang.String realm,
java.lang.String nonce,
java.lang.String uri,
java.lang.String qop,
java.lang.String nc,
java.lang.String cnonce,
byte[] clientDigset) |
protected java.security.Principal |
AbstractAuthenticator.loginImpl(HttpServletRequest request,
HttpServletResponse response,
ServletContext app,
java.lang.String userName,
java.lang.String password)
Backward compatiblity call
|
Modifier and Type | Method and Description |
---|---|
SessionImpl |
SessionManager.createSession(boolean isCreate,
HttpServletRequest request,
java.lang.String sessionId,
long now,
boolean fromCookie)
Finds a session in the session store, creating one if 'create' is true
|
SessionImpl |
SessionManager.createSession(java.lang.String oldId,
long now,
HttpServletRequest request,
boolean fromCookie)
Create a new session.
|
java.lang.String |
SessionManager.createSessionId(HttpServletRequest request)
Creates a pseudo-random session id.
|
java.lang.String |
SessionManager.createSessionId(HttpServletRequest request,
boolean create)
Creates a pseudo-random session id.
|
java.lang.String |
SessionManager.createSessionIdImpl(HttpServletRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
DispatchRequest |
class |
ErrorRequest |
class |
ForwardNamedRequest |
class |
ForwardRequest |
class |
IncludeRequest |
class |
LoginRequest |
Modifier and Type | Method and Description |
---|---|
HttpServletRequest |
ForwardRequest.unwrapRequest() |
Modifier and Type | Method and Description |
---|---|
void |
WebApp.accessLog(HttpServletRequest req,
HttpServletResponse res)
Access logging for high-level errors
|
void |
RequestDispatcherImpl.dispatchResume(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation)
Dispatch the async resume request to the servlet
named by the request dispatcher.
|
java.lang.String |
WebApp.generateCookieDomain(HttpServletRequest request) |
Constructor and Description |
---|
DispatchRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation) |
ErrorRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation) |
ForwardNamedRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation) |
ForwardRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation) |
IncludeRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation) |
LoginRequest(HttpServletRequest request,
HttpServletResponse response,
Invocation invocation) |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryServlet.doGet(HttpServletRequest req,
HttpServletResponse res) |
void |
HmuxProxyWriter.writeRequestComplete(HttpServletRequest req,
WriteStream ws) |
void |
HmuxProxyWriter.writeRequestHeaders(HttpServletRequest req,
WriteStream ws) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
EndifStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
BlockStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statements.
|
void |
TextStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
EchoStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
IncludeStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
ErrorStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
IfStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
SetStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
ElseStatement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
Statement.apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
void |
SSIServlet.doGet(HttpServletRequest request,
HttpServletResponse response) |
boolean |
GeExpr.evalBoolean(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
boolean |
EqExpr.evalBoolean(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
boolean |
LtExpr.evalBoolean(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
boolean |
SSIExpr.evalBoolean(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a boolean.
|
boolean |
GtExpr.evalBoolean(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
boolean |
LeExpr.evalBoolean(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
java.lang.String |
GeExpr.evalString(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
java.lang.String |
EqExpr.evalString(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
java.lang.String |
LtExpr.evalString(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
abstract java.lang.String |
SSIExpr.evalString(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
java.lang.String |
GtExpr.evalString(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
java.lang.String |
VarExpr.evalString(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
java.lang.String |
StringExpr.evalString(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
java.lang.String |
ConcatExpr.evalString(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
java.lang.String |
LeExpr.evalString(HttpServletRequest request,
HttpServletResponse response)
Evaluate as a string.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ApplicationPath.canRead(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns true if the file can be read.
|
abstract boolean |
AbstractPath.canRead(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns true if the file can be read.
|
boolean |
ApplicationPath.exists(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns true if the file exists.
|
abstract boolean |
AbstractPath.exists(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns true if the file exists.
|
java.lang.String |
ApplicationPath.getAttribute(AttributeName name,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns an attribute value.
|
java.lang.String |
AbstractPath.getAttribute(AttributeName name,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns an attribute value.
|
java.lang.String |
XmlApplicationPath.getAttribute(AttributeName name,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns an attribute value.
|
java.util.Iterator |
ApplicationPath.getAttributeNames(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns an iterator over the attribute names.
|
java.util.Iterator |
AbstractPath.getAttributeNames(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns an iterator over the attribute names.
|
java.util.Iterator |
XmlApplicationPath.getAttributeNames(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns an iterator over the attribute names.
|
long |
ApplicationPath.getLastModified(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns the last modified time of the named file.
|
abstract long |
AbstractPath.getLastModified(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns the last modified time of the named file.
|
long |
ApplicationPath.getLength(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns the length of the named file.
|
abstract long |
AbstractPath.getLength(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns the length of the named file.
|
protected Path |
ApplicationPath.getPath(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns the underlying path.
|
protected Path |
XmlApplicationPath.getPath(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns the underlying path.
|
protected Path |
FilePath.getPath(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns the underlying path.
|
boolean |
ApplicationPath.isDirectory(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns true if the named file is a directory.
|
abstract boolean |
AbstractPath.isDirectory(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns true if the named file is a directory.
|
boolean |
ApplicationPath.isFile(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns true if the named file is a file.
|
abstract boolean |
AbstractPath.isFile(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns true if the named file is a file.
|
java.lang.String[] |
ApplicationPath.list(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns a list of the files in the directory.
|
abstract java.lang.String[] |
AbstractPath.list(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns a list of the files in the directory.
|
java.lang.String[] |
XmlApplicationPath.list(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Returns a list of the files in the directory.
|
boolean |
ApplicationPath.mkdir(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Creates the named directory.
|
abstract boolean |
AbstractPath.mkdir(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Creates the named directory.
|
java.io.InputStream |
ApplicationPath.openRead(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Opens an InputStream for reading
|
abstract java.io.InputStream |
AbstractPath.openRead(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Opens an InputStream for reading
|
java.io.OutputStream |
ApplicationPath.openWrite(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Opens an OutputStream for writing.
|
abstract java.io.OutputStream |
AbstractPath.openWrite(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Opens an OutputStream for writing.
|
boolean |
ApplicationPath.remove(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Deletes the file
|
abstract boolean |
AbstractPath.remove(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Deletes the file
|
boolean |
XmlApplicationPath.remove(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Deletes the file
|
boolean |
AbstractPath.removeAttribute(AttributeName name,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Removes an attribute value.
|
boolean |
XmlApplicationPath.removeAttribute(AttributeName name,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Removes an attribute value.
|
void |
ApplicationPath.removeAttribute(java.lang.String name,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Removes an attribute value.
|
boolean |
AbstractPath.rename(java.lang.String path,
java.lang.String destination,
HttpServletRequest request,
ServletContext app)
Renames the file without forcing a copy.
|
boolean |
ApplicationPath.rmdir(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Removes the named directory.
|
abstract boolean |
AbstractPath.rmdir(java.lang.String path,
HttpServletRequest request,
ServletContext app)
Removes the named directory.
|
boolean |
ApplicationPath.setAttribute(AttributeName name,
java.lang.String value,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Sets an attribute value.
|
boolean |
AbstractPath.setAttribute(AttributeName name,
java.lang.String value,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Sets an attribute value.
|
boolean |
XmlApplicationPath.setAttribute(AttributeName name,
java.lang.String value,
java.lang.String path,
HttpServletRequest request,
ServletContext app)
Sets an attribute value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProfilerServlet.doGet(HttpServletRequest req,
HttpServletResponse res) |
protected void |
ProfilerServlet.doPost(HttpServletRequest req,
HttpServletResponse res) |
protected void |
ProfilerServlet.handleRequest(HttpServletRequest request,
HttpServletResponse response) |
protected void |
ProfilerServlet.handleResponse(HttpServletRequest request,
HttpServletResponse response) |
protected void |
ProfilerServlet.writeHtml(HttpServletRequest request,
HttpServletResponse response) |
protected void |
ProfilerServlet.writeXml(HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
HttpServletRequestWrapper
Wraps a servlet request in another request.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HttpServlet.doDelete(HttpServletRequest req,
HttpServletResponse res)
Process a DELETE request
|
protected void |
HttpServlet.doGet(HttpServletRequest req,
HttpServletResponse res)
Process a GET or HEAD request
|
protected void |
HttpServlet.doHead(HttpServletRequest req,
HttpServletResponse res)
Process a HEAD request.
|
protected void |
HttpServlet.doOptions(HttpServletRequest req,
HttpServletResponse res)
Process an OPTIONS request
|
protected void |
HttpServlet.doPost(HttpServletRequest req,
HttpServletResponse res)
Process a POST request
|
protected void |
HttpServlet.doPut(HttpServletRequest req,
HttpServletResponse res)
Process a PUT request
|
protected void |
HttpServlet.doTrace(HttpServletRequest req,
HttpServletResponse res)
Process a TRACE request
|
protected long |
HttpServlet.getLastModified(HttpServletRequest req)
Returns the last-modified time for the page for caching.
|
static java.lang.StringBuffer |
HttpUtils.getRequestURL(HttpServletRequest req)
Deprecated.
Converts the request back to an original request URL.
|
protected void |
HttpServlet.service(HttpServletRequest req,
HttpServletResponse res)
Services a HTTP request.
|
Constructor and Description |
---|
HttpServletRequestWrapper(HttpServletRequest request)
Creates a new request wrapper
|
Modifier and Type | Method and Description |
---|---|
void |
HttpJspPage._jspService(HttpServletRequest request,
HttpServletResponse response)
The main service method for a JSP page.
|