public abstract class AbstractRouteConfig extends Object implements InitConfig
| Constructor and Description | 
|---|
AbstractRouteConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
clear()  | 
protected List<IgnoreSpec> | 
getIgnoreSpecs()  | 
protected List<RouteBuilder> | 
getRoutes()  | 
protected IgnoreSpec | 
ignore(String... ignores)
Use to ignore requests. 
 | 
RouteBuilder | 
route(String route)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompleteInit, initpublic RouteBuilder route(String route)
protected List<RouteBuilder> getRoutes()
protected void clear()
protected IgnoreSpec ignore(String... ignores)
ignores - list of regular expressions matching the URI. If an expression matches the request URI, such request ill be ignored
                by the framework. It will be processed by container.protected final List<IgnoreSpec> getIgnoreSpecs()
Copyright © 2020 JavaLite. All rights reserved.