| Package | Description |
|---|---|
| com.adobe.acs.commons.quickly |
Quickly
|
| com.adobe.acs.commons.quickly.operations |
Quickly Operations
|
| com.adobe.acs.commons.quickly.results |
Quickly Results
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
QuicklyEngine.execute(org.apache.sling.api.SlingHttpServletRequest slingRequest,
org.apache.sling.api.SlingHttpServletResponse slingResponse,
Command cmd) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Operation.accepts(org.apache.sling.api.SlingHttpServletRequest slingRequest,
Command cmd)
Checks if the Operation should handle the Command/Request.
|
Collection<Result> |
AbstractOperation.getResults(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response,
Command cmd)
Gets results of the operation.
|
Collection<Result> |
Operation.getResults(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response,
Command cmd)
Returns a list of Results.
|
protected abstract List<Result> |
AbstractOperation.withoutParams(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response,
Command cmd)
Returns a list of results for a Command without params.
|
protected abstract List<Result> |
AbstractOperation.withParams(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response,
Command cmd)
Returns a list of results for a Command with params.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
ResultBuilder.toJSON(Command cmd,
Result result,
org.apache.sling.api.resource.ValueMap config)
Turns the Result combination into a JSON object by way of ResultSerializers.
|
Copyright © 2013–2020 Adobe. All rights reserved.