public class RequestFilterConfigImpl extends Object implements RequestFilterConfig
RequestFilterConfig
interface.Constructor and Description |
---|
RequestFilterConfigImpl(boolean useSync,
boolean useTx,
boolean useTxBuffered,
boolean cached,
boolean isPrivate,
String cacheTime) |
Modifier and Type | Method and Description |
---|---|
String |
getCacheTime() |
boolean |
isCached() |
boolean |
isPrivate() |
boolean |
needSynchronization() |
boolean |
needTransaction() |
boolean |
needTransactionBuffered() |
public RequestFilterConfigImpl(boolean useSync, boolean useTx, boolean useTxBuffered, boolean cached, boolean isPrivate, String cacheTime)
public boolean needSynchronization()
needSynchronization
in interface RequestFilterConfig
public boolean needTransaction()
needTransaction
in interface RequestFilterConfig
public boolean needTransactionBuffered()
needTransactionBuffered
in interface RequestFilterConfig
public boolean isCached()
isCached
in interface RequestFilterConfig
public boolean isPrivate()
isPrivate
in interface RequestFilterConfig
public String getCacheTime()
getCacheTime
in interface RequestFilterConfig
Copyright © 2013 Nuxeo SA. All Rights Reserved.