|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SlingPostOperation | |
---|---|
org.apache.sling.servlets.post | |
org.apache.sling.servlets.post.impl.operations |
Uses of SlingPostOperation in org.apache.sling.servlets.post |
---|
Classes in org.apache.sling.servlets.post that implement SlingPostOperation | |
---|---|
class |
AbstractSlingPostOperation
Holds various states and encapsulates methods that are needed to handle a post request. |
Uses of SlingPostOperation in org.apache.sling.servlets.post.impl.operations |
---|
Classes in org.apache.sling.servlets.post.impl.operations that implement SlingPostOperation | |
---|---|
class |
CheckinOperation
The CheckinOperation class implements the
checkin
operation for the Sling default POST servlet. |
class |
CheckoutOperation
The CheckoutOperation class implements the
checkout
operation for the Sling default POST servlet. |
class |
CopyOperation
The CopyOperation class implements the
copy
operation for the Sling default POST servlet. |
class |
DeleteOperation
The DeleteOperation class implements the
delete
operation for the Sling default POST servlet. |
class |
ImportOperation
The ImportOperation class implements the
SlingPostConstants.OPERATION_IMPORT
import operation for the Sling default POST servlet. |
class |
ModifyOperation
The ModifyOperation class implements the default operation
called by the Sling default POST servlet if no operation is requested by the
client. |
class |
MoveOperation
The MoveOperation class implements the
move
operation for the Sling default POST servlet. |
class |
NopOperation
The NopOperation class implements no operation at all. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |