public class StaticRouterMatch extends Object implements Router.Match
Constructor and Description |
---|
StaticRouterMatch(Route route) |
public StaticRouterMatch(Route route)
public boolean matches()
Router.Match
matches
in interface Router.Match
@Nonnull public Route route()
Router.Match
route
in interface Router.Match
public void execute(@Nonnull Context context)
execute
in interface Router.Match
@Nonnull public Map<String,String> pathMap()
Router.Match
pathMap
in interface Router.Match
Copyright © 2020. All rights reserved.