Uses of Class
com.composum.sling.core.servlet.ServletOperationSet
-
Packages that use ServletOperationSet Package Description com.composum.sling.core.servlet -
-
Uses of ServletOperationSet in com.composum.sling.core.servlet
Fields in com.composum.sling.core.servlet declared as ServletOperationSet Modifier and Type Field Description protected ServletOperationSet<JobControlServlet.Extension,JobControlServlet.Operation>
JobControlServlet. operations
protected ServletOperationSet<SetupServlet.Extension,SetupServlet.Operation>
SetupServlet. operations
protected ServletOperationSet<SystemServlet.Extension,SystemServlet.Operation>
SystemServlet. operations
protected ServletOperationSet<TranslationServlet.Extension,TranslationServlet.Operation>
TranslationServlet. operations
Methods in com.composum.sling.core.servlet that return ServletOperationSet Modifier and Type Method Description protected abstract @NotNull ServletOperationSet<?,?>
AbstractServiceServlet. getOperations()
Each servlet implementation must provide access to its operation set for request delegation.protected @NotNull ServletOperationSet<JobControlServlet.Extension,JobControlServlet.Operation>
JobControlServlet. getOperations()
protected @NotNull ServletOperationSet<SetupServlet.Extension,SetupServlet.Operation>
SetupServlet. getOperations()
protected @NotNull ServletOperationSet<SystemServlet.Extension,SystemServlet.Operation>
SystemServlet. getOperations()
protected @NotNull ServletOperationSet<TranslationServlet.Extension,TranslationServlet.Operation>
TranslationServlet. getOperations()
-