|
||||||||||
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.lang.String |
CREATE_DATA_SINK_FACTORY_EXTENSION_POINT
Name of the init parameter in the portlet.xml that identifies the portlet specific data sink factory. |
static java.lang.String |
DATA_SINK_FACTORY_EXTENSION_POINT
Name of the init parameter in the portlet.xml that identifies the portlet specific data sink factory. |
static java.lang.String |
DATA_SOURCE_FACTORY_EXTENSION_POINT
Name of the init parameter in the portlet.xml that identifies the portlet specific data source factory. |
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 int |
DEFAULT_BUFFER_SIZE
Default size of internal buffers. |
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 java.lang.String |
DELETE_DATA_SINK_FACTORY_EXTENSION_POINT
Name of the init parameter in the portlet.xml that identifies the portlet specific data sink factory. |
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_MULTIPART_POST_BINDING
Constant for HTTP multipart post binding |
static Binding |
HTTP_POST_BINDING
Constant for HTTP Post binding |
static java.lang.String |
KEY_ASPECT
the aspect |
static java.lang.String |
KEY_CACHE_CONTROL
key of the "cache-control" parameter |
static java.lang.String |
KEY_CACHE_POLICY
key of the parameter that optionally allows to override the cache policy |
static java.lang.String |
KEY_CACHE_SCOPE
key of the parameter that optionally allows to override the cache policy |
static java.lang.String |
KEY_CALENDAR
name of the key of the parameter that identifies the calendar. |
static java.lang.String |
KEY_DIGEST
name of the key of the parameter that identifies the request digest |
static java.lang.String |
KEY_LOCALE
name of the key of the parameter that identifies the request locale |
static java.lang.String |
KEY_MAX_AGE
key of the parameter that optionally allows to override the expiry |
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_PRAGMA
key of the "pragma" parameter |
static java.lang.String |
KEY_PROJECT_CONTEXT
key of the parameter that optionally allows to override the project scope value |
static java.lang.String |
KEY_REPRESENTATION_COMPACT
Deprecated. use VALUE_REPRESENTATION_COMPACT instead |
static java.lang.String |
KEY_REPRESENTATION_EMPTY
Deprecated. use #VALUE_REPRESENTATION_EMPTY} instead |
static java.lang.String |
KEY_REPRESENTATION_FULL
Deprecated. use VALUE_REPRESENTATION_FULL instead |
static java.lang.String |
KEY_REPRESENTATION_MEDIUM
Deprecated. use VALUE_REPRESENTATION_MEDIUM instead |
static java.lang.String |
KEY_REPRESENTATION_MODE
the representation mode |
static java.lang.String |
KEY_STATE_URL
Parameter for the poc view resolution that identifies the navigational state |
static java.lang.String |
KEY_TIME_ZONE
name of the key of the parameter that identifies the timezone. |
static java.lang.String |
KEY_UNENCODED_URI
key for URIs that are not correctly encoded, used for WCM |
static java.lang.String |
KEY_URI
name of the key of the parameter that identifies the POC URIs |
static java.lang.String |
KEY_USER_CONTEXT
key of the parameter that optionally allows to override the user-dependency value |
static java.lang.String |
KEY_VARY
key of the parameter that optionally allows to override the vary header. |
static java.lang.String |
KEY_VERB
Deprecated. use KEY_MODE instead |
static java.lang.String |
KEY_VIRTUAL_PORTAL_CONTEXT
key of the parameter that optionally allows to override the virtual portal scope value |
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 |
SCHEME_REDIRECT
Name of the URI scheme for redirect URIs |
static java.lang.String |
UPDATE_DATA_SINK_FACTORY_EXTENSION_POINT
Name of the init parameter in the portlet.xml that identifies the portlet specific data sink factory. |
static java.lang.String |
VALUE_CACHE
value of the "cache" pragma verb |
static java.lang.String |
VALUE_DELETE
value of the "delete" verb |
static java.lang.String |
VALUE_DOWNLOAD
value of the "download" verb |
static java.lang.String |
VALUE_DROP
value of the "drop" verb |
static java.lang.String |
VALUE_LOOKUP
value of the "lookup" verb |
static java.lang.String |
VALUE_MERGE
value of the "merge" verb |
static java.lang.String |
VALUE_MUST_REVALIDATE
cache policy to indicate that a client must revalidate |
static java.lang.String |
VALUE_NO_CACHE
value of the "no-cache" pragma verb |
static java.lang.String |
VALUE_NO_STORE
cache policy to indicate that a client must not store |
static java.lang.String |
VALUE_NONE
Indicates that no value is known (e.g. |
static java.lang.String |
VALUE_PRIVATE
cache policy to indicate a privately cacheable response |
static java.lang.String |
VALUE_PUBLIC
cache scope to indicate a publically cacheable response |
static java.lang.String |
VALUE_REFRESH
value of the "refresh" verb |
static java.lang.String |
VALUE_REPLACE
value of the "replace" verb |
static java.lang.String |
VALUE_REPRESENTATION_COMPACT
the representation mode |
static java.lang.String |
VALUE_REPRESENTATION_EMPTY
the representation mode |
static java.lang.String |
VALUE_REPRESENTATION_FULL
the representation mode |
static java.lang.String |
VALUE_REPRESENTATION_MEDIUM
the representation mode |
static java.lang.String |
VALUE_UNDEFINED
cache policy to indicate that a client must not store |
static java.lang.String |
VALUE_UPDATE
value of the "update" verb |
static java.lang.String |
VALUE_UPLOAD
value of the "upload" 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 SCHEME_REDIRECT
static final java.lang.String RESOLVER_EXTENSION_POINT
static final java.lang.String DATA_SOURCE_FACTORY_EXTENSION_POINT
static final java.lang.String DATA_SINK_FACTORY_EXTENSION_POINT
static final java.lang.String CREATE_DATA_SINK_FACTORY_EXTENSION_POINT
static final java.lang.String UPDATE_DATA_SINK_FACTORY_EXTENSION_POINT
static final java.lang.String DELETE_DATA_SINK_FACTORY_EXTENSION_POINT
static final Binding HTTP_BINDING
static final Binding HTTP_GET_BINDING
static final Binding HTTP_POST_BINDING
static final Binding HTTP_MULTIPART_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_UNENCODED_URI
@Deprecated static final java.lang.String KEY_VERB
KEY_MODE
instead
static final java.lang.String KEY_MODE
static final java.lang.String KEY_DIGEST
static final java.lang.String KEY_LOCALE
static final java.lang.String KEY_TIME_ZONE
TimeZone.getAvailableIDs()
.
static final java.lang.String KEY_CALENDAR
static final java.lang.String VALUE_DOWNLOAD
static final java.lang.String VALUE_UPLOAD
static final java.lang.String VALUE_VIEW
static final java.lang.String VALUE_LOOKUP
static final java.lang.String VALUE_REFRESH
static final java.lang.String VALUE_REPLACE
static final java.lang.String VALUE_UPDATE
static final java.lang.String VALUE_MERGE
static final java.lang.String VALUE_DELETE
static final java.lang.String VALUE_DROP
static final java.lang.String KEY_PRAGMA
static final java.lang.String KEY_MAX_AGE
static final java.lang.String KEY_VARY
VALUE_NONE
to indicate that the data source does not depend
on any header.
static final java.lang.String KEY_CACHE_POLICY
static final java.lang.String KEY_CACHE_SCOPE
static final java.lang.String KEY_USER_CONTEXT
static final java.lang.String KEY_PROJECT_CONTEXT
static final java.lang.String KEY_VIRTUAL_PORTAL_CONTEXT
static final java.lang.String VALUE_MUST_REVALIDATE
CacheControlDataSource.CACHE_POLICY
,
Constant Field Valuesstatic final java.lang.String VALUE_NO_STORE
CacheControlDataSource.CACHE_POLICY
,
Constant Field Valuesstatic final java.lang.String VALUE_UNDEFINED
CacheControlDataSource.CACHE_POLICY
,
Constant Field Valuesstatic final java.lang.String VALUE_PRIVATE
CacheControlDataSource.CACHE_SCOPE
,
Constant Field Valuesstatic final java.lang.String VALUE_NONE
static final java.lang.String VALUE_PUBLIC
CacheControlDataSource.CACHE_SCOPE
,
Constant Field Valuesstatic final java.lang.String KEY_CACHE_CONTROL
static final java.lang.String VALUE_NO_CACHE
static final java.lang.String VALUE_CACHE
static final java.lang.String KEY_ASPECT
static final java.lang.String KEY_REPRESENTATION_MODE
static final java.lang.String VALUE_REPRESENTATION_FULL
static final java.lang.String VALUE_REPRESENTATION_MEDIUM
static final java.lang.String VALUE_REPRESENTATION_COMPACT
static final java.lang.String VALUE_REPRESENTATION_EMPTY
@Deprecated static final java.lang.String KEY_REPRESENTATION_FULL
VALUE_REPRESENTATION_FULL
instead
@Deprecated static final java.lang.String KEY_REPRESENTATION_MEDIUM
VALUE_REPRESENTATION_MEDIUM
instead
@Deprecated static final java.lang.String KEY_REPRESENTATION_COMPACT
VALUE_REPRESENTATION_COMPACT
instead
@Deprecated static final java.lang.String KEY_REPRESENTATION_EMPTY
static final java.lang.String KEY_STATE_URL
static final int DEFAULT_BUFFER_SIZE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |