public abstract class AbstractXmlAction extends Action
| Modifier and Type | Field and Description |
|---|---|
protected StringifierFactory |
stringifierFactory
Converter Object → HTML String.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractXmlAction(ActionContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected Element |
createElement(Document document,
Simon simon)
Transforms a Simon into a JSON object.
|
void |
execute()
Execute action
|
protected abstract void |
fillDocument(Document document) |
void |
readParameters()
Parse HTTP Request parameters and store them locally
|
dontCache, getContextprotected final StringifierFactory stringifierFactory
protected AbstractXmlAction(ActionContext context)
public void readParameters()
ActionreadParameters in class Actionprotected Element createElement(Document document, Simon simon)
simon - Simonpublic void execute() throws javax.servlet.ServletException, IOException, ActionException
Actionexecute in class Actionjavax.servlet.ServletExceptionIOExceptionActionExceptionprotected abstract void fillDocument(Document document)
Copyright © 2019. All rights reserved.