Class AddMixin

  • All Implemented Interfaces:
    org.apache.commons.chain.Command

    public class AddMixin
    extends Object
    implements org.apache.commons.chain.Command
    Add a mixin to the given Node
    • Constructor Detail

      • AddMixin

        public AddMixin()
    • Method Detail

      • getMixinKey

        public String getMixinKey()
        Returns:
        Returns the mixinNameKey.
      • setMixinKey

        public void setMixinKey​(String mixinNameKey)
        Parameters:
        mixinNameKey - The mixinNameKey to set.
      • getPathKey

        public String getPathKey()
        Returns:
        Returns the pathKey.
      • setPathKey

        public void setPathKey​(String pathKey)
        Parameters:
        pathKey - The pathKey to set.
      • execute

        public boolean execute​(org.apache.commons.chain.Context ctx)
                        throws Exception
        Specified by:
        execute in interface org.apache.commons.chain.Command
        Throws:
        Exception