public class ListJsonAction extends AbstractJsonAction
Modifier and Type | Field and Description |
---|---|
static String |
PATH |
jsonStringifierFactory
Constructor and Description |
---|
ListJsonAction(ActionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute action
|
String |
getPattern() |
void |
readParameters()
Parse HTTP Request parameters and store them locally
|
void |
setPattern(String pattern) |
createAttributesObjectJS, createObjectJS
dontCache, getContext
public static final String PATH
public ListJsonAction(ActionContext context)
public String getPattern()
public void setPattern(String pattern)
public void readParameters()
Action
readParameters
in class AbstractJsonAction
public void execute() throws javax.servlet.ServletException, IOException, ActionException
Action
execute
in class AbstractJsonAction
javax.servlet.ServletException
IOException
ActionException
Copyright © 2019. All rights reserved.