|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityTag | |
|---|---|
| org.cruxframework.crux.core.server.rest.core | |
| org.cruxframework.crux.core.server.rest.core.dispatch | |
| org.cruxframework.crux.core.server.rest.util.header | |
| Uses of EntityTag in org.cruxframework.crux.core.server.rest.core |
|---|
| Methods in org.cruxframework.crux.core.server.rest.core that return EntityTag | |
|---|---|
static EntityTag |
EntityTag.valueOf(String value)
Creates a new instance of EntityTag by parsing the supplied string. |
| Uses of EntityTag in org.cruxframework.crux.core.server.rest.core.dispatch |
|---|
| Fields in org.cruxframework.crux.core.server.rest.core.dispatch declared as EntityTag | |
|---|---|
protected EntityTag |
ResourceMethod.MethodReturn.etag
|
| Methods in org.cruxframework.crux.core.server.rest.core.dispatch that return EntityTag | |
|---|---|
EntityTag |
ResourceMethod.MethodReturn.getEtag()
|
EntityTag |
ConditionalResponse.getEtag()
|
| Methods in org.cruxframework.crux.core.server.rest.core.dispatch with parameters of type EntityTag | |
|---|---|
void |
ResourceMethod.MethodReturn.setEtag(EntityTag etag)
|
void |
ConditionalResponse.setEtag(EntityTag etag)
|
| Constructors in org.cruxframework.crux.core.server.rest.core.dispatch with parameters of type EntityTag | |
|---|---|
ConditionalResponse(EntityTag etag,
long lastModified,
int status)
|
|
| Uses of EntityTag in org.cruxframework.crux.core.server.rest.util.header |
|---|
| Methods in org.cruxframework.crux.core.server.rest.util.header that return EntityTag | |
|---|---|
static EntityTag |
EntityTagHeaderParser.fromString(String value)
|
| Methods in org.cruxframework.crux.core.server.rest.util.header with parameters of type EntityTag | |
|---|---|
static String |
EntityTagHeaderParser.toString(EntityTag value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||