public class VersionInvocation extends Invocation
Constructor and Description |
---|
VersionInvocation(Invocation invocation,
WebApp webApp,
Invocation oldInvocation,
WebApp oldWebApp,
long expireTime) |
Modifier and Type | Method and Description |
---|---|
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.
|
copyFrom, getDependency, getHost, getHostName, getPort, getRawURI, getSessionId, getURI, getURLLength, getWebApp, isSecure, setDependency, setHost, setHostName, setPort, setRawURI, setSecure, setSessionId, setURI, setWebApp, toString
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
public VersionInvocation(Invocation invocation, WebApp webApp, Invocation oldInvocation, WebApp oldWebApp, long expireTime)
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