Uses of Interface
com.composum.sling.core.servlet.ServletOperation
-
Packages that use ServletOperation Package Description com.composum.sling.core.servlet -
-
Uses of ServletOperation in com.composum.sling.core.servlet
Classes in com.composum.sling.core.servlet that implement ServletOperation Modifier and Type Class Description class
NodeTreeServlet.TreeOperation
creates a JSON object for the requested node (requested by the suffix); this JSON response contains the node identifiers, some node type hints and a list of the children of the node; this operation provides the data for a tree implementation which requests the nodes on demand suffix: the path to the node selectors / parameters: - 'label': 'name' or 'title' - selects the value to use for the nodes 'text' attribute URL examples: - http://host/bin/cpm/nodes/node.tree.json/path/to/the/node - http://host/bin/cpm/nodes/node.tree.title.json/path/to/the/node - http://host/bin/cpm/nodes/node.tree.json/path/to/the/node?label=titleclass
SetupServlet.RunSetupScripts
class
SystemServlet.GetMixinTypes
the 'system.mixinTypes.json' operation send a JSON array with available mixin types a 'query' parameter is used to restrict the result to type names with the query stringclass
SystemServlet.GetNodeTypes
the general node types Query and Caching implementationclass
SystemServlet.GetPrimaryTypes
the 'system.primaryTypes.json' operation send a JSON array with available primary types a 'query' parameter is used to restrict the result to type names with the query stringclass
SystemServlet.GetPropertyTypes
class
SystemServlet.JsonTypeahead
protected class
TranslationServlet.TranslateObject
Translates (i18n) all strings in a given JSON.protected class
TranslationServlet.TranslateStatus
Translates (i18n) status-like information into a Status.Fields in com.composum.sling.core.servlet with type parameters of type ServletOperation Modifier and Type Field Description protected Map<ServletOperationSet.Method,Map<E,Map<O,ServletOperation>>>
ServletOperationSet. operationMap
the operations map set up during servlet initializationMethods in com.composum.sling.core.servlet that return ServletOperation Modifier and Type Method Description ServletOperation
ServletOperationSet. getOperation(org.apache.sling.api.SlingHttpServletRequest request, ServletOperationSet.Method method)
Retrieves the servlet operation requested for the used HTTP method.Methods in com.composum.sling.core.servlet with parameters of type ServletOperation Modifier and Type Method Description void
ServletOperationSet. setOperation(ServletOperationSet.Method method, E extension, O operation, ServletOperation implementation)
void
ServletOperationSet. setOperation(ServletOperationSet.Method method, E extension, O operation, ServletOperation implementation, boolean isDefault)
-