public class CliOverHttp extends Object
Handles CLI over http requests
| Constructor and Description |
|---|
CliOverHttp() |
| Modifier and Type | Method and Description |
|---|---|
void |
before(AppConfig config) |
org.osgl.mvc.result.Result |
cmdPanel(String cmd) |
org.osgl.mvc.result.Result |
home(AppConfig config) |
org.osgl.mvc.result.Result |
run(String cmd,
ActionContext context) |
public void before(AppConfig config)
public org.osgl.mvc.result.Result home(AppConfig config)
public org.osgl.mvc.result.Result cmdPanel(String cmd)
public org.osgl.mvc.result.Result run(String cmd, ActionContext context) throws IOException
IOExceptionCopyright © 2014–2018 ActFramework. All rights reserved.