Example usage for org.springframework.web.context.support WebApplicationObjectSupport subclass-usage

List of usage examples for org.springframework.web.context.support WebApplicationObjectSupport subclass-usage

Introduction

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

Usage

From source file org.codehaus.groovy.grails.plugins.springsecurity.GrailsWebApplicationObjectSupport.java

/**
 * Grails Web Application Object Support.
 *
 * @author T.Yamamoto
 * @author <a href='mailto:beckwithb@studentsonly.com'>Burt Beckwith</a>
 */

From source file org.springframework.web.servlet.handler.AbstractHandlerMapping.java

/**
 * Abstract base class for HandlerMapping implementations.
 * Supports ordering, a default handler, and handler interceptors.
 *
 * @author Juergen Hoeller
 * @since 07.04.2003

From source file org.codehaus.groovy.grails.plugins.acegi.GrailsWebApplicationObjectSupport.java

/**
 * Grails Web Application Object Support
 * @author T.Yamamoto
 */
public abstract class GrailsWebApplicationObjectSupport extends WebApplicationObjectSupport {

From source file de.uni_koeln.spinfo.maalr.configuration.Environment.java

@Service
public class Environment extends WebApplicationObjectSupport {

    private Logger logger = LoggerFactory.getLogger(getClass());

    private Configuration configuration;

From source file org.sakaiproject.hierarchy.tool.vm.spring.CachingViewResolver.java

/**
 * Convenient superclass for view resolvers.
 * Caches views once resolved: This means that view resolution won't be a
 * performance problem, no matter how costly initial view retrieval is.
 *
 * <p>View retrieval is deferred to subclasses via the <code>loadView</code>

From source file com.springsource.petclinic.web.menu.MenuLoader.java

/**
 * Menu model loader and publisher.
 * <p>
 * This class automatically is loaded by Spring ({@link Component} and
 * {@link Configurable}).
 * <p>

From source file org.dspace.webmvc.view.decorator.ThemeAwareDecoratorViewProxy.java

/**
 * Proxy that wraps a Spring WebMVC view, to apply SiteMesh Decorators
 * Includes awareness about themes, allowing us to apply themes based on decorator configuration
 */
@Aspect
public class ThemeAwareDecoratorViewProxy extends WebApplicationObjectSupport implements InitializingBean {

From source file org.agatom.springatom.web.controller.SVDefaultController.java

/**
 * <p>Abstract SVDefaultController class.</p>
 *
 * @author kornicameister
 * @version 0.0.1
 * @since 0.0.1

From source file org.craftercms.engine.view.CrafterPageViewResolver.java

import org.springframework.web.servlet.view.RedirectView;
import org.springframework.web.servlet.view.UrlBasedViewResolver;

/**
 * {@link org.springframework.web.servlet.ViewResolver} that resolves to {@link CrafterPageView}s. This resolver
 * retrieves the Crafter page from the content store and searches in the page DOM for the actual view name. The

From source file org.springframework.web.servlet.view.ContentNegotiatingViewResolver.java

/**
 * Implementation of {@link ViewResolver} that resolves a view based on the request file name
 * or {@code Accept} header.
 *
 * <p>The {@code ContentNegotiatingViewResolver} does not resolve views itself, but delegates to
 * other {@link ViewResolver}s. By default, these other view resolvers are picked up automatically