Example usage for org.apache.commons.chain.impl ChainBase ChainBase

List of usage examples for org.apache.commons.chain.impl ChainBase ChainBase

Introduction

In this page you can find the example usage for org.apache.commons.chain.impl ChainBase ChainBase.

Prototype

public ChainBase() 

Source Link

Document

Construct a Chain with no configured Command s.

Usage

From source file:org.springmodules.commons.chain.ChainFactoryBean.java

protected Object createInstance() throws Exception {
    return new ChainBase();
}