| Package | Description |
|---|---|
| org.osgl.mvc.result |
| Modifier and Type | Field and Description |
|---|---|
static NotModified |
NotModified.INSTANCE
The static NotModified result
|
| Modifier and Type | Method and Description |
|---|---|
static NotModified |
NotModified.get()
Returns the
static NotModified instance |
static NotModified |
NotModified.of(String etag)
Returns a static NotModified instance which when calling on
etag() method, will return whatever stored in the Result.payload thread local. |
static NotModified |
NotModified.of(String etag,
Object... args)
Returns a static NotModified instance which when calling on
etag() method, will return whatever stored in the Result.payload thread local. |
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.