| Package | Description |
|---|---|
| org.fujion.annotation | |
| org.fujion.client | |
| org.fujion.component | |
| org.fujion.event | |
| org.fujion.logging | |
| org.fujion.websocket |
| Modifier and Type | Method and Description |
|---|---|
static void |
EventParameterScanner.wire(Event instance,
ClientRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static ClientRequest |
ExecutionContext.getRequest()
Returns the active client request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PingRequestHandler.handleRequest(ClientRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Page._init(Page page,
ClientRequest request,
Synchronizer synchronizer) |
| Modifier and Type | Method and Description |
|---|---|
static String |
EventUtil.getEventType(ClientRequest request)
Extracts the event type from the client request.
|
void |
EventRequestHandler.handleRequest(ClientRequest request) |
static boolean |
EventUtil.hasEvent(ClientRequest request)
Returns true if the client request contains an event.
|
static boolean |
EventUtil.hasEvent(ClientRequest request,
String eventType)
Returns true if the client request contains an event of the specified type.
|
static Event |
EventUtil.toEvent(ClientRequest request)
Extracts an event from the client request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogRequestHandler.handleRequest(ClientRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
InitRequestHandler.handleRequest(ClientRequest request) |
void |
IRequestHandler.handleRequest(ClientRequest request)
Handle a client request.
|
protected void |
Session.notifySessionListeners(ClientRequest request)
Notify all session listeners of a client request event.
|
void |
ISessionListener.onClientRequest(ClientRequest request) |
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.