Class PackageServlet.ListOperation
- java.lang.Object
-
- com.composum.sling.core.pckgmgr.jcrpckg.PackageServlet.ListOperation
-
- All Implemented Interfaces:
ServletOperation
- Enclosing class:
- PackageServlet
protected class PackageServlet.ListOperation extends Object implements ServletOperation
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ListOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doIt(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, ResourceHandle resource)
-
-
-
Method Detail
-
doIt
public void doIt(@Nonnull org.apache.sling.api.SlingHttpServletRequest request, @Nonnull org.apache.sling.api.SlingHttpServletResponse response, ResourceHandle resource) throws javax.jcr.RepositoryException, IOException
- Specified by:
doIt
in interfaceServletOperation
- Throws:
javax.jcr.RepositoryException
IOException
-
-