Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.annotations.service
Class URLPatternFilter

java.lang.Object
  extended by org.nuxeo.ecm.platform.annotations.service.URLPatternFilter

public class URLPatternFilter
extends Object

Author:
Alexandre Russel

Constructor Summary
URLPatternFilter(boolean allowDeny, List<String> denies, List<String> allows)
           
 
Method Summary
 boolean allow(String url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLPatternFilter

public URLPatternFilter(boolean allowDeny,
                        List<String> denies,
                        List<String> allows)
Method Detail

allow

public boolean allow(String url)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.