@UrlBinding(value="/action/geoserviceregistry") @StrictBinding @RolesAllowed(value={"Admin","RegistryAdmin"}) public class GeoServiceRegistryActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
GeoServiceRegistryActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
addSubcategory() |
Category |
getCategory() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getName() |
String |
getNodeId() |
void |
loadCategory() |
net.sourceforge.stripes.action.Resolution |
removeCategory() |
net.sourceforge.stripes.action.Resolution |
saveCategory() |
void |
setCategory(Category category) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setName(String name) |
void |
setNodeId(String nodeId) |
net.sourceforge.stripes.action.Resolution |
tree() |
net.sourceforge.stripes.action.Resolution |
view() |
public void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic String getName()
public void setName(String name)
public Category getCategory()
public void setCategory(Category category)
public String getNodeId()
public void setNodeId(String nodeId)
@DefaultHandler public net.sourceforge.stripes.action.Resolution view()
@After(on={"addSubcategory","saveCategory","removeCategory"},
stages=BindingAndValidation)
public void loadCategory()
public net.sourceforge.stripes.action.Resolution addSubcategory()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution saveCategory()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution removeCategory()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution tree()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2019. All rights reserved.