
public static enum GlueContext.PortletContentType extends Enum<GlueContext.PortletContentType> implements GlueContext.ContentType
| Enum Constant and Description |
|---|
COOKIE |
HTTP_HEADER |
PORTLET_REQUEST_ATTR |
PORTLET_REQUEST_PARAM_PRIVATE |
PORTLET_REQUEST_PARAM_PUBLIC |
SESSION_ATTR_APPLICATION_SCOPE |
SESSION_ATTR_PORTLET_SCOPE |
| Modifier and Type | Method and Description |
|---|---|
static GlueContext.PortletContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlueContext.PortletContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlueContext.PortletContentType PORTLET_REQUEST_PARAM_PUBLIC
public static final GlueContext.PortletContentType PORTLET_REQUEST_PARAM_PRIVATE
public static final GlueContext.PortletContentType PORTLET_REQUEST_ATTR
public static final GlueContext.PortletContentType SESSION_ATTR_APPLICATION_SCOPE
public static final GlueContext.PortletContentType SESSION_ATTR_PORTLET_SCOPE
public static final GlueContext.PortletContentType COOKIE
public static final GlueContext.PortletContentType HTTP_HEADER
public static GlueContext.PortletContentType[] values()
for (GlueContext.PortletContentType c : GlueContext.PortletContentType.values()) System.out.println(c);
public static GlueContext.PortletContentType 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 nullCopyright © 2013–2020 POSCO ICT. All rights reserved.