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

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

Introduction

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

Prototype

CatalogBase

Source Link

Usage

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

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