| Package | Description |
|---|---|
| act | |
| act.app | |
| act.controller | |
| act.xio.undertow |
| Modifier and Type | Class and Description |
|---|---|
class |
ActResponse<T extends ActResponse> |
| Modifier and Type | Method and Description |
|---|---|
ActResponse<?> |
ActionContext.prepareRespForWrite() |
ActResponse<?> |
ActionContext.resp() |
| Modifier and Type | Method and Description |
|---|---|
static ActionContext |
ActionContext.create(App app,
org.osgl.http.H.Request request,
ActResponse<?> resp)
Create an new
AppContext and return the new instance |
| Modifier and Type | Class and Description |
|---|---|
class |
ResponseCache |
| Modifier and Type | Method and Description |
|---|---|
ActResponse |
ResponseCache.characterEncoding(java.lang.String encoding) |
ActResponse |
ResponseCache.sendError(int sc) |
ActResponse |
ResponseCache.sendError(int sc,
java.lang.String msg) |
ActResponse |
ResponseCache.sendRedirect(java.lang.String location) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseCache.applyTo(ActResponse response) |
| Modifier and Type | Class and Description |
|---|---|
class |
UndertowResponse |
Copyright © 2014–2017 ActFramework. All rights reserved.