Modifier and Type | Field and Description |
---|---|
String |
action |
Map<String,Object> |
args |
String |
host
The domain/host name.
|
String |
method
The HTTP method, e.g.
|
boolean |
star
Whether the route contains an astericks *.
|
String |
url |
Constructor and Description |
---|
ActionDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
absolute() |
Router.ActionDefinition |
add(String key,
Object value) |
Router.ActionDefinition |
addRef(String fragment) |
Router.ActionDefinition |
remove(String key) |
Router.ActionDefinition |
secure() |
String |
toString() |
public String host
public String method
public String url
public boolean star
public String action
public Router.ActionDefinition add(String key, Object value)
public Router.ActionDefinition remove(String key)
public Router.ActionDefinition addRef(String fragment)
public void absolute()
public Router.ActionDefinition secure()
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly