Example usage for org.apache.commons.chain Filter interface-usage

List of usage examples for org.apache.commons.chain Filter interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.chain Filter interface-usage.

Usage

From source file com.sf.ddao.conn.ConnectionHandlerHelper.java

/**
 * ConnectionHandlerHelper helps to deal with connection allocation and transactions handling
 * it keeps connection in context for autocommit mode and in thread local variable when using transactions.
 * <p/>
 * Created by: pavel
 * Date: Jun 11, 2008

From source file org.apache.struts.chain.ExceptionCatcher.java

/**
 * <p>Intercept any exception thrown by a subsequent <code>Command</code>
 * in this processing chain, and fire the configured exception handler chain
 * after storing the exception that has occurred into the <code>Context</code>.
 * </p>
 *

From source file org.apache.struts.chain.commands.ExceptionCatcher.java

/**
 * <p>Intercept any exception thrown by a subsequent <code>Command</code> in
 * this processing chain, and fire the configured exception handler chain
 * after storing the exception that has occurred into the
 * <code>Context</code>. </p>
 *

From source file org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.java

/**
 * Handles both the preparation and execution phases of the Struts dispatching process.  This filter is better to use
 * when you don't have another filter that needs access to action context information, such as Sitemesh.
 */
public class StrutsPrepareAndExecuteFilter implements StrutsStatics, Filter {
    protected PrepareOperations prepare;

From source file org.apache.struts.chain.commands.generic.WrappingLookupCommand.java

/**
 * <p>Variant on chain LookupCommand which can optionally wrap the context it
 * passes to the looked up command in an alternative class.</p>
 */
public class WrappingLookupCommand implements Filter {
    /**