Modifier and Type | Class and Description |
---|---|
static class |
UrlMap.PathMatcher.PathRule |
Modifier and Type | Method and Description |
---|---|
static UrlMap.PathMatcher |
create(String name,
String description,
URI defaultService,
List<UrlMap.PathMatcher.PathRule> pathRules) |
abstract URI |
defaultService() |
abstract String |
description() |
abstract String |
name() |
abstract List<UrlMap.PathMatcher.PathRule> |
pathRules() |
public abstract String name()
public abstract URI defaultService()
public abstract List<UrlMap.PathMatcher.PathRule> pathRules()
public static UrlMap.PathMatcher create(String name, @Nullable String description, URI defaultService, @Nullable List<UrlMap.PathMatcher.PathRule> pathRules)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.