@UrlBinding(value="/action/errorlog") @StrictBinding public class ClientsideErrorLoggerActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
ClientsideErrorLoggerActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getMsg() |
net.sourceforge.stripes.action.Resolution |
log()
Log the message to the application log with a WARN severity.
|
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setMsg(String msg) |
@DefaultHandler public net.sourceforge.stripes.action.Resolution log()
{"logged":true} if warn level logging
is enabledpublic 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 getMsg()
public void setMsg(String msg)
Copyright © 2019. All rights reserved.