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, toStringclearAsyncSupported, copyFrom, getClassLoader, getContextPath, getContextRequest, getContextURI, getFilterChain, getMultipartConfig, getPathInfo, getQueryString, getRequestCount, getSecurityRoleMap, getServletName, getServletPath, isAsyncSupported, service, setClassLoader, setContextPath, setContextURI, setFilterChain, setMultipartConfig, setPathInfo, setQueryString, setSecurityRoleMap, setServletName, setServletPathpublic VersionInvocation(Invocation invocation, WebApp webApp, Invocation oldInvocation, WebApp oldWebApp, long expireTime)
public boolean isModified()
isModified in interface DependencyisModified in class Invocationpublic boolean logModified(java.util.logging.Logger log)
logModified in interface DependencylogModified in class Invocationpublic Invocation getRequestInvocation(HttpServletRequestImpl request)
getRequestInvocation in class Invocationrequest - the servlet requestpublic int hashCode()
hashCode in class Invocationpublic boolean equals(java.lang.Object o)
equals in class Invocation