|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SlingPostConstants
The SlingPostConstants
interface provides constants for well
known parameters of the core SlingPostServlet. Extensions of the servlet
through implementations of the SlingPostOperation
interface may
extend this constants.
Field Summary | |
---|---|
static String |
DEFAULT_CREATE_SUFFIX
The suffix to the resource path used to indicate to automatically generate the name of the new item to create during a content creation request (value is "/"). |
static String |
DEFAULT_VALUE_SUFFIX
Suffix indicating a default value for a property (value is "@DefaultValue"). |
static String |
ITEM_PREFIX_ABSOLUTE
Prefix for properties addressing repository items with an absolute path (value is "/"). |
static String |
ITEM_PREFIX_RELATIVE_CURRENT
Prefix for properties addressing repository items with a path relative to the current request item (value is "./"). |
static String |
ITEM_PREFIX_RELATIVE_PARENT
Prefix for properties addressing repository items with a path relative to the parent of the request item (value is "../"). |
static int |
NOPSTATUS_VALUE_DEFAULT
The default response status sent back by a OPERATION_NOP if the
RP_NOP_STATUS parameter is not provided or the parameter value
cannot be converted into a valid response status code (value is 200). |
static String |
OPERATION_CHECKIN
Name of the predefined checkin operation (value is "checkin"). |
static String |
OPERATION_CHECKOUT
Name of the predefined checkout operation (value is "checkout"). |
static String |
OPERATION_COPY
Name of the predefined copy operation (value is "copy"). |
static String |
OPERATION_DELETE
Name of the predefined delete operation (value is "delete"). |
static String |
OPERATION_IMPORT
Name of the predefined import operation (value is "import"). |
static String |
OPERATION_MOVE
Name of the predefined move operation (value is "move") The move operation requires the RP_DEST request parameter
denoting the path to move the content to. |
static String |
OPERATION_NOP
Name of the predefined null operation (value is "nop"). |
static String |
ORDER_AFTER
Possible value of the RP_ORDER parameter indicating that the
node by moved immediately after the sibbling whose name is contained in
the RP_ORDER parameter (value is "after "). |
static String |
ORDER_BEFORE
Possible value of the RP_ORDER parameter indicating that the
node by moved immediately before the sibbling whose name is contained in
the RP_ORDER parameter (value is "before "). |
static String |
ORDER_FIRST
Possible value of the RP_ORDER parameter indicating that the
node by moved to the first position amongst its sibblings (value is
"first"). |
static String |
ORDER_LAST
Possible value of the RP_ORDER parameter indicating that the
node by moved to the last position amongst its sibblings (value is
"last"). |
static String |
RP_APPLY_TO
Name of the request parameter used to indicate the resource to apply the operation to (value is ":applyTo"). |
static String |
RP_CHECKIN
Name of the request parameter indicating whether versionable nodes should be checked in during an OPERATION_IMPORT operation. |
static String |
RP_CONTENT
Name of the request parameter containing the content to be imported by the 'import' operation. |
static String |
RP_CONTENT_FILE
Name of the request parameter containing the file to be imported by the 'import' operation. |
static String |
RP_CONTENT_TYPE
Name of the request parameter containing the content type of the content to be imported by the 'import' operation. |
static String |
RP_DEST
Name of the request parameter used to indicate the destination for the copy and move operations (value is ":dest"). |
static String |
RP_DISPLAY_EXTENSION
Optional request parameter: if provided, added at the end of the computed (or supplied) redirect URL |
static String |
RP_NODE_NAME
Optional request paramter specifying a node name for a newly created node (value is ":name"). |
static String |
RP_NODE_NAME_HINT
Optional request paramter specifying a node name hint for a newly created node (value is ":nameHint"). |
static String |
RP_NOP_STATUS
Optional request parameter to indicate the actual response status to send back as a result of calling the #OPERATION_NOP (value is ":nopstatus"). |
static String |
RP_OPERATION
The name of the parameter containing the operation to execute (value is ":operation"). |
static String |
RP_ORDER
Optional request parameter indicating the order of newly created nodes in creation, copy and move operation requests (value is ":order"). |
static String |
RP_PREFIX
Prefix for parameter names which control this POST (RP_ stands for "request param") (value is ":"). |
static String |
RP_REDIRECT_TO
Optional request parameter: redirect to the specified URL after POST |
static String |
RP_REPLACE
Name of the request parameter indicating whether the destination for a copy or move operation is to be replaced if existing (value is ":replace"). |
static String |
RP_REPLACE_PROPERTIES
Name of the request parameter indicating whether the destination for a property change during an import operation is to be replaced if existing. |
static String |
RP_STATUS
Optional request parameter: define how the response is sent back to the client. |
static String |
STAR_CREATE_SUFFIX
An alternative suffix to the resource path used to indicate to automatically generate the name of the new item to create during a content creation request (value is "/*"). |
static String |
STATUS_VALUE_BROWSER
The supported value for the RP_STATUS request parameter
requesting to not report success or failure of request processing using
standard HTTP status codes but instead alwas set the status to 200/OK and
only report the real success or failure status in the XHTML response. |
static String |
STATUS_VALUE_STANDARD
The supported value for the RP_STATUS request parameter
requesting to report success or failure of request processing using
standard HTTP status codes. |
static String |
SUFFIX_COPY_FROM
Suffix indicating that the named item is to be set from an item whose absolute or relative path is given in the parameter's value (value is "@CopyFrom"). |
static String |
SUFFIX_DELETE
Suffix indicating that the named property is to be removed before applying any new content (value is "@Delete"). |
static String |
SUFFIX_IGNORE_BLANKS
Suffix indicating that blank value or values for this property will be ignored. |
static String |
SUFFIX_MOVE_FROM
Suffix indicating that the named item is to be set from an item whose absolute or relative path is given in the parameter's value (value is "@MoveFrom"). |
static String |
SUFFIX_USE_DEFAULT_WHEN_MISSING
Suffix indicating that the default value should be used when the property is not defined. |
static String |
TYPE_HINT_SUFFIX
Suffix indicating a type hint for the property (value is "@TypeHint"). |
static String |
VALUE_FROM_SUFFIX
SLING-130, suffix that maps form field names to different JCR property names |
Field Detail |
---|
static final String RP_PREFIX
static final String RP_OPERATION
static final String DEFAULT_CREATE_SUFFIX
static final String STAR_CREATE_SUFFIX
static final String OPERATION_DELETE
The delete operation requires no further request parameters and just deletes the content addressed by the request.
If the RP_APPLY_TO
parameter is set the resources listed in that
parameter are deleted instead of the request resource.
static final String OPERATION_COPY
The copy operation requires the RP_DEST
request parameter
denoting the path to copy the content to. In addition the
RP_ORDER
parameter may be defined to specificy to relative node
order of the destination node. Finally the RP_REPLACE
parameter
may be set to indicate whether an existing item at the destination should
be replaced or not.
If the RP_APPLY_TO
parameter is set the resources listed in that
parameter are copied instead of the request resource.
static final String OPERATION_MOVE
The move operation requires the RP_DEST
request parameter
denoting the path to move the content to. In addition the
RP_ORDER
parameter may be defined to specificy to relative node
order of the destination node. Finally the RP_REPLACE
parameter
may be set to indicate whether an existing item at the destination should
be replaced or not.
If the RP_APPLY_TO
parameter is set the resources listed in that
parameter are moved instead of the request resource.
static final String OPERATION_NOP
The null operation is a pseudo operation, which has no effects
whatsoever except setting the response status. The null operation may
be accompanied with the RP_NOP_STATUS
parameter to indicate
the actual response status to set and the RP_STATUS
parameter
to indicate how to send the actual response status.
static final String OPERATION_CHECKIN
The checkin operation requires no further request parameters and just checks in the content addressed by the request.
If the RP_APPLY_TO
parameter is set the resources listed in that
parameter are checked in instead of the request resource.
static final String OPERATION_CHECKOUT
The checkout operation requires no further request parameters and just checks out the content addressed by the request.
If the RP_APPLY_TO
parameter is set the resources listed in that
parameter are checked out instead of the request resource.
static final String OPERATION_IMPORT
The import operation requires either the RP_CONTENT
and RP_CONTENT_TYPE
request parameters or the RP_CONTENT_FILE
request parameter.
Finally the RP_REPLACE
parameter may be set to indicate whether
an existing item at the destination should be overwritten or not.
static final String RP_APPLY_TO
This property is used by certain opertaions - namely
OPERATION_COPY
, OPERATION_DELETE
and
OPERATION_MOVE
- to apply the operation to multiple resources
instead of the request resource.
static final String RP_DEST
static final String RP_REPLACE
static final String RP_REPLACE_PROPERTIES
static final String RP_ORDER
The value of this parameter may be ORDER_FIRST
,
ORDER_BEFORE
, ORDER_AFTER
, ORDER_LAST
or a
numberic value indicating the absolute position in the child list of the
parent node.
static final String ORDER_FIRST
RP_ORDER
parameter indicating that the
node by moved to the first position amongst its sibblings (value is
"first").
static final String ORDER_BEFORE
RP_ORDER
parameter indicating that the
node by moved immediately before the sibbling whose name is contained in
the RP_ORDER
parameter (value is "before ").
static final String ORDER_AFTER
RP_ORDER
parameter indicating that the
node by moved immediately after the sibbling whose name is contained in
the RP_ORDER
parameter (value is "after ").
static final String ORDER_LAST
RP_ORDER
parameter indicating that the
node by moved to the last position amongst its sibblings (value is
"last").
static final String RP_NODE_NAME
static final String RP_NODE_NAME_HINT
static final String ITEM_PREFIX_ABSOLUTE
ITEM_PREFIX_RELATIVE_CURRENT
,
Constant Field Valuesstatic final String ITEM_PREFIX_RELATIVE_CURRENT
When collecting parameters addressing repository items for modification,
the parameters are first scanned to see whether there is a parameter with
this relative path prefix. If such a parameter exists, the modification
operations only assumes parameters whose name is prefixes with this
prefix or the ITEM_PREFIX_ABSOLUTE
or the
ITEM_PREFIX_RELATIVE_PARENT
to be parameters addressing
properties to modify. Otherwise, that is if no parameter starts with this
prefix, all parameters not starting with the
command prefix
are considered addressing properties to
modify.
static final String ITEM_PREFIX_RELATIVE_PARENT
ITEM_PREFIX_RELATIVE_CURRENT
,
Constant Field Valuesstatic final String RP_REDIRECT_TO
static final String RP_STATUS
STATUS_VALUE_BROWSER
and STATUS_VALUE_STANDARD
. The
default is to assume STATUS_VALUE_STANDARD
if the parameter is
not set or set to any other value.
static final String STATUS_VALUE_STANDARD
RP_STATUS
request parameter
requesting to report success or failure of request processing using
standard HTTP status codes. This value is assumed as the default value
for the RP_STATUS
parameter if the parameter is missing or not
any of the two supported values.
RP_STATUS
,
STATUS_VALUE_BROWSER
,
Constant Field Valuesstatic final String STATUS_VALUE_BROWSER
RP_STATUS
request parameter
requesting to not report success or failure of request processing using
standard HTTP status codes but instead alwas set the status to 200/OK and
only report the real success or failure status in the XHTML response.
RP_STATUS
,
STATUS_VALUE_STANDARD
,
Constant Field Valuesstatic final String RP_NOP_STATUS
This parameter is expected to be single-valued and by an integer being a valid HTTP status code. If this parameter is missing or the parameter value cannot be converted to a HTTP status code (integer in the range [100..999]), the default status code 200/OK is returned.
OPERATION_NOP
,
RP_STATUS
,
Constant Field Valuesstatic final int NOPSTATUS_VALUE_DEFAULT
OPERATION_NOP
if the
RP_NOP_STATUS
parameter is not provided or the parameter value
cannot be converted into a valid response status code (value is 200).
RP_NOP_STATUS
,
Constant Field Valuesstatic final String RP_DISPLAY_EXTENSION
static final String VALUE_FROM_SUFFIX
static final String TYPE_HINT_SUFFIX
static final String DEFAULT_VALUE_SUFFIX
static final String SUFFIX_DELETE
static final String SUFFIX_MOVE_FROM
This suffix is similar to the VALUE_FROM_SUFFIX
in that the
value for the item is not taken from the request parameter itself but
from somewhere else. In this case the value is set by moving another
repository item (in the same workspace) to the location addressed by the
parameter.
static final String SUFFIX_COPY_FROM
This suffix is similar to the VALUE_FROM_SUFFIX
in that the
value for the item is not taken from the request parameter itself but
from somewhere else. In this case the value is set by copying another
repository item (in the same workspace) to the location addressed by the
parameter.
static final String SUFFIX_IGNORE_BLANKS
static final String SUFFIX_USE_DEFAULT_WHEN_MISSING
static final String RP_CONTENT
static final String RP_CONTENT_TYPE
static final String RP_CONTENT_FILE
static final String RP_CHECKIN
OPERATION_IMPORT
operation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |