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, getContext
protected final StringifierFactory stringifierFactory
protected AbstractXmlAction(ActionContext context)
public void readParameters()
Action
readParameters
in class Action
protected Element createElement(Document document, Simon simon)
simon
- Simonpublic void execute() throws javax.servlet.ServletException, IOException, ActionException
Action
execute
in class Action
javax.servlet.ServletException
IOException
ActionException
protected abstract void fillDocument(Document document)
Copyright © 2019. All rights reserved.