Class RequestFilterConfigImpl

java.lang.Object
org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestFilterConfigImpl
All Implemented Interfaces:
Serializable, RequestFilterConfig

public class RequestFilterConfigImpl extends Object implements RequestFilterConfig
Basic implementation of the RequestFilterConfig interface.
Author:
tiry
See Also:
  • Field Details

    • useTx

      protected final boolean useTx
    • useSync

      protected final boolean useSync
    • isPrivate

      protected final boolean isPrivate
    • useTxBuffered

      protected final boolean useTxBuffered
    • cached

      protected final boolean cached
    • cacheTime

      protected final String cacheTime
  • Constructor Details

    • RequestFilterConfigImpl

      public RequestFilterConfigImpl(boolean useSync, boolean useTx, boolean useTxBuffered, boolean cached, boolean isPrivate, String cacheTime)
  • Method Details