protected static enum PortletResourceURL.PropertyKeys extends java.lang.Enum<PortletResourceURL.PropertyKeys>
| Enum Constant and Description |
|---|
cacheability |
escapeXml |
id |
secure |
var |
| Modifier and Type | Method and Description |
|---|---|
static PortletResourceURL.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PortletResourceURL.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortletResourceURL.PropertyKeys cacheability
public static final PortletResourceURL.PropertyKeys escapeXml
public static final PortletResourceURL.PropertyKeys id
public static final PortletResourceURL.PropertyKeys secure
public static final PortletResourceURL.PropertyKeys var
public static PortletResourceURL.PropertyKeys[] values()
for (PortletResourceURL.PropertyKeys c : PortletResourceURL.PropertyKeys.values()) System.out.println(c);
public static PortletResourceURL.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2022 Liferay, Inc. All Rights Reserved.