com.poscoict.glueframework.context
Enum GlueContext.PortletContentType

java.lang.Object
  extended by java.lang.Enum<GlueContext.PortletContentType>
      extended by com.poscoict.glueframework.context.GlueContext.PortletContentType
All Implemented Interfaces:
GlueContext.ContentType, Serializable, Comparable<GlueContext.PortletContentType>
Enclosing interface:
GlueContext

public static enum GlueContext.PortletContentType
extends Enum<GlueContext.PortletContentType>
implements GlueContext.ContentType

GluePortletContextÀÇ ContentType Á¤ÀÇ


Enum Constant Summary
COOKIE
           
HTTP_HEADER
           
PORTLET_REQUEST_ATTR
           
PORTLET_REQUEST_PARAM_PRIVATE
           
PORTLET_REQUEST_PARAM_PUBLIC
           
SESSION_ATTR_APPLICATION_SCOPE
           
SESSION_ATTR_PORTLET_SCOPE
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

PORTLET_REQUEST_PARAM_PUBLIC

public static final GlueContext.PortletContentType PORTLET_REQUEST_PARAM_PUBLIC

PORTLET_REQUEST_PARAM_PRIVATE

public static final GlueContext.PortletContentType PORTLET_REQUEST_PARAM_PRIVATE

PORTLET_REQUEST_ATTR

public static final GlueContext.PortletContentType PORTLET_REQUEST_ATTR

SESSION_ATTR_APPLICATION_SCOPE

public static final GlueContext.PortletContentType SESSION_ATTR_APPLICATION_SCOPE

SESSION_ATTR_PORTLET_SCOPE

public static final GlueContext.PortletContentType SESSION_ATTR_PORTLET_SCOPE

COOKIE

public static final GlueContext.PortletContentType COOKIE

HTTP_HEADER

public static final GlueContext.PortletContentType HTTP_HEADER
Method Detail

values

public static GlueContext.PortletContentType[] 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 (GlueContext.PortletContentType c : GlueContext.PortletContentType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static GlueContext.PortletContentType 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 © 2013–2015 POSCO ICT SWÁ¦Ç°±â¼úÆÀ. All rights reserved.