Class FulltextQueryParameterHandler
java.lang.Object
ch.tocco.nice2.netui.impl.bind.entity.search.queryparams.FulltextQueryParameterHandler
- All Implemented Interfaces:
QueryParameterHandler
@Component
public class FulltextQueryParameterHandler
extends Object
implements QueryParameterHandler
-
Constructor Summary
ConstructorDescriptionFulltextQueryParameterHandler
(FulltextSearchBuilderFactory fulltextSearchBuilderFactory) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Handles the specified query parameter.
-
Constructor Details
-
FulltextQueryParameterHandler
-
-
Method Details
-
processQueryParameter
Description copied from interface:QueryParameterHandler
Handles the specified query parameter. Returnstrue
to indicate successfull handling, so query parameters are not handled twice.- Specified by:
processQueryParameter
in interfaceQueryParameterHandler
- Throws:
RpcExecutionException
-