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 StringAEM_NOTICEprotected static StringCOMPOSUM_NOTICEprotected static StringSYSTEMPROMPT
-
Constructor Summary
Constructors Modifier Constructor Description protectedQuerySuggestOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoIt(@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:
doItin interfaceServletOperation- Throws:
javax.jcr.RepositoryExceptionIOExceptionjavax.servlet.ServletException
-
-