Package com.composum.sling.nodes.servlet
Class ComponentsServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- org.apache.sling.api.servlets.SlingSafeMethodsServlet
-
- org.apache.sling.api.servlets.SlingAllMethodsServlet
-
- com.composum.sling.core.servlet.AbstractServiceServlet
-
- com.composum.sling.nodes.servlet.ComponentsServlet
-
- All Implemented Interfaces:
RestrictedService,Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class ComponentsServlet extends AbstractServiceServlet
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classComponentsServlet.CreateOverlayOperationstatic classComponentsServlet.Extensionstatic classComponentsServlet.Operationprotected classComponentsServlet.RemoveOverlayOperation
-
Field Summary
Fields Modifier and Type Field Description protected org.osgi.framework.BundleContextbundleContextprotected ComponentsServicecomponentsServiceprotected NodesConfigurationnodesConfigprotected ServletOperationSet<ComponentsServlet.Extension,ComponentsServlet.Operation>operationsstatic StringPARAM_PATHstatic StringPARAM_TYPEstatic StringSERVICE_KEYstatic StringSERVLET_PATH-
Fields inherited from class com.composum.sling.core.servlet.AbstractServiceServlet
DATE_FORMAT, PARAM_BEFORE, PARAM_CMD, PARAM_FILE, PARAM_FILTER, PARAM_ID, PARAM_INDEX, PARAM_JCR_CONTENT, PARAM_LABEL, PARAM_MIME_TYPE, PARAM_NAME, PARAM_QUERY, PARAM_RESOURCE_TYPE, PARAM_TITLE, PARAM_URL, PARAM_VALUE, PARAM_VERSION
-
-
Constructor Summary
Constructors Constructor Description ComponentsServlet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static @Nullable StringgetComponentType(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @Nullable ResourceHandle resource)protected @NotNull ServletOperationSet<ComponentsServlet.Extension,ComponentsServlet.Operation>getOperations()Each servlet implementation must provide access to its operation set for request delegation.voidinit()setup of the servlet operation set for this servlet instance-
Methods inherited from class com.composum.sling.core.servlet.AbstractServiceServlet
deactivate, doDelete, doGet, doPost, doPut, getJsonObject, getJsonObject, getJsonObject, getPath, getResource, getRestrictions, getServiceKey, isEnabled, jsonAnswerItemExists, jsonValue, methodDeletePermission, methodGetPermission, methodPostPermission, methodPutPermission, setNoCacheHeaders, tryToUseRawSuffix
-
Methods inherited from class org.apache.sling.api.servlets.SlingAllMethodsServlet
getAllowedRequestMethods, isMethodValid, mayService
-
Methods inherited from class org.apache.sling.api.servlets.SlingSafeMethodsServlet
doGeneric, doHead, doOptions, doTrace, getServletInfo, handleMethodNotImplemented, service, service
-
-
-
-
Field Detail
-
SERVICE_KEY
public static final String SERVICE_KEY
- See Also:
- Constant Field Values
-
SERVLET_PATH
public static final String SERVLET_PATH
- See Also:
- Constant Field Values
-
PARAM_PATH
public static final String PARAM_PATH
- See Also:
- Constant Field Values
-
PARAM_TYPE
public static final String PARAM_TYPE
- See Also:
- Constant Field Values
-
componentsService
protected ComponentsService componentsService
-
nodesConfig
protected NodesConfiguration nodesConfig
-
bundleContext
protected org.osgi.framework.BundleContext bundleContext
-
operations
protected ServletOperationSet<ComponentsServlet.Extension,ComponentsServlet.Operation> operations
-
-
Method Detail
-
getOperations
@NotNull protected @NotNull ServletOperationSet<ComponentsServlet.Extension,ComponentsServlet.Operation> getOperations()
Description copied from class:AbstractServiceServletEach servlet implementation must provide access to its operation set for request delegation.- Specified by:
getOperationsin classAbstractServiceServlet
-
init
public void init() throws javax.servlet.ServletExceptionsetup of the servlet operation set for this servlet instance- Overrides:
initin classjavax.servlet.GenericServlet- Throws:
javax.servlet.ServletException
-
getComponentType
@Nullable protected static @Nullable String getComponentType(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request, @Nullable @Nullable ResourceHandle resource)
-
-