Class NHttpServletFacade
java.lang.Object
net.thevpc.nserver.http.NHttpServletFacade
- All Implemented Interfaces:
net.thevpc.nhttp.server.api.NWebCallHandler
public class NHttpServletFacade
extends Object
implements net.thevpc.nhttp.server.api.NWebCallHandler
Created by vpc on 1/7/17.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(net.thevpc.nhttp.server.api.NWebCallContext context) voidhandle(net.thevpc.nhttp.server.api.NWebCallContext context) protected voidregister(FacadeCommand cmd) setCommands(Map<String, FacadeCommand> commands) setServerId(String serverId) setWorkspaces(Map<String, NWorkspace> workspaces)
-
Constructor Details
-
NHttpServletFacade
-
-
Method Details
-
getWorkspaces
-
setWorkspaces
-
getServerId
-
setServerId
-
getCommands
-
setCommands
-
register
-
handle
public void handle(net.thevpc.nhttp.server.api.NWebCallContext context) - Specified by:
handlein interfacenet.thevpc.nhttp.server.api.NWebCallHandler
-
execute
public void execute(net.thevpc.nhttp.server.api.NWebCallContext context)
-