Example usage for org.springframework.web.servlet.view UrlBasedViewResolver subclass-usage

List of usage examples for org.springframework.web.servlet.view UrlBasedViewResolver subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.view UrlBasedViewResolver subclass-usage.

Usage

From source file com.technologicaloddity.saha.util.SahaViewResolver.java

/**
 * @author Bob Robinson, http://technologicaloddity.com
 *
 */
@Component
public class SahaViewResolver extends UrlBasedViewResolver {

From source file io.github.autsia.crowly.tiles.TilesExposingBeansViewResolver.java

/**
 * Created by Dmytro on 02.01.14 at 22:20
 * Project: crowly
 */
public class TilesExposingBeansViewResolver extends UrlBasedViewResolver {

From source file net.vksn.ecm.spring.tiles3.TilesViewResolver.java

/**
 * Convenience subclass of {@link UrlBasedViewResolver} that supports
 * {@link TilesView} (i.e. Tiles definitions) and custom subclasses of it.
 *
 * @author Nicolas Le Bas
 * @author Rossen Stoyanchev

From source file com.parakhcomputer.web.servlet.view.tiles2.TilesUrlBasedViewResolver.java

/**
 * <p>Extends <code>UrlBasedViewResolver</code> and provides 
 * some properties to set tiles values if the view is a 
 * <code>DynamicTilesView</code>.</p>
 *
 * @author David Winterfeldt

From source file org.springbyexample.web.servlet.view.tiles2.TilesUrlBasedViewResolver.java

/**
 * <p>Extends <code>UrlBasedViewResolver</code> and provides 
 * some properties to set tiles values if the view is a 
 * <code>DynamicTilesView</code>.</p>
 *
 * @author David Winterfeldt

From source file ua.com.manometer.jasperreports.JasperReportsViewResolver.java

/**
 * {@link org.springframework.web.servlet.ViewResolver} implementation that
 * resolves instances of {@link AbstractJasperReportsView} by translating
 * the supplied view name into the URL of the report file.
 * 
 * @author Rob Harrop

From source file com.github.ryoasai.springmvc.flashmap.FlashMapStoringRedirectViewResolver.java

/**
 * View resolver that can delegate to the specialized view which can store model data to a flash map.
 * 
 * @author Ryo
 */
public class FlashMapStoringRedirectViewResolver extends UrlBasedViewResolver {

From source file com.github.instaweb.jade.web.JadeViewResolver.java

/**
 * @author Marlon Bernardes
 *
 */
public class JadeViewResolver extends UrlBasedViewResolver {

From source file org.hdiv.web.servlet.view.UrlBasedViewResolverHDIV.java

/**
 * Simple implementation of the {@link org.springframework.web.servlet.ViewResolver}
 * interface, allowing for direct resolution of symbolic view names to URLs,
 * without explicit mapping definition. This is useful if your symbolic names
 * match the names of your view resources in a straightforward manner
 * (i.e. the symbolic name is the unique part of the resource's filename),

From source file org.withinsea.izayoi.adapter.springmvc.SpringCortileViewResolver.java

/**
 * Created by Mo Chen <withinsea@gmail.com>
 * Date: 2010-1-8
 * Time: 17:12:13
 */
public class SpringCortileViewResolver extends UrlBasedViewResolver implements ApplicationContextAware {