public class TreeJsonAction extends AbstractJsonAction
Modifier and Type | Field and Description |
---|---|
static String |
PATH |
jsonStringifierFactory
Constructor and Description |
---|
TreeJsonAction(ActionContext context) |
Modifier and Type | Method and Description |
---|---|
protected ObjectJS |
createObjectJS(Simon simon)
Transforms a Simon into a JSON object.
|
void |
execute()
Execute action
|
void |
readParameters()
Parse HTTP Request parameters and store them locally
|
createAttributesObjectJS
dontCache, getContext
public static final String PATH
public TreeJsonAction(ActionContext context)
public void readParameters()
Action
readParameters
in class AbstractJsonAction
protected ObjectJS createObjectJS(Simon simon)
AbstractJsonAction
createObjectJS
in class AbstractJsonAction
simon
- Simonpublic void execute() throws IOException
Action
execute
in class AbstractJsonAction
IOException
Copyright © 2019. All rights reserved.