Uses of Class
com.composum.sling.core.servlet.ServletOperationSet
-
Packages that use ServletOperationSet Package Description com.composum.sling.core.pckgmgr.jcrpckg com.composum.sling.core.servlet com.composum.sling.core.usermanagement.core com.composum.sling.nodes.servlet -
-
Uses of ServletOperationSet in com.composum.sling.core.pckgmgr.jcrpckg
Subclasses of ServletOperationSet in com.composum.sling.core.pckgmgr.jcrpckg Modifier and Type Class Description class
PackageServlet.PackageOperationSet
-
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()
-
Uses of ServletOperationSet in com.composum.sling.core.usermanagement.core
Fields in com.composum.sling.core.usermanagement.core declared as ServletOperationSet Modifier and Type Field Description protected ServletOperationSet<UserManagementServlet.Extension,UserManagementServlet.Operation>
UserManagementServlet. operations
Methods in com.composum.sling.core.usermanagement.core that return ServletOperationSet Modifier and Type Method Description protected ServletOperationSet<UserManagementServlet.Extension,UserManagementServlet.Operation>
UserManagementServlet. getOperations()
-
Uses of ServletOperationSet in com.composum.sling.nodes.servlet
Fields in com.composum.sling.nodes.servlet declared as ServletOperationSet Modifier and Type Field Description protected ServletOperationSet<ComponentsServlet.Extension,ComponentsServlet.Operation>
ComponentsServlet. operations
protected ServletOperationSet<NodeServlet.Extension,NodeServlet.Operation>
NodeServlet. operations
protected ServletOperationSet<PropertyServlet.Extension,PropertyServlet.Operation>
PropertyServlet. operations
protected ServletOperationSet<SceneServlet.Extension,SceneServlet.Operation>
SceneServlet. operations
protected ServletOperationSet<SecurityServlet.Extension,SecurityServlet.Operation>
SecurityServlet. operations
protected ServletOperationSet<VersionServlet.Extension,VersionServlet.Operation>
VersionServlet. operations
Methods in com.composum.sling.nodes.servlet that return ServletOperationSet Modifier and Type Method Description protected @NotNull ServletOperationSet<ComponentsServlet.Extension,ComponentsServlet.Operation>
ComponentsServlet. getOperations()
protected @NotNull ServletOperationSet<NodeServlet.Extension,NodeServlet.Operation>
NodeServlet. getOperations()
protected @NotNull ServletOperationSet<PropertyServlet.Extension,PropertyServlet.Operation>
PropertyServlet. getOperations()
protected @NotNull ServletOperationSet<SceneServlet.Extension,SceneServlet.Operation>
SceneServlet. getOperations()
protected @NotNull ServletOperationSet<SecurityServlet.Extension,SecurityServlet.Operation>
SecurityServlet. getOperations()
protected @NotNull ServletOperationSet<VersionServlet.Extension,VersionServlet.Operation>
VersionServlet. getOperations()
-