org.apache.jackrabbit.command.core
Class SetMultivalueProperty
java.lang.Object
org.apache.jackrabbit.command.core.AbstractSetProperty
org.apache.jackrabbit.command.core.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 ",".
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetMultivalueProperty
public SetMultivalueProperty()
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
Copyright © 2005 . All Rights Reserved.