Novell exteNd
Director 5.2 API

com.novell.afw.portal.proxy
Interface EbiProxyConstants

All Known Implementing Classes:
EboPortletContainerProxy

public interface EbiProxyConstants

This interface contains constants for portlet container proxy API.

Since:
v5.0

Field Summary
static String COMPONENT_CONTAINER
          Container type of the Component Container.
static String COMPONENT_CONTAINER_ENABLE_KEY
          Configration property key for enabling component container
static String COMPONENT_PORTLET_TYPE
          Portlet type of components
static String PORTLET_CONSUMER_CONTAINER
          Container type of the Portlet Consumer Container.
static String PORTLET_CONTAINER
          Container type of the local portlet container (supports jsr168).
static String PORTLET_CONTAINER_ENABLE_KEY
          Configration property key for enabling portlet container
static String STANDARD_PORTLET_TYPE
          Portlet type of standard portlets (JSR 168)
static String WSRP_CONSUMER_CONTAINER
          Container type of the WSRP Consumer Container.
static String WSRP_CONSUMER_ENABLE_KEY
          Configration property key for enabling WSRP consumer
static String WSRP_PORTLET_TYPE
          Portlet type of WSRP portlets
 

Field Detail

PORTLET_CONTAINER

public static final String PORTLET_CONTAINER
Container type of the local portlet container (supports jsr168).
Since:
v5.0

PORTLET_CONSUMER_CONTAINER

public static final String PORTLET_CONSUMER_CONTAINER
Container type of the Portlet Consumer Container.
Since:
v5.0

WSRP_CONSUMER_CONTAINER

public static final String WSRP_CONSUMER_CONTAINER
Container type of the WSRP Consumer Container.
Since:
v5.0

COMPONENT_CONTAINER

public static final String COMPONENT_CONTAINER
Container type of the Component Container.
Since:
v5.0

STANDARD_PORTLET_TYPE

public static final String STANDARD_PORTLET_TYPE
Portlet type of standard portlets (JSR 168)
Since:
v5.0

COMPONENT_PORTLET_TYPE

public static final String COMPONENT_PORTLET_TYPE
Portlet type of components
Since:
v5.0

WSRP_PORTLET_TYPE

public static final String WSRP_PORTLET_TYPE
Portlet type of WSRP portlets
Since:
v5.0

PORTLET_CONTAINER_ENABLE_KEY

public static final String PORTLET_CONTAINER_ENABLE_KEY
Configration property key for enabling portlet container
Since:
v5.0

COMPONENT_CONTAINER_ENABLE_KEY

public static final String COMPONENT_CONTAINER_ENABLE_KEY
Configration property key for enabling component container
Since:
v5.0

WSRP_CONSUMER_ENABLE_KEY

public static final String WSRP_CONSUMER_ENABLE_KEY
Configration property key for enabling WSRP consumer

This property is stored in WSRPConsumerService-conf/config.xml

Since:
v5.2

Novell exteNd
Director 5.2 API