@StrictBinding
@UrlBinding(value="/action/beheer/admin/{event}")
public class AdminActionBean
extends Object
implements net.sourceforge.stripes.action.ActionBean
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_CRON |
static String |
CONFIG_DOWNLOADFOLDER |
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
AdminActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getCron() |
String |
getDownloadfolder() |
net.sourceforge.stripes.action.Resolution |
save() |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setCron(String cron) |
void |
setDownloadfolder(String downloadfolder) |
net.sourceforge.stripes.action.Resolution |
view() |
protected static final org.apache.commons.logging.Log log
public static final String CONFIG_CRON
public static final String CONFIG_DOWNLOADFOLDER
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 getCron()
public void setCron(String cron)
public String getDownloadfolder()
public void setDownloadfolder(String downloadfolder)
@DefaultHandler public net.sourceforge.stripes.action.Resolution view()
public net.sourceforge.stripes.action.Resolution save()
Copyright © 2018. All rights reserved.