com.bea.portlet
Enum StandalonePortletURL.ContentMode

java.lang.Object
  extended by java.lang.Enum<StandalonePortletURL.ContentMode>
      extended by com.bea.portlet.StandalonePortletURL.ContentMode
All Implemented Interfaces
Serializable, Comparable<StandalonePortletURL.ContentMode>
Enclosing class:
StandalonePortletURL

public static enum StandalonePortletURL.ContentMode
extends Enum<StandalonePortletURL.ContentMode>

Enumeration of valid values for the StandalonePortletURL.KEY_CONTENT_MODE parameter


Enum Constant Summary
FRAGMENT
          Portlet content will be rendered as a HTML fragment.
FULL
          Portlet content will be rendered as a full HTML document.
 
Method Summary
static StandalonePortletURL.ContentMode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StandalonePortletURL.ContentMode[] values()
          Returns an array containing the constants of this enum type, in the order theyre 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

FULL

public static final StandalonePortletURL.ContentMode FULL
Portlet content will be rendered as a full HTML document.


FRAGMENT

public static final StandalonePortletURL.ContentMode FRAGMENT
Portlet content will be rendered as a HTML fragment.

Method Detail

values

public static final StandalonePortletURL.ContentMode[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.


valueOf

public static StandalonePortletURL.ContentMode valueOf(String name)
Returns the enum constant of this type with the specified name.



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.