org.apache.jackrabbit.server.io
Class ExportCollectionChain
java.lang.Object
org.apache.commons.chain.impl.ChainBase
org.apache.jackrabbit.server.io.ExportCollectionChain
- All Implemented Interfaces:
- org.apache.commons.chain.Chain, org.apache.commons.chain.Command
- public class ExportCollectionChain
- extends org.apache.commons.chain.impl.ChainBase
This Class implements a default chain for exporting collection resources.
It adds the following commands:
- See Also:
DirListingExportCommand
Field Summary |
static String |
NAME
the name of this chain |
Fields inherited from class org.apache.commons.chain.impl.ChainBase |
commands, frozen |
Constructor Summary |
ExportCollectionChain()
Creates a new command chain for exporting collection resources |
Method Summary |
static org.apache.commons.chain.Command |
getChain()
Returns an export chain. |
Methods inherited from class org.apache.commons.chain.impl.ChainBase |
addCommand, execute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- the name of this chain
- See Also:
- Constant Field Values
ExportCollectionChain
public ExportCollectionChain()
- Creates a new command chain for exporting collection resources
getChain
public static org.apache.commons.chain.Command getChain()
- Returns an export chain. It first tries to lookup the command
in the default catalog. If this failes, a new instance of this class
is returned.
- Returns:
- an export chain.
Copyright © 2005 . All Rights Reserved.