com.bea.alui.proxy
Class EnvironmentType

java.lang.Object
  extended bycom.bea.alui.proxy.EnvironmentType

public class EnvironmentType
extends java.lang.Object

Enumeration that represents the environment of execution for a CSP Request.


Field Summary
static EnvironmentType NONE
           
static EnvironmentType PLUMTREE
           
static EnvironmentType PORTLET
           
static EnvironmentType PROXY
           
 
Method Summary
 java.lang.String toString()
          Convert this EnvironmentType to a readable String.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final EnvironmentType NONE

PROXY

public static final EnvironmentType PROXY

PLUMTREE

public static final EnvironmentType PLUMTREE

PORTLET

public static final EnvironmentType PORTLET
Method Detail

toString

public java.lang.String toString()
Convert this EnvironmentType to a readable String.

Returns:
the readable String name for this environment type


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.