Class SetMultivalueProperty

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

    public class SetMultivalueProperty
    extends AbstractSetProperty
    Set a multivalue Property to the current working Node.
    The default regular expression is ",".
    • Constructor Detail

      • SetMultivalueProperty

        public SetMultivalueProperty()
    • Method Detail

      • execute

        public boolean execute​(org.apache.commons.chain.Context ctx)
                        throws Exception
        Throws:
        Exception
      • getRegExpKey

        public String getRegExpKey()
        Returns:
        the regular expression key
      • setRegExpKey

        public void setRegExpKey​(String regExpKey)
        Parameters:
        regExpKey - the regular expression key to set