public class NutsHttpServletFacade extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
NutsHttpServletFacade.SearchVersionsFacadeCommand |
| Constructor and Description |
|---|
NutsHttpServletFacade(String serverId,
Map<String,net.thevpc.nuts.NutsSession> workspaces) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(NutsHttpServletFacadeContext context) |
Map<String,FacadeCommand> |
getCommands() |
String |
getServerId() |
Map<String,net.thevpc.nuts.NutsSession> |
getWorkspaces() |
protected void |
register(FacadeCommand cmd) |
NutsHttpServletFacade |
setCommands(Map<String,FacadeCommand> commands) |
NutsHttpServletFacade |
setServerId(String serverId) |
NutsHttpServletFacade |
setWorkspaces(Map<String,net.thevpc.nuts.NutsSession> workspaces) |
public NutsHttpServletFacade setWorkspaces(Map<String,net.thevpc.nuts.NutsSession> workspaces)
public String getServerId()
public NutsHttpServletFacade setServerId(String serverId)
public Map<String,FacadeCommand> getCommands()
public NutsHttpServletFacade setCommands(Map<String,FacadeCommand> commands)
protected void register(FacadeCommand cmd)
public void execute(NutsHttpServletFacadeContext context) throws IOException
IOExceptionCopyright © 2022 vpc open source initiative. All rights reserved.