protected static enum ExpiresFilter.StartingPoint extends 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(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.