Example usage for org.springframework.web.servlet.support WebContentGenerator subclass-usage

List of usage examples for org.springframework.web.servlet.support WebContentGenerator subclass-usage

Introduction

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

Usage

From source file org.craftercms.engine.controller.HttpProxyRequestHandler.java

    /*
 * Copyright (C) 2007-2013 Crafter Software Corporation.
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by

From source file org.craftercms.engine.controller.StaticAssetsRequestHandler.java

    private static final Log logger = LogFactory.getLog(StaticAssetsRequestHandler.class);

    private ContentStoreService contentStoreService;
    private String staticAssetsPath;
    private boolean disableCaching;

From source file com.civilizer.web.handler.ResourceHttpRequestHandler.java

/**
 * {@link HttpRequestHandler} that serves static resources optimized for superior browser performance
 * (according to the guidelines of Page Speed, YSlow, etc.) by allowing for flexible cache settings
 * ({@linkplain #setCacheSeconds "cacheSeconds" property}, last-modified support).
 *
 * <p>The {@linkplain #setLocations "locations" property} takes a list of Spring {@link Resource} locations

From source file org.wallride.web.support.MediaHttpRequestHandler.java

public class MediaHttpRequestHandler extends WebContentGenerator implements HttpRequestHandler, InitializingBean {

    private WallRideProperties wallRideProperties;

    private MediaService mediaService;

From source file com.sybase365.mobiliser.custom.project.channels.HttpChannelEnd.java

/**
 * A channel which forwards messages and then waits for the answer. Useful for
 * testing but not much else.
 *
 * @since 2012-01-26
 */

From source file org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.java

/**
 * A custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Servlet
 * environment. Delegates to mapped {@link FlowHandler flow handlers} to manage the interaction with executions of
 * specific flow definitions.
 * 
 * @author Keith Donald

From source file org.springframework.web.servlet.resource.ResourceHttpRequestHandler.java

/**
 * {@code HttpRequestHandler} that serves static resources in an optimized way
 * according to the guidelines of Page Speed, YSlow, etc.
 *
 * <p>The {@linkplain #setLocations "locations"} property takes a list of Spring
 * {@link Resource} locations from which static resources are allowed to

From source file com.revolsys.ui.web.rest.interceptor.WebAnnotationMethodHandlerAdapter.java

/**
 * Implementation of the {@link org.springframework.web.servlet.HandlerAdapter}
 * interface that maps handler methods based on HTTP paths, HTTP methods and
 * request parameters expressed through the {@link RequestMapping} annotation.
 * <p>
 * Supports request parameter binding through the {@link RequestParam}

From source file org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.java

/**
 * Implementation of the {@link org.springframework.web.servlet.HandlerAdapter} interface
 * that maps handler methods based on HTTP paths, HTTP methods and request parameters
 * expressed through the {@link RequestMapping} annotation.
 * <p/>
 * <p>Supports request parameter binding through the {@link RequestParam} annotation.

From source file org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.java

/**
 * Implementation of the {@link org.springframework.web.servlet.HandlerAdapter} interface
 * that maps handler methods based on HTTP paths, HTTP methods and request parameters
 * expressed through the {@link RequestMapping} annotation.
 *
 * <p>Supports request parameter binding through the {@link RequestParam} annotation.