Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
public static enum LastModifiedServlet.AddLastModifiedWhen extends Enum<LastModifiedServlet.AddLastModifiedWhen>
| Enum Constant and Description |
|---|
AUTO
Only tries to add last modified time to URLs that match expected
static resource files, by extension.
|
FALSE
Never tries to add last modified time.
|
TRUE
Always tries to add last modified time.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLowerName() |
static LastModifiedServlet.AddLastModifiedWhen |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LastModifiedServlet.AddLastModifiedWhen |
valueOfLowerName(String lowerName) |
static LastModifiedServlet.AddLastModifiedWhen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LastModifiedServlet.AddLastModifiedWhen TRUE
public static final LastModifiedServlet.AddLastModifiedWhen FALSE
public static final LastModifiedServlet.AddLastModifiedWhen AUTO
public static LastModifiedServlet.AddLastModifiedWhen[] values()
for (LastModifiedServlet.AddLastModifiedWhen c : LastModifiedServlet.AddLastModifiedWhen.values()) System.out.println(c);
public static LastModifiedServlet.AddLastModifiedWhen 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 nullpublic static LastModifiedServlet.AddLastModifiedWhen valueOfLowerName(String lowerName)
public String getLowerName()
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.