Class SearchServiceDebugModeHelper
java.lang.Object
org.ametys.web.frontoffice.search.requesttime.SearchServiceDebugModeHelper
A helper to determine if
SearchService
is in debug mode.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enumeration of debug modes -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondebugMode
(Request request, RenderingContextHandler renderingContextHandler) Gets the debug mode
-
Field Details
-
DEBUG_MODE
The parameter name for debug mode- See Also:
-
-
Method Details
-
debugMode
public static SearchServiceDebugModeHelper.DebugMode debugMode(Request request, RenderingContextHandler renderingContextHandler) Gets the debug mode- Parameters:
request
- The requestrenderingContextHandler
- The handler of rendering context- Returns:
- the debug mode
-