public class FilterConfigDescriptor extends Object implements Serializable
RequestFilterConfig
Modifier and Type | Field and Description |
---|---|
protected boolean |
cached |
protected String |
cacheTime |
protected Pattern |
compiledPattern |
static String |
DEFAULT_CACHE_DURATION |
protected boolean |
grant |
protected boolean |
isPrivate |
protected String |
name |
protected String |
pattern |
protected boolean |
useSync |
protected boolean |
useTx |
protected boolean |
useTxBuffered |
Constructor and Description |
---|
FilterConfigDescriptor() |
FilterConfigDescriptor(String name,
String pattern,
boolean grant,
boolean useTx,
boolean useSync,
boolean cached,
boolean isPrivate,
String cacheTime) |
Modifier and Type | Method and Description |
---|---|
String |
getCacheTime() |
Pattern |
getCompiledPattern() |
String |
getName() |
String |
getPatternStr() |
boolean |
isCached() |
boolean |
isGrantRule() |
boolean |
isPrivate() |
void |
setPattern(String pattern) |
boolean |
useSync() |
boolean |
useTx() |
boolean |
useTxBuffered() |
public static final String DEFAULT_CACHE_DURATION
protected boolean useSync
protected boolean useTx
protected boolean useTxBuffered
protected boolean cached
protected boolean isPrivate
protected boolean grant
protected Pattern compiledPattern
public FilterConfigDescriptor()
public FilterConfigDescriptor(String name, String pattern, boolean grant, boolean useTx, boolean useSync, boolean cached, boolean isPrivate, String cacheTime)
public boolean useSync()
public boolean useTx()
public boolean useTxBuffered()
public boolean isGrantRule()
public boolean isCached()
public boolean isPrivate()
public String getCacheTime()
public String getPatternStr()
public Pattern getCompiledPattern()
public void setPattern(String pattern)
Copyright © 2018 Nuxeo. All rights reserved.