Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.servlet.view Classes and Interfaces - 80 results found.
NameDescriptionTypePackageFramework
AbstractAtomFeedViewAbstract superclass for Atom Feed views, using the>NOTE: As of Spring 4.Classorg.springframework.web.servlet.view.feedSpring MVC
AbstractCachingViewResolverConvenient base class for ViewResolveronce resolved: This means that view resolution won't be a performance problem,Classorg.springframework.web.servlet.viewSpring MVC
AbstractExcelViewConvenient superclass for Excel document views.Classorg.springframework.web.servlet.view.documentSpring MVC
AbstractFeedViewAbstract base class for Atom and RSS Feed views, using the>NOTE: As of Spring 4.Classorg.springframework.web.servlet.view.feedSpring MVC
AbstractJackson2ViewAbstract base class for Jackson based and content type independentAbstractView implementations.Classorg.springframework.web.servlet.view.jsonSpring MVC
AbstractJasperReportsSingleFormatViewfor views that use a fixed format, e.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
AbstractJasperReportsViewBase class for all JasperReports views.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
AbstractJExcelViewConvenient superclass for Excel document views.Classorg.springframework.web.servlet.view.documentSpring MVC
AbstractPdfStamperViewAbstract superclass for PDF views that operate on an existingdocument with an AcroForm.Classorg.springframework.web.servlet.view.documentSpring MVC
AbstractPdfViewAbstract superclass for PDF views, using Bruno Lowagie'sApplication-specific view classes will extend this class.Classorg.springframework.web.servlet.view.documentSpring MVC
AbstractRssFeedViewAbstract superclass for RSS Feed views, using the>NOTE: As of Spring 4.Classorg.springframework.web.servlet.view.feedSpring MVC
AbstractSpringPreparerFactoryAbstract implementation of the Tiles2 PreparerFactoryinterface, obtaining the current Spring WebApplicationContext and delegating toClassorg.springframework.web.servlet.view.tiles2Spring MVC
AbstractSpringPreparerFactoryAbstract implementation of the Tiles3 PreparerFactoryinterface, obtaining the current Spring WebApplicationContext and delegating toClassorg.springframework.web.servlet.view.tiles3Spring MVC
AbstractTemplateViewAdapter base class for template-based view technologies such asVelocity and FreeMarker, with the ability to use request and sessionClassorg.springframework.web.servlet.viewSpring MVC
AbstractTemplateViewResolverAbstract base class for template view resolvers,in particular for Velocity and FreeMarker views.Classorg.springframework.web.servlet.viewSpring MVC
AbstractUrlBasedViewAbstract base class for URL-based views.Classorg.springframework.web.servlet.viewSpring MVC
AbstractViewAbstract base class for Viewconvenient configuration as Spring-managed bean instances.Classorg.springframework.web.servlet.viewSpring MVC
AbstractXlsViewConvenient superclass for Excel document views in traditional XLS format.Classorg.springframework.web.servlet.view.documentSpring MVC
AbstractXlsxStreamingViewConvenient superclass for Excel document views in the Office 2007 XLSX format,using POI's streaming variant.Classorg.springframework.web.servlet.view.documentSpring MVC
AbstractXlsxViewConvenient superclass for Excel document views in the Office 2007 XLSX format(as supported by POI-OOXML).Classorg.springframework.web.servlet.view.documentSpring MVC
BeanNameViewResolverA simple implementation of ViewResolverthat interprets a view name as a bean name in the current application context,Classorg.springframework.web.servlet.viewSpring MVC
ConfigurableJasperReportsViewConfigurable JasperReports View, allowing to specify the JasperReports exporterto be specified through bean properties rather than through the view class name.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
ContentNegotiatingViewResolverThe ContentNegotiatingViewResolver does not resolve views itself, but delegates toother ViewResolvers.Classorg.springframework.web.servlet.viewSpring MVC
DefaultRequestToViewNameTranslatorRequestToViewNameTranslatorthat simply transforms the URI of the incoming request into a view name.Classorg.springframework.web.servlet.viewSpring MVC
FreeMarkerConfigInterface to be implemented by objects that configure and manage aFreeMarker Configuration object in a web environment.Interfaceorg.springframework.web.servlet.view.freemarkerSpring MVC
FreeMarkerConfigurerJavaBean to configure FreeMarker for web usage, via the configLocationand/or freemarkerSettings and/or templateLoaderPath properties.Classorg.springframework.web.servlet.view.freemarkerSpring MVC
FreeMarkerViewView using the FreeMarker template engine.Classorg.springframework.web.servlet.view.freemarkerSpring MVC
FreeMarkerViewResolverConvenience subclass of UrlBasedViewResolverthat supports FreeMarkerView (i.Classorg.springframework.web.servlet.view.freemarkerSpring MVC
GroovyMarkupConfigInterface to be implemented by objects that configure and manage a GroovyMarkupTemplateEngine for automatic lookup in a web environment.Interfaceorg.springframework.web.servlet.view.groovySpring MVC
GroovyMarkupConfigurerAn extension of Groovy's TemplateConfiguration andan implementation of Spring MVC's GroovyMarkupConfig for creatingClassorg.springframework.web.servlet.view.groovySpring MVC
GroovyMarkupViewAn AbstractTemplateView subclass based on Groovy XML/XHTML markup templates.Classorg.springframework.web.servlet.view.groovySpring MVC
GroovyMarkupViewResolverConvenience subclass of @link AbstractTemplateViewResolver} that supportsGroovyMarkupView (i.Classorg.springframework.web.servlet.view.groovySpring MVC
InternalResourceViewWrapper for a JSP or other resource within the same web application.Classorg.springframework.web.servlet.viewSpring MVC
InternalResourceViewResolverConvenient subclass of UrlBasedViewResolver that supportsInternalResourceView (i.Classorg.springframework.web.servlet.viewSpring MVC
JasperReportsCsvViewthat renders report results in CSV format.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
JasperReportsHtmlViewthat renders report results in HTML format.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
JasperReportsMultiFormatViewJasperReports view class that allows for the actual rendering formatto be specified at runtime using a parameter contained in the model.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
JasperReportsPdfViewthat renders report results in PDF format.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
JasperReportsViewResolverViewResolver implementation thatresolves instances of AbstractJasperReportsView by translatingClassorg.springframework.web.servlet.view.jasperreportsSpring MVC
JasperReportsXlsViewthat renders report results in XLS format.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
JasperReportsXlsxViewthat renders report results in XLSX format.Classorg.springframework.web.servlet.view.jasperreportsSpring MVC
JstlViewSpecialization of InternalResourceView for JSTL pages,i.Classorg.springframework.web.servlet.viewSpring MVC
MappingJackson2JsonViewSpring MVC View that renders JSON content by serializing the model for the current requestusing Jackson 2's ObjectMapper.Classorg.springframework.web.servlet.view.jsonSpring MVC
MappingJackson2XmlViewSpring MVC View that renders XML content by serializing the model for the current requestusing Jackson 2's XmlMapper.Classorg.springframework.web.servlet.view.xmlSpring MVC
MarshallingViewSpring-MVC View that allows for response context to be rendered as the resultof marshalling by a Marshaller.Classorg.springframework.web.servlet.view.xmlSpring MVC
RedirectViewView that redirects to an absolute, context relative, or current requestrelative URL.Classorg.springframework.web.servlet.viewSpring MVC
ResourceBundleViewResolverA ViewResolver implementation that usesbean definitions in a ResourceBundle, specified by the bundle basename.Classorg.springframework.web.servlet.viewSpring MVC
ScriptTemplateConfigInterface to be implemented by objects that configure and manage aJSR-223 ScriptEngine for automatic lookup in a web environment.Interfaceorg.springframework.web.servlet.view.scriptSpring MVC
ScriptTemplateConfigurerAn implementation of Spring MVC's ScriptTemplateConfig for creatinga ScriptEngine for use in a web application.Classorg.springframework.web.servlet.view.scriptSpring MVC
ScriptTemplateViewAn AbstractUrlBasedView subclass designed to run any template librarybased on a JSR-223 script engine.Classorg.springframework.web.servlet.view.scriptSpring MVC
ScriptTemplateViewResolverConvenience subclass of UrlBasedViewResolver that supportsScriptTemplateView and custom subclasses of it.Classorg.springframework.web.servlet.view.scriptSpring MVC
SimpleSpringPreparerFactoryTiles2 PreparerFactory implementationthat expects preparer class names and builds preparer instances for those,Classorg.springframework.web.servlet.view.tiles2Spring MVC
SimpleSpringPreparerFactoryTiles3 PreparerFactory implementationthat expects preparer class names and builds preparer instances for those,Classorg.springframework.web.servlet.view.tiles3Spring MVC
SpringBeanPreparerFactoryTiles2 PreparerFactory implementationthat expects preparer bean names and obtains preparer beans from theClassorg.springframework.web.servlet.view.tiles2Spring MVC
SpringBeanPreparerFactoryTiles3 PreparerFactory implementationthat expects preparer bean names and obtains preparer beans from theClassorg.springframework.web.servlet.view.tiles3Spring MVC
SpringLocaleResolverTiles LocaleResolver adapter that delegates to a Springexposing the DispatcherServlet-managed locale.Classorg.springframework.web.servlet.view.tiles2Spring MVC
SpringLocaleResolverTiles LocaleResolver adapter that delegates to a SpringLocaleResolver, exposing theClassorg.springframework.web.servlet.view.tiles3Spring MVC
SpringWildcardServletTilesApplicationContextSpring-specific subclass of the Tiles ServletTilesApplicationContext.Classorg.springframework.web.servlet.view.tiles2Spring MVC
SpringWildcardServletTilesApplicationContextSpring-specific subclass of the Tiles ServletApplicationContext.Classorg.springframework.web.servlet.view.tiles3Spring MVC
TilesConfigurerHelper class to configure Tiles 2.Classorg.springframework.web.servlet.view.tiles2Spring MVC
TilesConfigurerHelper class to configure Tiles 3.Classorg.springframework.web.servlet.view.tiles3Spring MVC
TilesViewView implementation that retrieves aTiles definition.Classorg.springframework.web.servlet.view.tiles2Spring MVC
TilesViewView implementation that rendersthrough the Tiles Request API.Classorg.springframework.web.servlet.view.tiles3Spring MVC
TilesViewResolverConvenience subclass of UrlBasedViewResolverthat supports TilesView (i.Classorg.springframework.web.servlet.view.tiles2Spring MVC
TilesViewResolverConvenience subclass of UrlBasedViewResolver that supportsTilesView (i.Classorg.springframework.web.servlet.view.tiles3Spring MVC
UrlBasedViewResolverSimple implementation of the ViewResolverinterface, allowing for direct resolution of symbolic view names to URLs,Classorg.springframework.web.servlet.viewSpring MVC
VelocityConfigInterface to be implemented by objects that configure and manage aVelocityEngine for automatic lookup in a web environment.Interfaceorg.springframework.web.servlet.view.velocitySpring MVC
VelocityConfigurerJavaBean to configure Velocity for web usage, via the configLocationand/or velocityProperties and/or resourceLoaderPath bean properties.Classorg.springframework.web.servlet.view.velocitySpring MVC
VelocityLayoutViewVelocityLayoutView emulates the functionality offered by Velocity'sVelocityLayoutServlet to ease page composition from different templates.Classorg.springframework.web.servlet.view.velocitySpring MVC
VelocityLayoutViewResolverConvenience subclass of VelocityViewResolver, adding supportfor VelocityLayoutView and its properties.Classorg.springframework.web.servlet.view.velocitySpring MVC
VelocityToolboxViewVelocityView subclass which adds support for Velocity Tools toolboxesand Velocity Tools ViewTool callbacks / Velocity Tools 1.Classorg.springframework.web.servlet.view.velocitySpring MVC
VelocityViewView using the Velocity template engine.Classorg.springframework.web.servlet.view.velocitySpring MVC
VelocityViewResolverConvenience subclass of UrlBasedViewResolverthat supports VelocityView (i.Classorg.springframework.web.servlet.view.velocitySpring MVC
ViewMVC View for a web interaction.Interfaceorg.springframework.web.servletSpring MVC
ViewRendererServletViewRendererServlet is a bridge servlet, mainly for the Portlet MVC support.Classorg.springframework.web.servletSpring MVC
ViewResolverInterface to be implemented by objects that can resolve views by name.Interfaceorg.springframework.web.servletSpring MVC
ViewResolverCompositeA ViewResolver that delegates to others.Classorg.springframework.web.servlet.viewSpring MVC
XmlViewResolverA ViewResolver implementation that usesbean definitions in a dedicated XML file for view definitions, specified byClassorg.springframework.web.servlet.viewSpring MVC
XsltViewXSLT-driven View that allows for response context to be rendered as theresult of an XSLT transformation.Classorg.springframework.web.servlet.view.xsltSpring MVC
XsltViewResolverViewResolver implementation thatresolves instances of XsltView by translating the supplied view nameClassorg.springframework.web.servlet.view.xsltSpring MVC