Package | Description |
---|---|
javax.mvc |
The root MVC API package.
|
Modifier and Type | Method and Description |
---|---|
MvcUriBuilder |
MvcUriBuilder.param(String name,
Object... values)
Adds a parameter which will substitute any
PathParam ,
QueryParam and MatrixParam with a matching name. |
MvcUriBuilder |
MvcContext.uriBuilder(String identifier)
Returns a
MvcUriBuilder for building URIs to be matched
by a controller method. |
Copyright © 2017 Ivar Grimstad. All rights reserved.