com.liferay.faces.util.product
Enum Product.Name
java.lang.Object
java.lang.Enum<Product.Name>
com.liferay.faces.util.product.Product.Name
- All Implemented Interfaces:
- Serializable, Comparable<Product.Name>
- Enclosing interface:
- Product
public static enum Product.Name
- extends Enum<Product.Name>
- Author:
- Kyle Stiemann
|
Method Summary |
static Product.Name |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Product.Name[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
ANGULARBEANS
public static final Product.Name ANGULARBEANS
ANGULARFACES
public static final Product.Name ANGULARFACES
BOOTSFACES
public static final Product.Name BOOTSFACES
BUTTERFACES
public static final Product.Name BUTTERFACES
CDI
public static final Product.Name CDI
CDI_API
public static final Product.Name CDI_API
CLOSURE_TEMPLATES
public static final Product.Name CLOSURE_TEMPLATES
DELTASPIKE
public static final Product.Name DELTASPIKE
GLASSFISH
public static final Product.Name GLASSFISH
HIGHFACES
public static final Product.Name HIGHFACES
ICEFACES
public static final Product.Name ICEFACES
JETTY
public static final Product.Name JETTY
JSF
public static final Product.Name JSF
JSF_API
public static final Product.Name JSF_API
LIFERAY_FACES_ALLOY
public static final Product.Name LIFERAY_FACES_ALLOY
LIFERAY_FACES_BRIDGE
public static final Product.Name LIFERAY_FACES_BRIDGE
LIFERAY_FACES_BRIDGE_EXT
public static final Product.Name LIFERAY_FACES_BRIDGE_EXT
LIFERAY_FACES_CLAY
public static final Product.Name LIFERAY_FACES_CLAY
LIFERAY_FACES_METAL
@Deprecated
public static final Product.Name LIFERAY_FACES_METAL
- Deprecated.
LIFERAY_FACES_PORTAL
public static final Product.Name LIFERAY_FACES_PORTAL
LIFERAY_FACES_SHOWCASE
public static final Product.Name LIFERAY_FACES_SHOWCASE
LIFERAY_FACES_UTIL
public static final Product.Name LIFERAY_FACES_UTIL
LIFERAY_PORTAL
public static final Product.Name LIFERAY_PORTAL
MOJARRA
public static final Product.Name MOJARRA
MYFACES
public static final Product.Name MYFACES
OMNIFACES
public static final Product.Name OMNIFACES
OPEN_WEB_BEANS
public static final Product.Name OPEN_WEB_BEANS
PORTLET_API
public static final Product.Name PORTLET_API
PLUTO
public static final Product.Name PLUTO
PORTLET_CONTAINER
public static final Product.Name PORTLET_CONTAINER
PRIMEFACES
public static final Product.Name PRIMEFACES
PRIMEFACES_EXTENSIONS
public static final Product.Name PRIMEFACES_EXTENSIONS
RESIN
public static final Product.Name RESIN
RICHFACES
public static final Product.Name RICHFACES
SERVLET_API
public static final Product.Name SERVLET_API
SERVLET_CONTAINER
public static final Product.Name SERVLET_CONTAINER
SPRING_FRAMEWORK
public static final Product.Name SPRING_FRAMEWORK
TOMCAT
public static final Product.Name TOMCAT
WELD
public static final Product.Name WELD
WEBLOGIC
public static final Product.Name WEBLOGIC
WEBSPHERE
public static final Product.Name WEBSPHERE
WILDFLY
public static final Product.Name WILDFLY
values
public static Product.Name[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Product.Name c : Product.Name.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Product.Name valueOf(String name)
- 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
Copyright © 2019 Liferay, Inc.. All rights reserved.