info.magnolia.commands
Class MgnlCatalog

java.lang.Object
  extended by org.apache.commons.chain.impl.CatalogBase
      extended by info.magnolia.commands.MgnlCatalog
All Implemented Interfaces:
org.apache.commons.chain.Catalog

public class MgnlCatalog
extends org.apache.commons.chain.impl.CatalogBase

Named command catalogs. Used to choose from multiple commands of the same name. The commands from catalog with name matching the repository will be used.

Version:
$Id: MgnlCatalog.java 41137 2011-01-06 18:19:25Z gjoseph $
Author:
philipp

Field Summary
 
Fields inherited from class org.apache.commons.chain.impl.CatalogBase
commands
 
Fields inherited from interface org.apache.commons.chain.Catalog
CATALOG_KEY
 
Constructor Summary
MgnlCatalog()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class org.apache.commons.chain.impl.CatalogBase
addCommand, getCommand, getNames, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MgnlCatalog

public MgnlCatalog()
Method Detail

getName

public String getName()

setName

public void setName(String name)


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.