|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Application.Builder
Jersey application builder that provides programmatic API for creating server-side JAX-RS / Jersey applications.
| Nested Class Summary | |
|---|---|
static interface |
Application.Builder.BoundBuilder
Represents a supported resource path to which new resource methods and sub-resource locators can be attached. |
static interface |
Application.Builder.ResourceMethodBuilder
Application builder used for binding a new resource method to an Inflector<Request, Response> responsible for
processing requests targeted at the bound path and the particular
method(s). |
| Method Summary | |
|---|---|
Application.Builder.BoundBuilder |
bind(String path)
Bind a resource to a path within the application. |
Application |
build()
Build new application based on the defined resource bindings and provider configuration. |
| Method Detail |
|---|
Application.Builder.BoundBuilder bind(String path)
path - resource path.
path.Application build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||