Skip navigation links
A C D F G I J M P S V 

A

APPLICATION - Static variable in interface javax.mvc.engine.Priorities
Recommended priority for all application-provided view engines.

C

Controller - Annotation Type in javax.mvc
Declares a method as a controller.
ControllerMatched - Interface in javax.mvc.event
Observable CDI Event to get information about the controller method that matched a request.

D

DEFAULT - Static variable in interface javax.mvc.engine.Priorities
Default priority for all built-in view engines.
DEFAULT_VIEW_FOLDER - Static variable in interface javax.mvc.engine.ViewEngine
Default value for property ViewEngine.VIEW_FOLDER.

F

FRAMEWORK - Static variable in interface javax.mvc.engine.Priorities
Recommended priority for all view engines provided by frameworks built on top of MVC implementations.

G

getAllViolations() - Method in interface javax.mvc.validation.ValidationResult
Returns an immutable set of all constraint violations detected.
getConfiguration() - Method in interface javax.mvc.engine.ViewEngineContext
Returns the application's configuration.
getEngine() - Method in interface javax.mvc.event.ViewEngineSelected
Returns the ViewEngine selected by the implementation.
getModels() - Method in interface javax.mvc.engine.ViewEngineContext
Returns the models instance needed to process the view.
getModels() - Method in class javax.mvc.Viewable
 
getRequest() - Method in interface javax.mvc.engine.ViewEngineContext
Returns HTTP request object from the Servlet container.
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.ControllerMatched
See ResourceInfo.
getResponse() - Method in interface javax.mvc.engine.ViewEngineContext
Returns HTTP response object from the servlet container.
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.ControllerMatched
See UriInfo.
getView() - Method in interface javax.mvc.engine.ViewEngineContext
Returns the view.
getView() - Method in interface javax.mvc.event.ViewEngineSelected
Returns the view being processed.
getView() - Method in class javax.mvc.Viewable
 
getViewEngine() - Method in class javax.mvc.Viewable
 
getViolation(String) - Method in interface javax.mvc.validation.ValidationResult
Returns a single constraint violation detected for a property specified by the given property path.
getViolationCount() - Method in interface javax.mvc.validation.ValidationResult
Returns the total number of constraint violations detected.
getViolations(String) - Method in interface javax.mvc.validation.ValidationResult
Returns an immutable set of all constraint violations detected for a property specified by the given property path.

I

isFailed() - Method in interface javax.mvc.validation.ValidationResult
Returns true if there is at least one constraint violation.

J

javax.mvc - package javax.mvc
The root MVC API package.
javax.mvc.engine - package javax.mvc.engine
The view engine SPI.
javax.mvc.event - package javax.mvc.event
CDI events fired by implementations and observable by applications.
javax.mvc.validation - package javax.mvc.validation
Types related to the handling of Bean Validation results.

M

Models - Interface in javax.mvc
A map of name to model instances used by a ViewEngine to process a view.

P

Priorities - Interface in javax.mvc.engine
Defines priority classes that can used together with the Priority annotation to decorate ViewEngine implementations.
processView(ViewEngineContext) - Method in interface javax.mvc.engine.ViewEngine
Process a view given a ViewEngineContext.

S

setModels(Models) - Method in class javax.mvc.Viewable
 
setView(String) - Method in class javax.mvc.Viewable
 
setViewEngine(Class<? extends ViewEngine>) - Method in class javax.mvc.Viewable
 
supports(String) - Method in interface javax.mvc.engine.ViewEngine
Returns true if this engine can process the view or false otherwise.

V

ValidationResult - Interface in javax.mvc.validation
Describes the validation result of all resource fields and resource method parameters which are annotated with Valid.
View - Annotation Type in javax.mvc
Declares a view for a controller method that returns void.
VIEW_FOLDER - Static variable in interface javax.mvc.engine.ViewEngine
Name of property that can be set in an application's Configuration to override the root location for views in an archive.
Viewable - Class in javax.mvc
An abstraction that includes information about a view as well as an instance of Models and a ViewEngine class, in which only the view information is mandatory.
Viewable(String) - Constructor for class javax.mvc.Viewable
Constructs an instance specifying only a view.
Viewable(String, Class<? extends ViewEngine>) - Constructor for class javax.mvc.Viewable
Constructs an instance using a view and a view engine.
Viewable(String, Models) - Constructor for class javax.mvc.Viewable
Constructs an instance using a view and a models.
Viewable(String, Models, Class<? extends ViewEngine>) - Constructor for class javax.mvc.Viewable
Constructs an instance using a view, a models and a view engine.
ViewEngine - Interface in javax.mvc.engine
View engines are responsible for processing views and are discovered using CDI.
ViewEngineContext - Interface in javax.mvc.engine
Contextual data used by a ViewEngine to process a view.
ViewEngineException - Exception in javax.mvc.engine
Exception thrown by ViewEngine.processView(ViewEngineContext) when unable to process a view.
ViewEngineException(String) - Constructor for exception javax.mvc.engine.ViewEngineException
 
ViewEngineException(String, Throwable) - Constructor for exception javax.mvc.engine.ViewEngineException
 
ViewEngineException(Throwable) - Constructor for exception javax.mvc.engine.ViewEngineException
 
ViewEngineSelected - Interface in javax.mvc.event
Observable CDI Event to get information about the view engine that was selected to process a view.
A C D F G I J M P S V 
Skip navigation links

Copyright © 2015 Oracle Corporation. All rights reserved.