|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.dispatch.ServletInvocation
com.caucho.server.dispatch.Invocation
com.caucho.server.dispatch.VersionInvocation
public class VersionInvocation
A repository for request information gleaned from the uri.
Constructor Summary | |
---|---|
VersionInvocation(Invocation invocation,
WebApp webApp,
Invocation oldInvocation,
WebApp oldWebApp,
long expireTime)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Checks for equality |
Invocation |
getRequestInvocation(HttpServletRequestImpl request)
Returns the versioned invocation based on this request. |
int |
hashCode()
Returns the invocation's hash code. |
boolean |
isModified()
Returns true if the invocation has been modified. |
boolean |
logModified(java.util.logging.Logger log)
Log the reason for modification. |
Methods inherited from class com.caucho.server.dispatch.Invocation |
---|
copyFrom, getDependency, getHost, getHostName, getPort, getRawURI, getSessionId, getURI, getURLLength, getWebApp, isSecure, setDependency, setHost, setHostName, setPort, setRawURI, setSecure, setSessionId, setURI, setWebApp, toString |
Methods inherited from class com.caucho.server.dispatch.ServletInvocation |
---|
clearAsyncSupported, copyFrom, getClassLoader, getContextPath, getContextRequest, getContextURI, getFilterChain, getMultipartConfig, getPathInfo, getQueryString, getRequestCount, getSecurityRoleMap, getServletName, getServletPath, isAsyncSupported, service, setClassLoader, setContextPath, setContextURI, setFilterChain, setMultipartConfig, setPathInfo, setQueryString, setSecurityRoleMap, setServletName, setServletPath |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VersionInvocation(Invocation invocation, WebApp webApp, Invocation oldInvocation, WebApp oldWebApp, long expireTime)
Method Detail |
---|
public boolean isModified()
isModified
in interface Dependency
isModified
in class Invocation
public boolean logModified(java.util.logging.Logger log)
logModified
in interface Dependency
logModified
in class Invocation
public Invocation getRequestInvocation(HttpServletRequestImpl request)
getRequestInvocation
in class Invocation
request
- the servlet requestpublic int hashCode()
hashCode
in class Invocation
public boolean equals(java.lang.Object o)
equals
in class Invocation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |