| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constants
Multi purpose constants that support the POC framework
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 |
---|
static final java.lang.String KEY_POCURI_PARAM
static final java.lang.String SCHEME_PORTLET
static final java.lang.String RESOLVER_EXTENSION_POINT
static final Binding HTTP_BINDING
static final Binding HTTP_GET_BINDING
static final Binding HTTP_POST_BINDING
static final Binding HTTP_DELETE_BINDING
static final Binding WP_SELECTION_BINDING
static final Binding[] DEFAULT_BINDINGS
static final Binding[] DEFAULT_POST_BINDINGS
static final Binding[] ALL_BINDINGS
static final java.util.Set<Binding> DEFAULT_BINDING_SET
static final java.util.Set<Binding> DEFAULT_POST_BINDING_SET
static final java.util.Set<Binding> ALL_BINDING_SET
static final java.lang.String PORTLET_CONTENT_LOCATION_TYPE
static final java.lang.String KEY_MIME_TYPE
static final java.lang.String KEY_URI
static final java.lang.String KEY_VERB
static final java.lang.String KEY_MODE
static final java.lang.String KEY_DIGEST
static final java.lang.String VALUE_DOWNLOAD
static final java.lang.String VALUE_VIEW
static final java.lang.String VALUE_LOOKUP
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |