public class LogCommand extends MgnlCommand
CONTINUE_PROCESSING, PROCESSING_COMPLETE
Constructor and Description |
---|
LogCommand() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(Context ctx)
This is the actual method to be overridden in descendant classes.
|
String |
getLog() |
protected org.slf4j.Logger |
getLogger() |
String |
getMsg() |
void |
release()
If a clone is passivated we call this method.
|
void |
setLog(String log) |
void |
setMsg(String msg) |
clone, execute, isEnabled, setEnabled
public boolean execute(Context ctx) throws Exception
MgnlCommand
execute
in class MgnlCommand
Exception
public String getMsg()
public void setMsg(String msg)
public String getLog()
public void setLog(String log)
protected org.slf4j.Logger getLogger()
public void release()
MgnlCommand
release
in class MgnlCommand
Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.