Class RemoveMixin

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

    public class RemoveMixin
    extends Object
    implements org.apache.commons.chain.Command
    Remove a mixin from the given Node
    • Constructor Detail

      • RemoveMixin

        public RemoveMixin()
    • Method Detail

      • getMixinKey

        public String getMixinKey()
        Returns:
        the mixin name key
      • setMixinKey

        public void setMixinKey​(String mixinNameKey)
        Parameters:
        mixinNameKey - the mixin name key to set
      • getPathKey

        public String getPathKey()
        Returns:
        he path key
      • setPathKey

        public void setPathKey​(String pathKey)
        Parameters:
        pathKey - the path key 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