com.ibm.portal.resolver
Interface Constants

All Known Subinterfaces:
PocURL

public interface Constants

Multi purpose constants that support the POC framework

Since:
6.1.0

Field Summary
static java.util.Set<Binding> ALL_BINDING_SET
          Set of the default bindings that will be accepted by the resolution infrastructure
static Binding[] ALL_BINDINGS
          Array of all bindings that will be accepted by the resolution infrastructure
static java.util.Set<Binding> DEFAULT_BINDING_SET
          Set of the default bindings that will be accepted by the resolution infrastructure in case of a GET
static Binding[] DEFAULT_BINDINGS
          Array of the default bindings that will be accepted by the resolution infrastructure in case of a GET request
static java.util.Set<Binding> DEFAULT_POST_BINDING_SET
          Set of the default bindings that will be accepted by the resolution infrastructure in case of a POST request
static Binding[] DEFAULT_POST_BINDINGS
          Array of the default bindings that will be accepted by the resolution infrastructure in case of a POST request
static Binding HTTP_BINDING
          Constants for the raw http binding
static Binding HTTP_DELETE_BINDING
          Constant for HTTP Post binding
static Binding HTTP_GET_BINDING
          Constant for HTTP GET binding
static Binding HTTP_POST_BINDING
          Constant for HTTP Post binding
static java.lang.String KEY_DIGEST
          name of the key of the parameter that identifies the request digest
static java.lang.String KEY_MIME_TYPE
          key for the parameter that defines the mime-types
static java.lang.String KEY_MODE
          name of the key of the parameter that identifies the verb
static java.lang.String KEY_POCURI_PARAM
          name of the JSR168 render parameter that is passed to the target portlet during POC resolution in case no portlet resolver is specified for a particular poc URI.
static java.lang.String KEY_URI
          name of the key of the parameter that identifies the POC URIs
static java.lang.String KEY_VERB
          Deprecated.  
static java.lang.String PORTLET_CONTENT_LOCATION_TYPE
          Content location type for the standard portlet resolver
static java.lang.String RESOLVER_EXTENSION_POINT
          Name of the init parameter in the portlet.xml that identifies the portlet specific resolver.
static java.lang.String SCHEME_PORTLET
          Name of the URI scheme for portlet URIs, e.g.
static java.lang.String VALUE_DOWNLOAD
          value of the "download" verb
static java.lang.String VALUE_LOOKUP
          value of the "lookup" verb
static java.lang.String VALUE_VIEW
          value of the "view" verb
static Binding WP_SELECTION_BINDING
          Constant for selection binding
 

Field Detail

KEY_POCURI_PARAM

static final java.lang.String KEY_POCURI_PARAM
name of the JSR168 render parameter that is passed to the target portlet during POC resolution in case no portlet resolver is specified for a particular poc URI. The value for this special render parameter will be the serialized pocURI

See Also:
Constant Field Values

SCHEME_PORTLET

static final java.lang.String SCHEME_PORTLET
Name of the URI scheme for portlet URIs, e.g. URIs that are used to resolve the navigational state to address portlets.

See Also:
Constant Field Values

RESOLVER_EXTENSION_POINT

static final java.lang.String RESOLVER_EXTENSION_POINT
Name of the init parameter in the portlet.xml that identifies the portlet specific resolver.


HTTP_BINDING

static final Binding HTTP_BINDING
Constants for the raw http binding


HTTP_GET_BINDING

static final Binding HTTP_GET_BINDING
Constant for HTTP GET binding


HTTP_POST_BINDING

static final Binding HTTP_POST_BINDING
Constant for HTTP Post binding


HTTP_DELETE_BINDING

static final Binding HTTP_DELETE_BINDING
Constant for HTTP Post binding


WP_SELECTION_BINDING

static final Binding WP_SELECTION_BINDING
Constant for selection binding


DEFAULT_BINDINGS

static final Binding[] DEFAULT_BINDINGS
Array of the default bindings that will be accepted by the resolution infrastructure in case of a GET request


DEFAULT_POST_BINDINGS

static final Binding[] DEFAULT_POST_BINDINGS
Array of the default bindings that will be accepted by the resolution infrastructure in case of a POST request


ALL_BINDINGS

static final Binding[] ALL_BINDINGS
Array of all bindings that will be accepted by the resolution infrastructure


DEFAULT_BINDING_SET

static final java.util.Set<Binding> DEFAULT_BINDING_SET
Set of the default bindings that will be accepted by the resolution infrastructure in case of a GET


DEFAULT_POST_BINDING_SET

static final java.util.Set<Binding> DEFAULT_POST_BINDING_SET
Set of the default bindings that will be accepted by the resolution infrastructure in case of a POST request


ALL_BINDING_SET

static final java.util.Set<Binding> ALL_BINDING_SET
Set of the default bindings that will be accepted by the resolution infrastructure


PORTLET_CONTENT_LOCATION_TYPE

static final java.lang.String PORTLET_CONTENT_LOCATION_TYPE
Content location type for the standard portlet resolver


KEY_MIME_TYPE

static final java.lang.String KEY_MIME_TYPE
key for the parameter that defines the mime-types

See Also:
Constant Field Values

KEY_URI

static final java.lang.String KEY_URI
name of the key of the parameter that identifies the POC URIs

See Also:
Constant Field Values

KEY_VERB

static final java.lang.String KEY_VERB
Deprecated. 
name of the key of the parameter that identifies the verb

See Also:
Constant Field Values

KEY_MODE

static final java.lang.String KEY_MODE
name of the key of the parameter that identifies the verb

See Also:
Constant Field Values

KEY_DIGEST

static final java.lang.String KEY_DIGEST
name of the key of the parameter that identifies the request digest

See Also:
Constant Field Values

VALUE_DOWNLOAD

static final java.lang.String VALUE_DOWNLOAD
value of the "download" verb

See Also:
Constant Field Values

VALUE_VIEW

static final java.lang.String VALUE_VIEW
value of the "view" verb

See Also:
Constant Field Values

VALUE_LOOKUP

static final java.lang.String VALUE_LOOKUP
value of the "lookup" verb

See Also:
Constant Field Values