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, wait
completeInit, init
public 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 © 2019 JavaLite. All rights reserved.