Package com.composum.sling.core.servlet
Interface ServletOperation
-
- All Known Implementing Classes:
NodeTreeServlet.TreeOperation,SetupServlet.RunSetupScripts,SystemServlet.GetMixinTypes,SystemServlet.GetNodeTypes,SystemServlet.GetPrimaryTypes,SystemServlet.GetPropertyTypes,SystemServlet.JsonTypeahead,TranslationServlet.TranslateObject,TranslationServlet.TranslateStatus
public interface ServletOperationImplementation of one operation of anAbstractServiceServlet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoIt(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull org.apache.sling.api.SlingHttpServletResponse response, @Nullable ResourceHandle resource)
-
-
-
Method Detail
-
doIt
void doIt(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull @NotNull org.apache.sling.api.SlingHttpServletResponse response, @Nullable @Nullable ResourceHandle resource) throws javax.jcr.RepositoryException, IOException, javax.servlet.ServletException- Throws:
javax.jcr.RepositoryExceptionIOExceptionjavax.servlet.ServletException
-
-