org.projectodd.stilts.stomplet.container
Class RouteMatch
java.lang.Object
org.projectodd.stilts.stomplet.container.RouteMatch
public class RouteMatch
- extends Object
RouteMatch
public RouteMatch(Route route,
String destination,
Map<String,String> matches)
getRoute
public Route getRoute()
getDestination
public String getDestination()
put
public void put(String name,
String value)
get
public String get(String name)
getMatches
public Map<String,String> getMatches()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.