org.exoplatform.services.portletcontainer
Class PCConstants

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.PCConstants

public class PCConstants
extends Object

Author:
Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: 26 janv. 2004 Time: 09:11:34

Field Summary
static int ACTION_INT
          Action.
static String ACTION_STRING
          Action.
static String AMPERSAND
          Ampersand.
static String APPLICATION_SCOPE
          App scope.
static String CACHE_REGION
          Cache.
static String DESTROYED
          Destroyed.
static int EVENT_INT
          Event.
static String EVENT_STRING
          Event.
static String EXCEPTION
          Exception.
static String GLOBAL_SCOPE_CACHE
          Global scope.
static String PORTLET_APP_ENCODER
          Portlet App
static String PORTLET_SCOPE
          Portlet scope.
static String REMOVE_PUBLIC_STRING
          Remove public params.
static int RENDER_INT
          Render.
static String RENDER_STRING
          Render.
static int RESOURCE_INT
          Resource.
static String RESOURCE_STRING
          Resource.
static String USER_SCOPE_CACHE
          User scope.
static String XHTML_MIME_TYPE
          Mime type.
 
Constructor Summary
PCConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_REGION

public static final String CACHE_REGION
Cache.

See Also:
Constant Field Values

USER_SCOPE_CACHE

public static final String USER_SCOPE_CACHE
User scope.

See Also:
Constant Field Values

GLOBAL_SCOPE_CACHE

public static final String GLOBAL_SCOPE_CACHE
Global scope.

See Also:
Constant Field Values

EXCEPTION

public static final String EXCEPTION
Exception.

See Also:
Constant Field Values

DESTROYED

public static final String DESTROYED
Destroyed.

See Also:
Constant Field Values

PORTLET_SCOPE

public static final String PORTLET_SCOPE
Portlet scope.

See Also:
Constant Field Values

APPLICATION_SCOPE

public static final String APPLICATION_SCOPE
App scope.

See Also:
Constant Field Values

PORTLET_APP_ENCODER

public static final String PORTLET_APP_ENCODER
Portlet App

See Also:
Constant Field Values

XHTML_MIME_TYPE

public static final String XHTML_MIME_TYPE
Mime type.

See Also:
Constant Field Values

RENDER_STRING

public static final String RENDER_STRING
Render.

See Also:
Constant Field Values

ACTION_STRING

public static final String ACTION_STRING
Action.

See Also:
Constant Field Values

EVENT_STRING

public static final String EVENT_STRING
Event.

See Also:
Constant Field Values

RESOURCE_STRING

public static final String RESOURCE_STRING
Resource.

See Also:
Constant Field Values

RENDER_INT

public static final int RENDER_INT
Render.

See Also:
Constant Field Values

ACTION_INT

public static final int ACTION_INT
Action.

See Also:
Constant Field Values

EVENT_INT

public static final int EVENT_INT
Event.

See Also:
Constant Field Values

RESOURCE_INT

public static final int RESOURCE_INT
Resource.

See Also:
Constant Field Values

REMOVE_PUBLIC_STRING

public static final String REMOVE_PUBLIC_STRING
Remove public params.

See Also:
Constant Field Values

AMPERSAND

public static final String AMPERSAND
Ampersand.

See Also:
Constant Field Values
Constructor Detail

PCConstants

public PCConstants()


Copyright © 2009 eXo Platform SAS. All Rights Reserved.