Example usage for org.springframework.web.servlet HandlerInterceptor interface-usage

List of usage examples for org.springframework.web.servlet HandlerInterceptor interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet HandlerInterceptor interface-usage.

Usage

From source file org.hoteia.qalingo.core.web.mvc.interceptor.RequestPlatformThemeHandlerInterceptor.java

public class RequestPlatformThemeHandlerInterceptor implements HandlerInterceptor {

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

    @Autowired
    protected RequestUtil requestUtil;

From source file net.gbmb.collector.FlowFilter.java

@WebFilter(urlPatterns = { "/*" })
public class FlowFilter implements HandlerInterceptor {

    private static final Logger LOGGER = LoggerFactory.getLogger(FlowFilter.class);

    private boolean acceptRequest = true;

From source file com.hypersocket.json.ControllerInterceptor.java

public class ControllerInterceptor implements HandlerInterceptor {

    private static Logger log = LoggerFactory.getLogger(ControllerInterceptor.class);

    @Override
    public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler)

From source file com.indusborn.ui.signin.AccountExposingHandlerInterceptor.java

/**
 * Spring MVC Interceptor that exposes the Account identifying the currently
 * signed in member as a well-known request attribute that can be used during
 * the course of request processing. Supports obtaining a reference to the
 * current member Account from @Controllers and views.
 * 

From source file org.parancoe.web.LanguageInterceptor.java

/**
 * @author paolo.dona@seesaw.it
 */
public class LanguageInterceptor implements HandlerInterceptor {

    public static final Logger logger = LoggerFactory.getLogger(LanguageInterceptor.class);

From source file com.springsource.greenhouse.signin.AccountExposingHandlerInterceptor.java

/**
 * Spring MVC Interceptor that exposes the Account identifying the currently signed in member as a well-known 
 * request attribute that can be used during the course of request processing.
 * Supports obtaining a reference to the current member Account from @Controllers and views.
 * @author Keith Donald
 */

From source file io.seldon.api.interceptor.ScopedInterceptor.java

/**
 * Created by: marc on 13/08/2012 at 16:46
 */
public interface ScopedInterceptor extends HandlerInterceptor {

    public TokenScope.Scope getScope();

From source file com.porvak.bracket.socialize.signin.AccountExposingHandlerInterceptor.java

/**
 * Spring MVC Interceptor that exposes the Account identifying the currently signed in member as a well-known 
 * request attribute that can be used during the course of request processing.
 * Supports obtaining a reference to the current member Account from @Controllers and views.
 * @author Keith Donald
 */

From source file com.tianjunwei.interceptor.LanguageCookieInterceptor.java

/**
 * @author tianjunwei
 * @time 2016 ?7:33:06
 */
public class LanguageCookieInterceptor implements HandlerInterceptor {

From source file org.hoteia.qalingo.core.web.mvc.interceptor.CacheInterceptor.java

/**
 * 
 * 
 */
public class CacheInterceptor implements HandlerInterceptor {