public class RequestConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected PathDescriptor[] |
cache
Thread safe cache
|
protected Set<PathDescriptor> |
paths
Synchronized list of configured paths
|
Constructor and Description |
---|
RequestConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addPathDescriptor(PathDescriptor path) |
PathDescriptor |
getMatchingConfiguration(javax.servlet.http.HttpServletRequest req) |
PathDescriptor[] |
getPaths() |
void |
removePathDescriptor(PathDescriptor path) |
protected Set<PathDescriptor> paths
protected volatile PathDescriptor[] cache
public RequestConfiguration()
public void addPathDescriptor(PathDescriptor path)
public void removePathDescriptor(PathDescriptor path)
public PathDescriptor[] getPaths()
public PathDescriptor getMatchingConfiguration(javax.servlet.http.HttpServletRequest req)
Copyright © 2016 Nuxeo SA. All rights reserved.