public class CliOverHttp
extends java.lang.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(java.lang.String cmd) |
org.osgl.mvc.result.Result |
home(AppConfig config) |
org.osgl.mvc.result.Result |
run(java.lang.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(java.lang.String cmd)
public org.osgl.mvc.result.Result run(java.lang.String cmd, ActionContext context) throws java.io.IOException
java.io.IOException
Copyright © 2014–2017 ActFramework. All rights reserved.