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
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration of debug modes -
Field Summary
Fields -
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
-