@StrictBinding @UrlBinding(value="/action/exportplaymapping") public class ExportPlaymappingActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
ExportPlaymappingActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
Integer |
getLocation() |
String |
getLocationJSON() |
Integer |
getProject() |
String |
getResult() |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setLocation(Integer location) |
void |
setLocationJSON(String locationJSON) |
void |
setProject(Integer project) |
void |
setResult(String result) |
net.sourceforge.stripes.action.Resolution |
showJSON() |
net.sourceforge.stripes.action.Resolution |
updateLocation() |
net.sourceforge.stripes.action.Resolution |
view() |
public Integer getLocation()
public void setLocation(Integer location)
public net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic String getLocationJSON()
public void setLocationJSON(String locationJSON)
public Integer getProject()
public void setProject(Integer project)
public String getResult()
public void setResult(String result)
@DefaultHandler public net.sourceforge.stripes.action.Resolution view()
public net.sourceforge.stripes.action.Resolution showJSON()
public net.sourceforge.stripes.action.Resolution updateLocation()
Copyright © 2018. All rights reserved.