- All Implemented Interfaces:
Serializable
,Comparable<AnyMETA.Name>
,Function<AnyDocument<?>,
String>
- Enclosing class:
AnyMETA<D extends AnyDocument<D>,
PC extends AnyUnion_Metadata_Phrasing<D, PC>, E extends AnyMETA<D, PC, E>>
public static enum AnyMETA.Name
extends Enum<AnyMETA.Name>
implements Function<AnyDocument<?>,String>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionOn iOS, you can specify is capable as a web application with launch icon.On iOS, you can specify a web application status bar style.On iOS, you can specify a web application title for the launch icon.application-name
which defines the name of the application running in the web page.author
which defines the name of the document's author.Specifies one or more color schemes with which the document is compatible.creator
which defines the name of the creator of the document, such as an organization or institution.description
which contains a short and accurate summary of the content of the page.generator
which contains the identifier of the software that generated the page.googlebot
, a synonym ofrobots
, is only followed by Googlebot (the indexing crawler for Google).keywords
which contains words relevant to the page's content separated by commas.publisher
which defines the name of the document's publisher.referrer
which controls the HTTP Referer header attached to requests sent from the document.The robots meta tag lets you utilize a granular, page-specific approach to controlling how an individual page should be indexed and served to users.slurp
, is a synonym ofrobots
, but only for Slurp - the crawler for Yahoo Search.theme-color
which indicates a suggested color that user agents should use to customize the display of the page or of the surrounding user interface.viewport
, which gives hints about the size of the initial size of the viewport. -
Method Summary
Modifier and TypeMethodDescriptionapply
(AnyDocument<?> document) getValue()
toString()
static AnyMETA.Name
Returns the enum constant of this type with the specified name.static AnyMETA.Name[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
APPLICATION_NAME
application-name
which defines the name of the application running in the web page. -
AUTHOR
author
which defines the name of the document's author. -
DESCRIPTION
description
which contains a short and accurate summary of the content of the page. Several browsers, like Firefox and Opera, use this as the default description of bookmarked pages. -
GENERATOR
generator
which contains the identifier of the software that generated the page. -
KEYWORDS
keywords
which contains words relevant to the page's content separated by commas. -
REFERRER
referrer
which controls the HTTP Referer header attached to requests sent from the document. -
THEME_COLOR
theme-color
which indicates a suggested color that user agents should use to customize the display of the page or of the surrounding user interface. -
COLOR_SCHEME
Specifies one or more color schemes with which the document is compatible. -
CREATOR
creator
which defines the name of the creator of the document, such as an organization or institution. -
GOOGLEBOT
googlebot
, a synonym ofrobots
, is only followed by Googlebot (the indexing crawler for Google). -
PUBLISHER
publisher
which defines the name of the document's publisher. -
ROBOTS
The robots meta tag lets you utilize a granular, page-specific approach to controlling how an individual page should be indexed and served to users.See Robots meta tag, data-nosnippet, and X-Robots-Tag specifications.
-
SLURP
slurp
, is a synonym ofrobots
, but only for Slurp - the crawler for Yahoo Search. -
VIEWPORT
viewport
, which gives hints about the size of the initial size of the viewport. Used by mobile devices only. -
APPLE_MOBILE_WEB_APP_TITLE
On iOS, you can specify a web application title for the launch icon. -
APPLE_MOBILE_WEB_APP_CAPABLE
On iOS, you can specify is capable as a web application with launch icon. Use with caution. -
APPLE_MOBILE_WEB_APP_STATUS_BAR_STYLE
On iOS, you can specify a web application status bar style.
-
-
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 nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<AnyMETA.Name>
-
apply
- Specified by:
apply
in interfaceFunction<AnyDocument<?>,
String>
-
getValue
-