Package com.composum.sling.nodes.servlet
Class NodeServlet.TypeaheadOperation
- java.lang.Object
-
- com.composum.sling.nodes.servlet.NodeServlet.TypeaheadOperation
-
- All Implemented Interfaces:
ServletOperation
- Enclosing class:
- NodeServlet
protected class NodeServlet.TypeaheadOperation extends Object implements ServletOperation
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TypeaheadOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doIt(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull org.apache.sling.api.SlingHttpServletResponse response, ResourceHandle resource)
-
-
-
Method Detail
-
doIt
public void doIt(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull @NotNull org.apache.sling.api.SlingHttpServletResponse response, ResourceHandle resource) throws javax.servlet.ServletException, IOException
- Specified by:
doIt
in interfaceServletOperation
- Throws:
javax.servlet.ServletException
IOException
-
-