Example usage for org.springframework.web.filter DelegatingFilterProxy subclass-usage

List of usage examples for org.springframework.web.filter DelegatingFilterProxy subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.filter DelegatingFilterProxy subclass-usage.

Usage

From source file com.iflytek.edu.cloud.frame.spring.DelegatingFilterProxyExt.java

/**
 * appkey????
 * 
 * Create on @201487 @?7:47:34 
 * @author libinsong1204@gmail.com
 */

From source file org.openinfinity.sso.common.ss.sp.filters.MuleContextUsingDelegatingFilterProxy.java

/**
 * A class that functions like a Spring DelegatingFilterProxy but uses application context initiated
 * by Mule as the web application context..
 *
 * @see DelegatingFilterProxy
 * @author Mika Salminen

From source file com.github.nblair.web.ProfileConditionalDelegatingFilterProxy.java

/**
 * Subclass of {@link DelegatingFilterProxy} that allows for conditional execution of the 
 * delegate {@link Filter} if and only if the required spring {@link Profile}s are active.
 * 
 * If any or all of the required profiles are not active, the delegate {@link Filter#doFilter(ServletRequest, ServletResponse, FilterChain)} 
 * is not invoked ({@link FilterChain#doFilter(ServletRequest, ServletResponse)} is allowed to proceed).

From source file org.sakaiproject.login.springframework.SafeDelegatingFilterProxy.java

import org.apache.commons.logging.LogFactory;
import org.springframework.web.context.WebApplicationContext;
import org.springframework.web.filter.DelegatingFilterProxy;

/**
 * Extends the ootb Spring proxy by becoming a no op in the situation where