- 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.
- getAllBindingErrors() - Method in interface javax.mvc.binding.BindingResult
-
Returns an immutable set of all binding errors detected while processing
parameter bindings.
- getAllMessages() - Method in interface javax.mvc.binding.BindingResult
-
Returns an immutable list of all messages representing both binding errors and
constraint violations.
- getAllValidationErrors() - Method in interface javax.mvc.binding.BindingResult
-
Returns an immutable set of all validation errors detected.
- getApplicationPath() - Method in interface javax.mvc.MvcContext
-
Get the application's path which was set using the ApplicationPath
annotation.
- getBasePath() - Method in interface javax.mvc.MvcContext
-
Get the application's base path which is defined as the concatenation of context
and application paths.
- getBindingError(String) - Method in interface javax.mvc.binding.BindingResult
-
Returns the binding error for the binding specified by the given
parameter name.
- 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.
- getContextPath() - Method in interface javax.mvc.MvcContext
-
Get the application's context path.
- 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.
- getHeaderString(String) - Method in interface javax.mvc.locale.LocaleResolverContext
-
Get the request header as a single string value.
- getId() - Method in interface javax.mvc.event.MvcEvent
-
A unique identifier for this event.
- 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.
- getMessage() - Method in interface javax.mvc.binding.BindingError
-
Returns the interpolated error message for this binding error.
- getMessage() - Method in interface javax.mvc.binding.ValidationError
-
Returns the interpolated error message for this validation error using the current
request locale.
- 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 header.
- getParamName() - Method in interface javax.mvc.binding.BindingError
-
The parameter name of the value that caused the binding error.
- getParamName() - Method in interface javax.mvc.binding.ValidationError
-
The parameter name of the value that caused the validation error.
- getRequest() - Method in interface javax.mvc.engine.ViewEngineContext
-
Returns HTTP request object from the Servlet 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() - Method in interface javax.mvc.engine.ViewEngineContext
-
Returns HTTP response object from the servlet container.
- 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.
- getValidationError(String) - Method in interface javax.mvc.binding.BindingResult
-
Returns a single validation error detected for a parameter binding
specified by the given parameter name.
- getValidationErrors(String) - Method in interface javax.mvc.binding.BindingResult
-
Returns an immutable set of all validation errors detected
for a parameter binding specified by the given parameter name.
- 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.