com.sun.jersey.server.impl.uri.rules
Class UriRulesFactory
java.lang.Object
com.sun.jersey.server.impl.uri.rules.UriRulesFactory
public final class UriRulesFactory
- extends Object
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static UriRules<UriRule> create(Map<PathPattern,UriRule> rulesMap)
create
public static UriRules<UriRule> create(Map<PathPattern,UriRule> rulesMap,
List<PatternRulePair<UriRule>> rules)
create
public static UriRules<UriRule> create(List<PatternRulePair<UriRule>> rules)
Copyright © 2013 Oracle Corporation. All Rights Reserved.