Package io.jmix.data.impl
Class SessionQueryParamValueProvider
java.lang.Object
io.jmix.data.impl.SessionQueryParamValueProvider
- All Implemented Interfaces:
- QueryParamValueProvider
@Component("data_SessionQueryParamValueProvider")
@Order(0)
public class SessionQueryParamValueProvider
extends Object
implements QueryParamValueProvider
Takes query parameter values from current session attributes set using 
SessionData.
 
 Parameter names must be in the form session_ATTRIBUTE where ATTRIBUTE is the name of a session attribute.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
SESSION_PREFIX- See Also:
 
 
- 
- 
Constructor Details- 
SessionQueryParamValueProviderpublic SessionQueryParamValueProvider()
 
- 
- 
Method Details- 
supportsDescription copied from interface:QueryParamValueProviderReturns true if this provider supports the given parameter.- Specified by:
- supportsin interface- QueryParamValueProvider
 
- 
getValueDescription copied from interface:QueryParamValueProviderReturns a value for the given parameter.- Specified by:
- getValuein interface- QueryParamValueProvider
 
 
-