org.apache.jackrabbit.server.io
Class ExportResourceChain
java.lang.Object
org.apache.commons.chain.impl.ChainBase
org.apache.jackrabbit.server.io.ExportResourceChain
- All Implemented Interfaces:
- org.apache.commons.chain.Chain, org.apache.commons.chain.Command
- public class ExportResourceChain
- extends org.apache.commons.chain.impl.ChainBase
This Class implements a default chain for exporting non collection resources.
It adds the following commands:
Field Summary |
static String |
NAME
default name of this chain |
Fields inherited from class org.apache.commons.chain.impl.ChainBase |
commands, frozen |
Constructor Summary |
ExportResourceChain()
Creats a new command chain for exporting non 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
- default name of this chain
- See Also:
- Constant Field Values
ExportResourceChain
public ExportResourceChain()
- Creats a new command chain for exporting non 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.