public interface QuerydslHttpRequestContextHolderStrategy
QuerydslHttpRequestContext. It is not recommended to use this
directly by users. Users are advised to use
QuerydslHttpRequestContextHolder for storage if needed as
QuerydslHttpRequestContextHolder is internally aware of which
strategy to use based on runtime configurations| Modifier and Type | Method and Description |
|---|---|
void |
clearContext()
Clears the current context.
|
QuerydslHttpRequestContext |
getContext()
Obtains the current context.
|
void |
setContext(QuerydslHttpRequestContext context)
Sets the current context.
|
void clearContext()
QuerydslHttpRequestContext getContext()
null otherwise.void setContext(QuerydslHttpRequestContext context)
context - to the new argument (should never be null,
although implementations must check if null has
been passed and throw an IllegalArgumentException
in such cases)Copyright © 2018–2019. All rights reserved.