public class AddMixin extends Object implements org.apache.commons.chain.Command
Node| Constructor and Description |
|---|
AddMixin() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.apache.commons.chain.Context ctx) |
String |
getMixinKey() |
String |
getPathKey() |
void |
setMixinKey(String mixinNameKey) |
void |
setPathKey(String pathKey) |
public String getMixinKey()
public void setMixinKey(String mixinNameKey)
mixinNameKey - The mixinNameKey to set.public String getPathKey()
public void setPathKey(String pathKey)
pathKey - The pathKey to set.Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.