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 org.parancoe.plugins.security.SecureInterceptor.java

/**
 * Interceptor for secure features based on springsecurity framework.
 * @author Enrico Giurin
 *
 */
public class SecureInterceptor extends HandlerInterceptorAdapter {

From source file com.baomidou.kisso.web.interceptor.SSOSpringInterceptor.java

/**
 * ???
 * <p>
 * kisso spring Controller ??
 * </p>
 * 

From source file de.otto.mongodb.profiler.web.PageInterceptor.java

public class PageInterceptor extends HandlerInterceptorAdapter {

    public static final String MAIN_NAVIGATION_VIEW_MODEL_ATTRIBUTE = "mainNavigation";
    public static final String FOOTER_VIEW_MODEL_ATTRIBUTE = "footer";

    private final ProfilerService profilerService;

From source file org.springmodules.validation.valang.javascript.taglib.ValangRulesExportInterceptor.java

/**
 * Spring MVC interceptor implementation that will automatically export Valang validation rules that are used by any of
 * the intercepted handlers into the the ModelAndView so that they are accessible to the custom tag
 * <code>ValangValidateTag</code>.
 * <p/>
 * <p>

From source file org.gbif.portal.web.controller.user.CookieAndSessionCheckInterceptor.java

/**
 * Simple Interceptor that checks a cookie is available. If not available forwards request to a url supplying
 * the requested url as a parameter.
 *
 * @author dmartin
 */

From source file org.emr.intercepter.RequestInterceptor.java

/**
 *
 * @author Nishith Shah
 */
public class RequestInterceptor extends HandlerInterceptorAdapter {
    @Autowired

From source file net.duckling.ddl.web.interceptor.access.PanFetchCodeInterceptor.java

public class PanFetchCodeInterceptor extends HandlerInterceptorAdapter {
    @Autowired
    private PanShareResourceService panShareResourceService;
    @Autowired
    private IPanService panService;

From source file com.rsmart.certification.impl.SakaiStyleSheetInterceptor.java

public class SakaiStyleSheetInterceptor extends HandlerInterceptorAdapter {
    protected SiteService siteService;
    protected ToolManager toolManager;

    public SakaiStyleSheetInterceptor() {
    }

From source file com.baomidou.kisso.web.interceptor.SSOPermissionInterceptor.java

/**
 * <p>
 * kisso ?? kisso ?
 * </p>
 * 
 * @author hubin

From source file gxu.software_engineering.shen10.market.interceptor.UserInterceptor.java

/**
 * ??
 * 
 * @author longkai()
 * @email  im.longkai@gmail.com
 * @since  2013-6-21