Interface RequestFilterConfig

All Superinterfaces:
Serializable
All Known Implementing Classes:
RequestFilterConfigImpl

public interface RequestFilterConfig extends Serializable
Interface for the NuxeoRequestControllerFilter config for a given HttpServletRequest.
Author:
tiry
  • Method Details

    • needSynchronization

      boolean needSynchronization()
    • needTransaction

      boolean needTransaction()
    • needTransactionBuffered

      boolean needTransactionBuffered()
    • isCached

      boolean isCached()
    • isPrivate

      boolean isPrivate()
    • getCacheTime

      String getCacheTime()