Class FilterConfigDescriptor

java.lang.Object
org.nuxeo.ecm.platform.web.common.requestcontroller.service.FilterConfigDescriptor

public class FilterConfigDescriptor extends Object
Descriptor for RequestFilterConfig
Author:
tiry, ldoguin
  • Field Details

    • DEFAULT_CACHE_DURATION

      public static final String DEFAULT_CACHE_DURATION
      See Also:
    • name

      protected String name
    • useSync

      protected boolean useSync
    • useTx

      protected boolean useTx
    • useTxBuffered

      protected boolean useTxBuffered
    • cached

      protected boolean cached
    • cacheTime

      protected String cacheTime
    • isPrivate

      protected boolean isPrivate
    • grant

      protected boolean grant
    • pattern

      protected String pattern
    • compiledPattern

      protected Pattern compiledPattern
  • Constructor Details

    • FilterConfigDescriptor

      public FilterConfigDescriptor()
    • FilterConfigDescriptor

      public FilterConfigDescriptor(String name, String pattern, boolean grant, boolean useTx, boolean useSync, boolean cached, boolean isPrivate, String cacheTime)
  • Method Details

    • getName

      public String getName()
    • useSync

      public boolean useSync()
    • useTx

      public boolean useTx()
    • useTxBuffered

      public boolean useTxBuffered()
    • isGrantRule

      public boolean isGrantRule()
    • isCached

      public boolean isCached()
    • isPrivate

      public boolean isPrivate()
    • getCacheTime

      public String getCacheTime()
    • getPatternStr

      public String getPatternStr()
    • getCompiledPattern

      public Pattern getCompiledPattern()
    • setPattern

      public void setPattern(String pattern)