public class XmlToBean extends BaseAction
CHILD, CONTENT| Constructor and Description |
|---|
XmlToBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(IExecContext execContext)
Executes an action
|
Bean |
getBean(java.lang.String elementName) |
java.util.List<Bean> |
getBeans() |
Populator |
getPopulator(java.lang.String id) |
java.util.List<Populator> |
getPopulators() |
void |
setBean(Bean bean) |
void |
setBeans(java.util.List<Bean> beans) |
void |
setPopulator(Populator populator) |
void |
setPopulators(java.util.List<Populator> populators) |
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 Bean getBean(java.lang.String elementName)
public java.util.List<Bean> getBeans()
public void setBeans(java.util.List<Bean> beans)
public void setBean(Bean bean)
public void setPopulators(java.util.List<Populator> populators)
public java.util.List<Populator> getPopulators()
public void setPopulator(Populator populator)
public Populator getPopulator(java.lang.String id)