Package com.composum.sling.nodes.servlet
Class NodeServlet.QuerySuggestOperation
- java.lang.Object
-
- com.composum.sling.nodes.servlet.NodeServlet.QuerySuggestOperation
-
- All Implemented Interfaces:
ServletOperation
- Enclosing class:
- NodeServlet
protected class NodeServlet.QuerySuggestOperation extends Object implements ServletOperation
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
AEM_NOTICE
protected static String
COMPOSUM_NOTICE
protected static String
SYSTEMPROMPT
-
Constructor Summary
Constructors Modifier Constructor Description protected
QuerySuggestOperation()
-
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, @Nullable ResourceHandle resource)
-
-
-
Field Detail
-
SYSTEMPROMPT
protected static final String SYSTEMPROMPT
- See Also:
- Constant Field Values
-
AEM_NOTICE
protected static final String AEM_NOTICE
- See Also:
- Constant Field Values
-
COMPOSUM_NOTICE
protected static final String COMPOSUM_NOTICE
- See Also:
- Constant Field Values
-
-
Method Detail
-
doIt
public 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
- Specified by:
doIt
in interfaceServletOperation
- Throws:
javax.jcr.RepositoryException
IOException
javax.servlet.ServletException
-
-