public class ProxyableURLDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
cachePerSession |
protected Pattern |
compiledPattern |
protected boolean |
enabled |
protected String |
name |
protected String |
pattern |
protected boolean |
useCache |
Constructor and Description |
---|
ProxyableURLDescriptor() |
Modifier and Type | Method and Description |
---|---|
Pattern |
getCompiledPattern() |
String |
getName() |
boolean |
isEnabled() |
void |
merge(ProxyableURLDescriptor other) |
protected boolean enabled
protected boolean useCache
protected boolean cachePerSession
protected Pattern compiledPattern
public ProxyableURLDescriptor()
public Pattern getCompiledPattern()
public void merge(ProxyableURLDescriptor other)
public boolean isEnabled()
Copyright © 2015 Nuxeo SA. All rights reserved.