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

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

Introduction

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

Prototype

public CatalogFactoryBase() 

Source Link

Document

Construct an empty instance of CatalogFactoryBase .

Usage

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

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