Package de.xima.fc.common.etag
Class ETagResource.NotModified<T>
- java.lang.Object
-
- de.xima.fc.common.etag.ETagResource<T>
-
- de.xima.fc.common.etag.ETagResource.NotModified<T>
-
- Type Parameters:
T
- Type of the resource.
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ETagResource<T>
public static final class ETagResource.NotModified<T> extends ETagResource<T>
AnETagResource
that represents a resource that was not modified.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.common.etag.ETagResource
ETagResource.Matcher<T,R>, ETagResource.Modified<T>, ETagResource.NotFound<T>, ETagResource.NotModified<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
-
Methods inherited from class de.xima.fc.common.etag.ETagResource
match, modified, notFound, notModified
-
-