| Package | Description |
|---|---|
| de.tsl2.nano.h5 | |
| de.tsl2.nano.h5.plugin |
| Modifier and Type | Method and Description |
|---|---|
static NanoH5Session |
NanoH5Unit.createApplicationAndSession(String name,
de.tsl2.nano.bean.def.BeanDefinition... beandefs) |
static NanoH5Session |
NanoH5Unit.createApplicationAndSession(String name,
Serializable... instances) |
protected NanoH5Session |
NanoH5.createSession(InetAddress inetAddress)
initialize navigation model and perhaps bean-definitions. overwrite this method if you create your extending
application. this method will be called, before any bean types are loaded!
|
static NanoH5Session |
NanoH5Session.createSession(NanoH5 server,
InetAddress inetAddress,
IBeanNavigator navigator,
ClassLoader appstartClassloader,
de.tsl2.nano.serviceaccess.IAuthorization authorization,
Map context) |
NanoH5Session |
NanoH5.getSession(InetAddress address) |
NanoH5Session |
NanoH5.getSession(String userName) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Object,NanoH5Session> |
NanoH5.getSessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
NanoH5.addSessionID(NanoH5Session session,
NanoHTTPD.Response response) |
void |
NanoH5.removeSession(NanoH5Session session) |
| Modifier and Type | Method and Description |
|---|---|
default void |
INanoPlugin.handleSessionRequest(NanoH5Session nanoH5Session,
Map<String,String> parms)
the request has entered the session to work on. all request values were transferred to the workflow bean
|
Copyright © 2012–2020. All rights reserved.