Example usage for org.springframework.core Ordered interface-usage

List of usage examples for org.springframework.core Ordered interface-usage

Introduction

In this page you can find the example usage for org.springframework.core Ordered interface-usage.

Usage

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.jasig.irclog.EventLogBot.java

/**
 * Implementation of PircBot that converts all the callbacks into strongly typed event objects.
 * Also handles automatic reconnecting to the configured server.
 * 
 * @author Eric Dalquist <a href="mailto:eric.dalquist@doit.wisc.edu">eric.dalquist@doit.wisc.edu</a>
 * @version $Revision$

From source file com.liferay.arkadiko.bean.AKBeanPostProcessor.java

/**
 * @author Raymond Aug
 */
public class AKBeanPostProcessor extends SimpleInstantiationStrategy
        implements BeanFactoryPostProcessor, BeanPostProcessor, Ordered {

From source file com.avanza.astrix.spring.AstrixFrameworkBean.java

/**
 * 
 * @author Elias Lindholm (elilin)
 */
public class AstrixFrameworkBean implements BeanFactoryPostProcessor, ApplicationContextAware,
        ApplicationListener<ApplicationContextEvent>, Ordered {

From source file org.brekka.stillingar.spring.bpp.ConfigurationBeanPostProcessor.java

 * Identifies and enhances Spring managed beans that are marked with the {@link Configured} annotation and contain
 * fields/methods that marked to be configured. Fields and setter methods would be marked with {@link Configured}, with
 * listener methods marked with {@link ConfigurationListener}.
 * 
 * If the {@link ConfigurationSource} passed to this post-processor is also an instance of {@link ConfigurationService}
 * then all configuration will be registered to receive updates from the configuration source.

From source file urlshortener2014.oldBurgundy.web.errorcontroler.ErrorMvcAutoConfiguration.java

/**
 * {@link EnableAutoConfiguration Auto-configuration} to render errors via a MVC error
 * controller.
 *
 * @author Dave Syer
 * @author Andy Wilkinson

From source file org.iff.infra.util.spring.script.ScriptFactoryPostProcessor.java

/**
 * {@link org.springframework.beans.factory.config.BeanPostProcessor} that
 * handles {@link org.springframework.scripting.ScriptFactory} definitions,
 * replacing each factory with the actual scripted Java object generated by it.
 *
 * <p>This is similar to the

From source file morph.plugin.views.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.

From source file co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter.java

/**
 * An {@link AbstractHandlerMethodAdapter} that supports {@link HandlerMethod}s
 * with the signature -- method argument and return types, defined in
 * {@code @RequestMapping}.
 *
 * <p>

From source file com.iyonger.apm.web.spring.ApiExceptionHandlerResolver.java

/**
 * Api exception handler which emits the exception message in the form of json.
 *
 * @author junoyoon
 * @since 3.2.3
 */