protected static enum ExpiresFilter.StartingPoint extends java.lang.Enum<ExpiresFilter.StartingPoint>
ACCESS_TIME
)
or the last time the html-page/servlet-response was modified (
LAST_MODIFICATION_TIME
).Enum Constant and Description |
---|
ACCESS_TIME |
LAST_MODIFICATION_TIME |
Modifier and Type | Method and Description |
---|---|
static ExpiresFilter.StartingPoint |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExpiresFilter.StartingPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExpiresFilter.StartingPoint ACCESS_TIME
public static final ExpiresFilter.StartingPoint LAST_MODIFICATION_TIME
public static ExpiresFilter.StartingPoint[] values()
for (ExpiresFilter.StartingPoint c : ExpiresFilter.StartingPoint.values()) System.out.println(c);
public static ExpiresFilter.StartingPoint valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.