Enum Constant Summary
Enum Constants
To specify an icon for a single webpage or replace the website icon with a webpage-specific icon, add a link element to the webpage.
On iOS, similar to native applications, you can specify a launch screen image that is displayed while your web application launches.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
ARCHIVES
Deprecated.
MDN only.
FIRST
Deprecated.
MDN only.
INDEX
Deprecated.
MDN only.
LAST
Deprecated.
MDN only.
APPLE_TOUCH_ICON
To specify an icon for a single webpage or replace the website icon with a webpage-specific icon, add a link element to the webpage.
See Configuring Web Applications .
APPLE_TOUCH_STARTUP_IMAGE
public static final AnyLINK.Rel APPLE_TOUCH_STARTUP_IMAGE
On iOS, similar to native applications, you can specify a launch screen image that is displayed while your web application launches.
See Configuring Web Applications .
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null