public abstract class ResultEvent extends ActEvent<org.osgl.mvc.result.Result> implements SystemEvent
Modifier and Type | Field and Description |
---|---|
static org.osgl.Lang.Func3<org.osgl.mvc.result.Result,org.osgl.http.H.Request<?>,org.osgl.http.H.Response<?>,Void> |
AFTER_COMMIT_HANDLER |
static org.osgl.Lang.Func3<org.osgl.mvc.result.Result,org.osgl.http.H.Request<?>,org.osgl.http.H.Response<?>,Void> |
BEFORE_COMMIT_HANDLER |
SOURCE_PLACEHODER
source
Constructor and Description |
---|
ResultEvent(org.osgl.mvc.result.Result result,
org.osgl.http.H.Request req,
org.osgl.http.H.Response resp) |
Modifier and Type | Method and Description |
---|---|
org.osgl.http.H.Request |
request() |
org.osgl.http.H.Response |
response() |
org.osgl.mvc.result.Result |
result() |
getSource, toString
public static final org.osgl.Lang.Func3<org.osgl.mvc.result.Result,org.osgl.http.H.Request<?>,org.osgl.http.H.Response<?>,Void> BEFORE_COMMIT_HANDLER
public static final org.osgl.Lang.Func3<org.osgl.mvc.result.Result,org.osgl.http.H.Request<?>,org.osgl.http.H.Response<?>,Void> AFTER_COMMIT_HANDLER
Copyright © 2014–2021 ActFramework. All rights reserved.