public class CmsSetValueAction extends CmsXmlUpdateAction
构造器和说明 |
---|
CmsSetValueAction(java.lang.String value)
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
executeUpdate(org.dom4j.Document doc,
java.lang.String xpath,
boolean forReal) |
public CmsSetValueAction(java.lang.String value)
value
- the value which should be set by the actionpublic boolean executeUpdate(org.dom4j.Document doc, java.lang.String xpath, boolean forReal)
executeUpdate
在类中 CmsXmlUpdateAction
doc
- the document to be updatedxpath
- the path at which the update should take placeforReal
- true if the update is for realCmsXmlUpdateAction.executeUpdate(org.dom4j.Document, java.lang.String, boolean)