Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine
Class RequestConfiguration

java.lang.Object
  extended by org.nuxeo.ecm.webengine.RequestConfiguration

public class RequestConfiguration
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
RequestConfiguration()
           
 
Method Summary
 void addPathDescriptor(PathDescriptor path)
           
 PathDescriptor getMatchingConfiguration(HttpServletRequest req)
           
 PathDescriptor[] getPaths()
           
 void removePathDescriptor(PathDescriptor path)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestConfiguration

public RequestConfiguration()
Method Detail

addPathDescriptor

public void addPathDescriptor(PathDescriptor path)

removePathDescriptor

public void removePathDescriptor(PathDescriptor path)

getPaths

public PathDescriptor[] getPaths()

getMatchingConfiguration

public PathDescriptor getMatchingConfiguration(HttpServletRequest req)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.