- get(String) - Method in interface javax.mvc.Models
-
Retrieve a model by name.
- get(String, Class<T>) - Method in interface javax.mvc.Models
-
Retrieve a model by name in a type-safe way.
- getAcceptableLanguages() - Method in interface javax.mvc.locale.LocaleResolverContext
-
Get a list of languages that are acceptable for the response according to the
Accept-Language
HTTP header sent by the client.
- getAllErrors() - Method in interface javax.mvc.binding.BindingResult
-
Returns an immutable set of all binding and validation errors.
- getAllMessages() - Method in interface javax.mvc.binding.BindingResult
-
Returns an immutable list of all messages representing both binding and
validation errors.
- getBasePath() - Method in interface javax.mvc.MvcContext
-
Get the application's base path which is defined as the concatenation of context
and application paths.
- getConfig() - Method in interface javax.mvc.MvcContext
-
Get the JAX-RS application configuration object.
- getConfiguration() - Method in interface javax.mvc.engine.ViewEngineContext
-
Returns the application's configuration.
- getConfiguration() - Method in interface javax.mvc.locale.LocaleResolverContext
-
Returns the application's configuration.
- getCookie(String) - Method in interface javax.mvc.locale.LocaleResolverContext
-
Returns the cookie with the given name.
- getCsrf() - Method in interface javax.mvc.MvcContext
-
Get the CSRF object.
- getEncoders() - Method in interface javax.mvc.MvcContext
-
Get the built-in encoders.
- getEngine() - Method in interface javax.mvc.event.AfterProcessViewEvent
-
Returns the
ViewEngine
selected by the implementation.
- getEngine() - Method in interface javax.mvc.event.BeforeProcessViewEvent
-
Returns the
ViewEngine
selected by the implementation.
- getErrors(String) - Method in interface javax.mvc.binding.BindingResult
-
Returns an immutable set of all binding and validation errors for
a specific parameter.
- getHeaderString(String) - Method in interface javax.mvc.locale.LocaleResolverContext
-
Get the request header as a single string value.
- getLocale() - Method in interface javax.mvc.engine.ViewEngineContext
-
Returns the request locale resolved for the current request.
- getLocale() - Method in interface javax.mvc.MvcContext
-
Returns the locale of the current request.
- getLocation() - Method in interface javax.mvc.event.ControllerRedirectEvent
-
The target of the redirection.
- getMediaType() - Method in interface javax.mvc.engine.ViewEngineContext
-
The media type to use for the response.
- getMessage() - Method in interface javax.mvc.binding.ParamError
-
Returns a human-readable error message for this error.
- getModels() - Method in interface javax.mvc.engine.ViewEngineContext
-
Returns the models instance needed to process the view.
- getName() - Method in interface javax.mvc.security.Csrf
-
Returns the name of the CSRF form field or HTTP request header.
- getOutputStream() - Method in interface javax.mvc.engine.ViewEngineContext
-
The output stream which should be used to write the result of processing a view.
- getParamName() - Method in interface javax.mvc.binding.ParamError
-
The parameter name of the value that caused the error.
- getRequest(Class<T>) - Method in interface javax.mvc.engine.ViewEngineContext
-
Returns the HTTP request object from the container.
- getRequest() - Method in interface javax.mvc.locale.LocaleResolverContext
-
Get the JAX-RS Request
instance.
- getResourceInfo() - Method in interface javax.mvc.engine.ViewEngineContext
-
Returns the ResourceInfo
instance containing
information about the controller method matched in the current request.
- getResourceInfo() - Method in interface javax.mvc.event.AfterControllerEvent
-
Access to the current request controller information.
- getResourceInfo() - Method in interface javax.mvc.event.BeforeControllerEvent
-
Access to the current request controller information.
- getResourceInfo() - Method in interface javax.mvc.event.ControllerRedirectEvent
-
Access to the current request controller information.
- getResponse(Class<T>) - Method in interface javax.mvc.engine.ViewEngineContext
-
Returns the HTTP response object from the container.
- getResponseHeaders() - Method in interface javax.mvc.engine.ViewEngineContext
-
Get the mutable response headers multivalued map.
- getSubmittedValue() - Method in interface javax.mvc.binding.BindingError
-
Provides access to the raw submitted value of the parameter which caused the
binding to fail.
- getToken() - Method in interface javax.mvc.security.Csrf
-
Returns the value of the CSRF token.
- getUriInfo() - Method in interface javax.mvc.engine.ViewEngineContext
-
Returns the UriInfo
instance containing information
about the current request URI.
- getUriInfo() - Method in interface javax.mvc.event.AfterControllerEvent
-
Access to the current request URI information.
- getUriInfo() - Method in interface javax.mvc.event.BeforeControllerEvent
-
Access to the current request URI information.
- getUriInfo() - Method in interface javax.mvc.event.ControllerRedirectEvent
-
Access to the current request URI information.
- getUriInfo() - Method in interface javax.mvc.locale.LocaleResolverContext
-
Get request URI information.
- getView() - Method in interface javax.mvc.engine.ViewEngineContext
-
Returns the view.
- getView() - Method in interface javax.mvc.event.AfterProcessViewEvent
-
Returns the view being processed.
- getView() - Method in interface javax.mvc.event.BeforeProcessViewEvent
-
Returns the view being processed.
- getViolation() - Method in interface javax.mvc.binding.ValidationError
-
The underlying ConstraintViolation
detected for the parameter.