public class SetNamespacePrefix extends Object implements org.apache.commons.chain.Command
| Constructor and Description | 
|---|
| SetNamespacePrefix() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | execute(org.apache.commons.chain.Context ctx) | 
| String | getPrefixKey() | 
| String | getUriKey() | 
| void | setPrefixKey(String prefixKey) | 
| void | setUriKey(String uriKey) | 
public boolean execute(org.apache.commons.chain.Context ctx)
                throws Exception
execute in interface org.apache.commons.chain.CommandExceptionpublic String getPrefixKey()
public void setPrefixKey(String prefixKey)
prefixKey - the prefix key to setpublic String getUriKey()
public void setUriKey(String uriKey)
uriKey - the uri key to setCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.