public class Route extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Route.PathParameterElement |
Constructor and Description |
---|
Route(String controller,
String action,
String paramPath) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAction() |
String |
getController() |
String |
getParamPath() |
int |
hashCode() |
List<Route.PathParameterElement> |
pathParameterElements() |
String |
toString() |
public String getController()
public String getAction()
public String getParamPath()
public List<Route.PathParameterElement> pathParameterElements()
Copyright © 2011-2012 MojaveMVC.org