FrontDoorQuery Class

public final class FrontDoorQuery
extends ExpandableStringEnum<FrontDoorQuery>

Treatment of URL query terms when forming the cache key.

Field Summary

Modifier and Type Field and Description
static final FrontDoorQuery STRIP_ALL

Static value StripAll for FrontDoorQuery.

static final FrontDoorQuery STRIP_ALL_EXCEPT

Static value StripAllExcept for FrontDoorQuery.

static final FrontDoorQuery STRIP_NONE

Static value StripNone for FrontDoorQuery.

static final FrontDoorQuery STRIP_ONLY

Static value StripOnly for FrontDoorQuery.

Constructor Summary

Constructor Description
FrontDoorQuery()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FrontDoorQuery value.

Method Summary

Modifier and Type Method and Description
static FrontDoorQuery fromString(String name)

Creates or finds a FrontDoorQuery from its string representation.

static Collection<FrontDoorQuery> values()

Gets known FrontDoorQuery values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

STRIP_ALL

public static final FrontDoorQuery STRIP_ALL

Static value StripAll for FrontDoorQuery.

STRIP_ALL_EXCEPT

public static final FrontDoorQuery STRIP_ALL_EXCEPT

Static value StripAllExcept for FrontDoorQuery.

STRIP_NONE

public static final FrontDoorQuery STRIP_NONE

Static value StripNone for FrontDoorQuery.

STRIP_ONLY

public static final FrontDoorQuery STRIP_ONLY

Static value StripOnly for FrontDoorQuery.

Constructor Details

FrontDoorQuery

@Deprecated
public FrontDoorQuery()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FrontDoorQuery value.

Method Details

fromString

public static FrontDoorQuery fromString(String name)

Creates or finds a FrontDoorQuery from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding FrontDoorQuery.

values

public static Collection values()

Gets known FrontDoorQuery values.

Returns:

known FrontDoorQuery values.

Applies to