All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AbstractPathContext An abstract implementation ofPathContext
.Attribute If a view handler parameter is annotated withAttribute
, the servlet attribute with the given name passed in.Cookie Annotates a parameter of the view handler.EmptyViewInterceptor AViewInterceptor
that does nothing.ErrorResponseException This exception is thrown when a generic HTTP error happened.Optional If a view handler parameter is annotated withOptional
, it also acceptsnull
if there is no matching parameter value.PageNotFoundException This exception is thrown when an error happened because there is no view defined for the requested URL.Parameter Annotates a parameter of the view handler.PathContext Context that holds all data required for building a path.PathPart Annotates a view handler method parameter.PathType Enumeration of path types that can be built.PathUtils Utility methods for view path management.Qualifier Annotates a String parameter of the view handler.SessionId Annotates a String parameter that will contain an unique identifier for the current HTTP session, ornull
if there is no session.Signature A signature is a hash key for a set of String elements.View A view handler method is annotated withView
.ViewContext Provides a context of the View that is to be rendered in this request.ViewContextException This exception is thrown when an error happened becauseViewContext
was unable to return the requested data.ViewContextImpl Default implementation ofViewContext
.ViewException This exception is raised when a view could not be rendered for various reasons.ViewGroup ViewHandler Spring beans annotated withViewHandler
contain one or more view handler methods annotated with eitherView
orViewGroup
.ViewInterceptor Spring beans implementing this interface are allowed to inspect or change the output of view handlers.ViewInvoker Keeps a reference to and invokes a view handler.ViewManager Manages the view handlers.ViewPathEvaluationContext AnEvaluationContext
that offers additional string functions.ViewPattern A view pattern is a URL pattern for a view.ViewService Service for rendering views, creating links to views, and handling servlet requests.ViewServiceImpl Default implementation ofViewService
.ViewServlet Main servlet for handling all kind of view requests.