Example usage for org.springframework.web.servlet.handler HandlerInterceptorAdapter subclass-usage

List of usage examples for org.springframework.web.servlet.handler HandlerInterceptorAdapter subclass-usage

Introduction

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

Usage

From source file com.github.spring.mvc.util.handler.UriMatchingHandlerInterceptor.java

@Includes({ "/include", "/include/*", "*.html" })
@Excludes({ "/exclude", "/exclude/*", "*.jsp" })
public class UriMatchingHandlerInterceptor extends HandlerInterceptorAdapter {

    public void doNotIntercept() {

From source file org.jbb.lib.mvc.interceptors.RequestIdInterceptor.java

@Slf4j
@Component
@Order(2)
public class RequestIdInterceptor extends HandlerInterceptorAdapter {

    static final String REQUEST_ID_HEADER_NAME = "request-id";

From source file business.security.CustomLoggingInterceptor.java

@Component
public class CustomLoggingInterceptor extends HandlerInterceptorAdapter {

    Log log = LogFactory.getLog(getClass());

    @Autowired

From source file com.luna.common.web.interceptor.SetCommonDataInterceptor.java

/**
 * ?Interceptor
 * <p/>
 * Filter  getParameternull ?Interceptor
 * <p/>
 * 1?ctx---->request.contextPath

From source file pl.orange.opl.storefront.interceptors.beforecontroller.BeforeControllerInterceptor.java

/**
 * A postHandle HandlerInterceptor that runs a number of BeforeViewHandlers before the view is rendered.
 */
public class BeforeControllerInterceptor extends HandlerInterceptorAdapter {
    public final String INTERCEPTOR_ONCE_KEY = BeforeControllerInterceptor.class.getName();

From source file com.epam.cme.storefront.interceptors.beforecontroller.BeforeControllerInterceptor.java

/**
 * A postHandle HandlerInterceptor that runs a number of BeforeViewHandlers before the view is
 * rendered.
 */
public class BeforeControllerInterceptor extends HandlerInterceptorAdapter {
    public final String INTERCEPTOR_ONCE_KEY = BeforeControllerInterceptor.class.getName();

From source file com.scm.test.common.web.interceptor.SetCommonDataInterceptor.java

/**
 * ?Interceptor
 * <p/>
 * Filter  getParameternull ?Interceptor
 * <p/>
 * 1?ctx---->request.contextPath

From source file com.epam.training.storefront.interceptors.beforecontroller.BeforeControllerInterceptor.java

/**
 * A postHandle HandlerInterceptor that runs a number of BeforeViewHandlers before the view is rendered.
 */
public class BeforeControllerInterceptor extends HandlerInterceptorAdapter {
    public final String INTERCEPTOR_ONCE_KEY = BeforeControllerInterceptor.class.getName();

From source file de.hybris.telcotrail.storefront.interceptors.beforecontroller.BeforeControllerInterceptor.java

/**
 * A postHandle HandlerInterceptor that runs a number of BeforeViewHandlers before the view is rendered.
 */
public class BeforeControllerInterceptor extends HandlerInterceptorAdapter {
    public final String INTERCEPTOR_ONCE_KEY = BeforeControllerInterceptor.class.getName();

From source file com.ibm.gbs.gbs_cai_web.config.AuthInterceptor.java

/**
 *
 * @author kr055045
 */
public class AuthInterceptor extends HandlerInterceptorAdapter {