PREV CLASS NEXT CLASS
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.resolver
Interface Constants
- All Known Subinterfaces:
- PocURL
public interface ConstantsMulti 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 infrastructurestatic Binding[] ALL_BINDINGS
Array of all bindings that will be accepted by the resolution infrastructurestatic 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 GETstatic Binding[] DEFAULT_BINDINGS
Array of the default bindings that will be accepted by the resolution infrastructure in case of a GET requeststatic 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 requeststatic Binding[] DEFAULT_POST_BINDINGS
Array of the default bindings that will be accepted by the resolution infrastructure in case of a POST requeststatic 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 bindingstatic Binding HTTP_DELETE_BINDING
Constant for HTTP Post bindingstatic Binding HTTP_GET_BINDING
Constant for HTTP GET bindingstatic Binding HTTP_MULTIPART_POST_BINDING
Constant for HTTP multipart post bindingstatic Binding HTTP_POST_BINDING
Constant for HTTP Post bindingstatic java.lang.String KEY_ASPECT
the aspectstatic java.lang.String KEY_CACHE_CONTROL
key of the "cache-control" parameterstatic java.lang.String KEY_CACHE_POLICY
key of the parameter that optionally allows to override the cache policystatic java.lang.String KEY_CACHE_SCOPE
key of the parameter that optionally allows to override the cache policystatic 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 digeststatic java.lang.String KEY_LOCALE
name of the key of the parameter that identifies the request localestatic java.lang.String KEY_MAX_AGE
key of the parameter that optionally allows to override the expirystatic java.lang.String KEY_MIME_TYPE
key for the parameter that defines the mime-typesstatic java.lang.String KEY_MODE
name of the key of the parameter that identifies the verbstatic 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" parameterstatic java.lang.String KEY_PROJECT_CONTEXT
key of the parameter that optionally allows to override the project scope valuestatic java.lang.String KEY_REPRESENTATION_COMPACT
Deprecated. use VALUE_REPRESENTATION_COMPACT insteadstatic java.lang.String KEY_REPRESENTATION_EMPTY
Deprecated. use #VALUE_REPRESENTATION_EMPTY} insteadstatic java.lang.String KEY_REPRESENTATION_FULL
Deprecated. use VALUE_REPRESENTATION_FULL insteadstatic java.lang.String KEY_REPRESENTATION_MEDIUM
Deprecated. use VALUE_REPRESENTATION_MEDIUM insteadstatic java.lang.String KEY_REPRESENTATION_MODE
the representation modestatic java.lang.String KEY_STATE_URL
Parameter for the poc view resolution that identifies the navigational statestatic 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 WCMstatic java.lang.String KEY_URI
name of the key of the parameter that identifies the POC URIsstatic java.lang.String KEY_USER_CONTEXT
key of the parameter that optionally allows to override the user-dependency valuestatic 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 insteadstatic java.lang.String KEY_VIRTUAL_PORTAL_CONTEXT
key of the parameter that optionally allows to override the virtual portal scope valuestatic java.lang.String PORTLET_CONTENT_LOCATION_TYPE
Content location type for the standard portlet resolverstatic 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 URIsstatic 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 verbstatic java.lang.String VALUE_DELETE
value of the "delete" verbstatic java.lang.String VALUE_DOWNLOAD
value of the "download" verbstatic java.lang.String VALUE_DROP
value of the "drop" verbstatic java.lang.String VALUE_LOOKUP
value of the "lookup" verbstatic java.lang.String VALUE_MERGE
value of the "merge" verbstatic java.lang.String VALUE_MUST_REVALIDATE
cache policy to indicate that a client must revalidatestatic java.lang.String VALUE_NO_CACHE
value of the "no-cache" pragma verbstatic java.lang.String VALUE_NO_STORE
cache policy to indicate that a client must not storestatic 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 responsestatic java.lang.String VALUE_PUBLIC
cache scope to indicate a publically cacheable responsestatic java.lang.String VALUE_REFRESH
value of the "refresh" verbstatic java.lang.String VALUE_REPLACE
value of the "replace" verbstatic java.lang.String VALUE_REPRESENTATION_COMPACT
the representation modestatic java.lang.String VALUE_REPRESENTATION_EMPTY
the representation modestatic java.lang.String VALUE_REPRESENTATION_FULL
the representation modestatic java.lang.String VALUE_REPRESENTATION_MEDIUM
the representation modestatic java.lang.String VALUE_UNDEFINED
cache policy to indicate that a client must not storestatic java.lang.String VALUE_UPDATE
value of the "update" verbstatic java.lang.String VALUE_UPLOAD
value of the "upload" verbstatic java.lang.String VALUE_VIEW
value of the "view" verbstatic 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
SCHEME_REDIRECT
static final java.lang.String SCHEME_REDIRECT
- Name of the URI scheme for redirect URIs
- 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.
DATA_SOURCE_FACTORY_EXTENSION_POINT
static final 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.
- Since:
- 6.1.0.3
DATA_SINK_FACTORY_EXTENSION_POINT
static final 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.
- Since:
- 8.0
CREATE_DATA_SINK_FACTORY_EXTENSION_POINT
static final 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.
- Since:
- 8.0
UPDATE_DATA_SINK_FACTORY_EXTENSION_POINT
static final 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.
- Since:
- 8.0
DELETE_DATA_SINK_FACTORY_EXTENSION_POINT
static final 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.
- Since:
- 8.0
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_MULTIPART_POST_BINDING
static final Binding HTTP_MULTIPART_POST_BINDING
- Constant for HTTP multipart post binding
- Since:
- 8.5
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_UNENCODED_URI
static final java.lang.String KEY_UNENCODED_URI
- key for URIs that are not correctly encoded, used for WCM
- Since:
- 7.0
- See Also:
- Constant Field Values
KEY_VERB
@Deprecated static final java.lang.String KEY_VERB
- Deprecated. use KEY_MODE instead
- 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
KEY_LOCALE
static final java.lang.String KEY_LOCALE
- name of the key of the parameter that identifies the request locale
- See Also:
- Constant Field Values
KEY_TIME_ZONE
static final java.lang.String KEY_TIME_ZONE
- name of the key of the parameter that identifies the timezone. Valid values are those returned by TimeZone.getAvailableIDs().
- Since:
- 8.0
- See Also:
- Constant Field Values
KEY_CALENDAR
static final java.lang.String KEY_CALENDAR
- name of the key of the parameter that identifies the calendar.
- Since:
- 8.0
- 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_UPLOAD
static final java.lang.String VALUE_UPLOAD
- value of the "upload" verb
- Since:
- 8.0
- 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
VALUE_REFRESH
static final java.lang.String VALUE_REFRESH
- value of the "refresh" verb
- See Also:
- Constant Field Values
VALUE_REPLACE
static final java.lang.String VALUE_REPLACE
- value of the "replace" verb
- Since:
- 6.1.0.3
- See Also:
- Constant Field Values
VALUE_UPDATE
static final java.lang.String VALUE_UPDATE
- value of the "update" verb
- Since:
- 6.1.0.3
- See Also:
- Constant Field Values
VALUE_MERGE
static final java.lang.String VALUE_MERGE
- value of the "merge" verb
- Since:
- 6.1.0.3
- See Also:
- Constant Field Values
VALUE_DELETE
static final java.lang.String VALUE_DELETE
- value of the "delete" verb
- Since:
- 6.1.0.3
- See Also:
- Constant Field Values
VALUE_DROP
static final java.lang.String VALUE_DROP
- value of the "drop" verb
- Since:
- 8.5
- See Also:
- Constant Field Values
KEY_PRAGMA
static final java.lang.String KEY_PRAGMA
- key of the "pragma" parameter
- Since:
- 6.1.0.3
- See Also:
- Constant Field Values
KEY_MAX_AGE
static final java.lang.String KEY_MAX_AGE
- key of the parameter that optionally allows to override the expiry
- Since:
- 7.0
- See Also:
- Constant Field Values
KEY_VARY
static final java.lang.String KEY_VARY
- key of the parameter that optionally allows to override the vary header. Use VALUE_NONE to indicate that the data source does not depend on any header.
- Since:
- 7.0
- See Also:
- Constant Field Values
KEY_CACHE_POLICY
static final java.lang.String KEY_CACHE_POLICY
- key of the parameter that optionally allows to override the cache policy
- Since:
- 7.0
- See Also:
- Constant Field Values
KEY_CACHE_SCOPE
static final java.lang.String KEY_CACHE_SCOPE
- key of the parameter that optionally allows to override the cache policy
- Since:
- 7.0
- See Also:
- Constant Field Values
KEY_USER_CONTEXT
static final java.lang.String KEY_USER_CONTEXT
- key of the parameter that optionally allows to override the user-dependency value
- Since:
- 7.0
- See Also:
- Constant Field Values
KEY_PROJECT_CONTEXT
static final java.lang.String KEY_PROJECT_CONTEXT
- key of the parameter that optionally allows to override the project scope value
- Since:
- 8.0
- See Also:
- Constant Field Values
KEY_VIRTUAL_PORTAL_CONTEXT
static final java.lang.String KEY_VIRTUAL_PORTAL_CONTEXT
- key of the parameter that optionally allows to override the virtual portal scope value
- Since:
- 8.0
- See Also:
- Constant Field Values
VALUE_MUST_REVALIDATE
static final java.lang.String VALUE_MUST_REVALIDATE
- cache policy to indicate that a client must revalidate
- Since:
- 7.0
- See Also:
- CacheControlDataSource.CACHE_POLICY, Constant Field Values
VALUE_NO_STORE
static final java.lang.String VALUE_NO_STORE
- cache policy to indicate that a client must not store
- Since:
- 7.0
- See Also:
- CacheControlDataSource.CACHE_POLICY, Constant Field Values
VALUE_UNDEFINED
static final java.lang.String VALUE_UNDEFINED
- cache policy to indicate that a client must not store
- Since:
- 7.0
- See Also:
- CacheControlDataSource.CACHE_POLICY, Constant Field Values
VALUE_PRIVATE
static final java.lang.String VALUE_PRIVATE
- cache policy to indicate a privately cacheable response
- Since:
- 7.0
- See Also:
- CacheControlDataSource.CACHE_SCOPE, Constant Field Values
VALUE_NONE
static final java.lang.String VALUE_NONE
- Indicates that no value is known (e.g. for vary headers)
- Since:
- 7.0
- See Also:
- Constant Field Values
VALUE_PUBLIC
static final java.lang.String VALUE_PUBLIC
- cache scope to indicate a publically cacheable response
- Since:
- 7.0
- See Also:
- CacheControlDataSource.CACHE_SCOPE, Constant Field Values
KEY_CACHE_CONTROL
static final java.lang.String KEY_CACHE_CONTROL
- key of the "cache-control" parameter
- Since:
- 7.0
- See Also:
- Constant Field Values
VALUE_NO_CACHE
static final java.lang.String VALUE_NO_CACHE
- value of the "no-cache" pragma verb
- Since:
- 6.1.0.3
- See Also:
- Constant Field Values
VALUE_CACHE
static final java.lang.String VALUE_CACHE
- value of the "cache" pragma verb
- Since:
- 7.0
- See Also:
- Constant Field Values
KEY_ASPECT
static final java.lang.String KEY_ASPECT
- the aspect
- Since:
- 8.0
- See Also:
- Constant Field Values
KEY_REPRESENTATION_MODE
static final java.lang.String KEY_REPRESENTATION_MODE
- the representation mode
- Since:
- 6.1.0.3
- See Also:
- Constant Field Values
VALUE_REPRESENTATION_FULL
static final java.lang.String VALUE_REPRESENTATION_FULL
- the representation mode
- Since:
- 7.0
- See Also:
- Constant Field Values
VALUE_REPRESENTATION_MEDIUM
static final java.lang.String VALUE_REPRESENTATION_MEDIUM
- the representation mode
- Since:
- 7.0
- See Also:
- Constant Field Values
VALUE_REPRESENTATION_COMPACT
static final java.lang.String VALUE_REPRESENTATION_COMPACT
- the representation mode
- Since:
- 7.0
- See Also:
- Constant Field Values
VALUE_REPRESENTATION_EMPTY
static final java.lang.String VALUE_REPRESENTATION_EMPTY
- the representation mode
- Since:
- 7.0
- See Also:
- Constant Field Values
KEY_REPRESENTATION_FULL
@Deprecated static final java.lang.String KEY_REPRESENTATION_FULL
- Deprecated. use VALUE_REPRESENTATION_FULL instead
- the representation mode
- Since:
- 6.1.0.3
- See Also:
- Constant Field Values
KEY_REPRESENTATION_MEDIUM
@Deprecated static final java.lang.String KEY_REPRESENTATION_MEDIUM
- Deprecated. use VALUE_REPRESENTATION_MEDIUM instead
- the representation mode
- Since:
- 6.1.0.3
- See Also:
- Constant Field Values
KEY_REPRESENTATION_COMPACT
@Deprecated static final java.lang.String KEY_REPRESENTATION_COMPACT
- Deprecated. use VALUE_REPRESENTATION_COMPACT instead
- the representation mode
- Since:
- 6.1.0.3
- See Also:
- Constant Field Values
KEY_REPRESENTATION_EMPTY
@Deprecated static final java.lang.String KEY_REPRESENTATION_EMPTY
- Deprecated. use #VALUE_REPRESENTATION_EMPTY} instead
- the representation mode
- Since:
- 6.1.0.3
- See Also:
- Constant Field Values
KEY_STATE_URL
static final java.lang.String KEY_STATE_URL
- Parameter for the poc view resolution that identifies the navigational state
- Since:
- 7.0
- See Also:
- Constant Field Values
DEFAULT_BUFFER_SIZE
static final int DEFAULT_BUFFER_SIZEPREV CLASS NEXT CLASS
- Default size of internal buffers. It makes sense to reuse a common buffer size to minimize the effect of buffer segmentation.
- Since:
- 8.0
- See Also:
- Constant Field Values
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD