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

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

Introduction

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

Usage

From source file com.denksoft.springstarter.util.TilesViewExtended.java

public class TilesViewExtended extends AbstractUrlBasedView {

    private static Log log = LogFactory.getLog(TilesViewExtended.class);
    private MessageSource jstlAwareMessageSource;

    protected void initApplicationContext() {

From source file ui.web2.web.servlet.view.tiles2.DynamicTilesView.java

/**
 * <p>View implementation that first checks if the request is
 * a Tiles definition, then if it isn't tries to retrieve a default Tiles
 * template and uses the url to dynamically set the body.</p>
 *
 * <p>The main template name defaults to 'mainTemplate', the

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

/**
 * <p>View implementation that first checks if the request is 
 * a Tiles definition, then if it isn't tries to retrieve a default Tiles 
 * template and uses the url to dynamically set the body.</p>
 * 
 * <p>The main template name defaults to 'mainTemplate', the 

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

/**
 * <p>View implementation that first checks if the request is 
 * a Tiles definition, then if it isn't tries to retrieve a default Tiles 
 * template and uses the url to dynamically set the body.</p>
 * 
 * <p>The main template name defaults to 'mainTemplate', the 

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

/**
 * <p>View implementation that first checks if the request is 
 * a Tiles definition, then if it isn't tries to retrieve a default Tiles 
 * template and uses the url to dynamically set the body.</p>
 * 
 * <p>The main template name defaults to 'mainTemplate', the 

From source file org.sakaiproject.metaobj.shared.control.ForwardView.java

/**
 * Created by IntelliJ IDEA.
 * User: John Ellis
 * Date: May 18, 2004
 * Time: 3:12:19 PM
 * To change this template use File | Settings | File Templates.

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

/**
 * {@link org.springframework.web.servlet.View} implementation that renders
 * through the Tiles Request API. The "url" property is interpreted as name of a
 * Tiles definition.
 *
 * @author Nicolas Le Bas

From source file org.codehaus.groovy.grails.web.servlet.view.GroovyPageView.java

/**
 * A Spring View that renders Groovy Server Pages to the response. It requires an instance
 * of GroovyPagesTemplateEngine to be set and will render to view returned by the getUrl()
 * method of AbstractUrlBasedView
 *
 * This view also requires an instance of GrailsWebRequest to be bound to the currently

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

/**
 * Base class for all JasperReports views. Applies on-the-fly compilation
 * of report designs as required and coordinates the rendering process.
 * The resource path of the main report needs to be specified as <code>url</code>.
 *
 * <p>This class is responsible for getting report data from the model that has