DATATYPE - The return type of the function.@Immutable public abstract class AbstractScopeAwareSupplier<DATATYPE> extends AbstractScopeAwareAction implements Supplier<DATATYPE>
Supplier that handles scopes correctly.m_sApplicationID, m_sRequestID, m_sSessionID| Constructor and Description |
|---|
AbstractScopeAwareSupplier() |
AbstractScopeAwareSupplier(String sApplicationID) |
AbstractScopeAwareSupplier(String sApplicationID,
String sRequestID,
String sSessionID) |
| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
get() |
protected abstract DATATYPE |
scopedGet()
Implement your code in here
|
getApplicationID, getRequestID, getSessionID, toStringCopyright © 2014–2017 Philip Helger. All rights reserved.