Uses of Interface
org.springframework.web.servlet.View
Packages that use View Package Description org.springframework.test.web.servlet.setup Contains built-inMockMvcBuilderimplementations.org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework.org.springframework.web.servlet.config.annotation Annotation-based setup for Spring MVC.org.springframework.web.servlet.mvc Standard controller implementations for the Servlet MVC framework that comes with Spring.org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.org.springframework.web.servlet.view.document Support classes for document generation, providing View implementations for PDF and Excel.org.springframework.web.servlet.view.feed Support classes for feed generation, providing View implementations for Atom and RSS.org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.org.springframework.web.servlet.view.groovy Support classes for the integration of Groovy Templates as Spring web view technology.org.springframework.web.servlet.view.json Support classes for providing a View implementation based on JSON serialization.org.springframework.web.servlet.view.script Support classes for views based on the JSR-223 script engine abstraction (as included in Java 6+), e.g.org.springframework.web.servlet.view.tiles3 Support classes for the integration of Tiles 3 (the standalone version of Tiles) as Spring web view technology.org.springframework.web.servlet.view.xml Support classes for providing a View implementation based on XML Marshalling.org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets.Uses of View in org.springframework.test.web.servlet.setup
Methods in org.springframework.test.web.servlet.setup with parameters of type View Modifier and Type Method Description StandaloneMockMvcBuilderStandaloneMockMvcBuilder. setSingleView(View view)Sets up a singleViewResolverthat always returns the provided view instance.Uses of View in org.springframework.web.servlet
Subinterfaces of View in org.springframework.web.servlet Modifier and Type Interface Description interfaceSmartViewProvides additional information about a View such as whether it performs redirects.Methods in org.springframework.web.servlet that return View Modifier and Type Method Description ViewModelAndView. getView()Return the View object, ornullif we are using a view name to be resolved by the DispatcherServlet via a ViewResolver.protected ViewDispatcherServlet. resolveViewName(String viewName, Map<String,Object> model, Locale locale, HttpServletRequest request)Resolve the given view name into a View object (to be rendered).ViewViewResolver. resolveViewName(String viewName, Locale locale)Resolve the given view by name.Methods in org.springframework.web.servlet with parameters of type View Modifier and Type Method Description voidModelAndView. setView(View view)Set a View object for this ModelAndView.Constructors in org.springframework.web.servlet with parameters of type View Constructor Description ModelAndView(View view)Convenient constructor when there is no model data to expose.ModelAndView(View view, String modelName, Object modelObject)Convenient constructor to take a single model object.ModelAndView(View view, Map<String,?> model)Create a new ModelAndView given a View object and a model.Uses of View in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation with parameters of type View Modifier and Type Method Description voidViewResolverRegistry. enableContentNegotiation(boolean useNotAcceptableStatus, View... defaultViews)Enable use of aContentNegotiatingViewResolverto front all other configured view resolvers and select among all selected Views based on media types requested by the client (e.g.voidViewResolverRegistry. enableContentNegotiation(View... defaultViews)Enable use of aContentNegotiatingViewResolverto front all other configured view resolvers and select among all selected Views based on media types requested by the client (e.g.Uses of View in org.springframework.web.servlet.mvc
Methods in org.springframework.web.servlet.mvc that return View Modifier and Type Method Description ViewParameterizableViewController. getView()Return the View object, ornullif we are using a view name to be resolved by the DispatcherServlet via a ViewResolver.Methods in org.springframework.web.servlet.mvc with parameters of type View Modifier and Type Method Description voidParameterizableViewController. setView(View view)Set a View object for the ModelAndView to return.Uses of View in org.springframework.web.servlet.view
Classes in org.springframework.web.servlet.view that implement View Modifier and Type Class Description classAbstractTemplateViewAdapter base class for template-based view technologies such as FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Spring's FreeMarker macro library.classAbstractUrlBasedViewAbstract base class for URL-based views.classAbstractViewAbstract base class forViewimplementations.classInternalResourceViewWrapper for a JSP or other resource within the same web application.classJstlViewSpecialization ofInternalResourceViewfor JSTL pages, i.e.classRedirectViewView that redirects to an absolute, context relative, or current request relative URL.Methods in org.springframework.web.servlet.view that return View Modifier and Type Method Description protected ViewUrlBasedViewResolver. applyLifecycleMethods(String viewName, AbstractUrlBasedView view)Apply the containingApplicationContext's lifecycle methods to the givenViewinstance, if such a context is available.protected ViewAbstractCachingViewResolver. createView(String viewName, Locale locale)Create the actual View object.protected ViewUrlBasedViewResolver. createView(String viewName, Locale locale)Overridden to implement check for "redirect:" prefix.protected abstract ViewAbstractCachingViewResolver. loadView(String viewName, Locale locale)Subclasses must implement this method, building a View object for the specified view.protected ViewResourceBundleViewResolver. loadView(String viewName, Locale locale)protected ViewUrlBasedViewResolver. loadView(String viewName, Locale locale)Delegates tobuildViewfor creating a new instance of the specified view class.protected ViewXmlViewResolver. loadView(String viewName, Locale locale)ViewAbstractCachingViewResolver. resolveViewName(String viewName, Locale locale)ViewBeanNameViewResolver. resolveViewName(String viewName, Locale locale)ViewContentNegotiatingViewResolver. resolveViewName(String viewName, Locale locale)ViewViewResolverComposite. resolveViewName(String viewName, Locale locale)Methods in org.springframework.web.servlet.view that return types with arguments of type View Modifier and Type Method Description List<View>ContentNegotiatingViewResolver. getDefaultViews()Methods in org.springframework.web.servlet.view with parameters of type View Modifier and Type Method Description booleanAbstractCachingViewResolver.CacheFilter. filter(View view, String viewName, Locale locale)Indicates whether the given view should be cached.Method parameters in org.springframework.web.servlet.view with type arguments of type View Modifier and Type Method Description voidContentNegotiatingViewResolver. setDefaultViews(List<View> defaultViews)Set the default views to use when a more specific view can not be obtained from theViewResolverchain.Uses of View in org.springframework.web.servlet.view.document
Classes in org.springframework.web.servlet.view.document that implement View Modifier and Type Class Description classAbstractPdfStamperViewAbstract superclass for PDF views that operate on an existing document with an AcroForm.classAbstractPdfViewAbstract superclass for PDF views.classAbstractXlsViewConvenient superclass for Excel document views in traditional XLS format.classAbstractXlsxStreamingViewConvenient superclass for Excel document views in the Office 2007 XLSX format, using POI's streaming variant.classAbstractXlsxViewConvenient superclass for Excel document views in the Office 2007 XLSX format (as supported by POI-OOXML).Uses of View in org.springframework.web.servlet.view.feed
Classes in org.springframework.web.servlet.view.feed that implement View Modifier and Type Class Description classAbstractAtomFeedViewAbstract superclass for Atom Feed views, using the ROME package.classAbstractFeedView<T extends com.rometools.rome.feed.WireFeed>Abstract base class for Atom and RSS Feed views, using the ROME package.classAbstractRssFeedViewAbstract superclass for RSS Feed views, using the ROME package.Uses of View in org.springframework.web.servlet.view.freemarker
Classes in org.springframework.web.servlet.view.freemarker that implement View Modifier and Type Class Description classFreeMarkerViewView using the FreeMarker template engine.Uses of View in org.springframework.web.servlet.view.groovy
Classes in org.springframework.web.servlet.view.groovy that implement View Modifier and Type Class Description classGroovyMarkupViewAnAbstractTemplateViewsubclass based on Groovy XML/XHTML markup templates.Uses of View in org.springframework.web.servlet.view.json
Classes in org.springframework.web.servlet.view.json that implement View Modifier and Type Class Description classAbstractJackson2ViewAbstract base class for Jackson based and content type independentAbstractViewimplementations.classMappingJackson2JsonViewSpring MVCViewthat renders JSON content by serializing the model for the current request using Jackson 2'sObjectMapper.Uses of View in org.springframework.web.servlet.view.script
Classes in org.springframework.web.servlet.view.script that implement View Modifier and Type Class Description classScriptTemplateViewAnAbstractUrlBasedViewsubclass designed to run any template library based on a JSR-223 script engine.Uses of View in org.springframework.web.servlet.view.tiles3
Classes in org.springframework.web.servlet.view.tiles3 that implement View Modifier and Type Class Description classTilesViewViewimplementation that renders through the Tiles Request API.Uses of View in org.springframework.web.servlet.view.xml
Classes in org.springframework.web.servlet.view.xml that implement View Modifier and Type Class Description classMappingJackson2XmlViewSpring MVCViewthat renders XML content by serializing the model for the current request using Jackson 2'sXmlMapper.classMarshallingViewSpring-MVCViewthat allows for response context to be rendered as the result of marshalling by aMarshaller.Uses of View in org.springframework.web.servlet.view.xslt
Classes in org.springframework.web.servlet.view.xslt that implement View Modifier and Type Class Description classXsltViewXSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.