public class InsertIntoAction extends BaseAction
CHILD, CONTENT| Constructor and Description |
|---|
InsertIntoAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(IExecContext execContext)
Executes an action
|
java.lang.String |
getKey() |
java.lang.String |
getNamespace() |
java.lang.String |
getPage() |
java.lang.String |
getPath() |
boolean |
isRemove_html() |
void |
setKey(java.lang.String key) |
void |
setNamespace(java.lang.String namespace) |
void |
setPage(java.lang.String page) |
void |
setPath(java.lang.String path) |
void |
setRemove_html(boolean remove_html) |
addChild, clearActions, doReplace, doReplace, getActions, getChild, getContent, getFirstValueFound, getParent, getReplacementContent, getReplacementMarker, isUsedForDisplay, processAction, setAction, setActions, setChild, setContent, setParent, setReplacementContent, setReplacementMarker, setUsedForDisplaypublic java.lang.String execute(IExecContext execContext) throws java.lang.Exception
BaseActionexecute in class BaseActionexecContext - the application execution contextjava.lang.Exceptionpublic java.lang.String getPage()
public void setPage(java.lang.String page)
public java.lang.String getNamespace()
public void setNamespace(java.lang.String namespace)
public java.lang.String getPath()
public void setPath(java.lang.String path)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public boolean isRemove_html()
public void setRemove_html(boolean remove_html)