Package | Description |
---|---|
act.handler | |
act.handler.builtin.controller | |
act.handler.builtin.controller.impl | |
act.security |
Modifier and Type | Method and Description |
---|---|
CORS.Spec |
RequestHandler.corsSpec()
Get CORS specification that specifically applied to this request handler
|
CORS.Spec |
DelegateRequestHandler.corsSpec() |
CORS.Spec |
RequestHandlerBase.corsSpec() |
CORS.Spec |
OptionsRequestHandler.corsSpec() |
Constructor and Description |
---|
OptionsRequestHandler(CORS.Spec corsSpec) |
Modifier and Type | Method and Description |
---|---|
CORS.Spec |
ExceptionInterceptorInvoker.corsSpec() |
CORS.Spec |
RequestHandlerProxy.corsSpec() |
CORS.Spec |
ActionHandlerInvoker.corsSpec() |
CORS.Spec |
AfterInterceptorInvoker.corsSpec() |
CORS.Spec |
ExceptionInterceptor.corsSpec() |
abstract CORS.Spec |
Handler.corsSpec() |
CORS.Spec |
ControllerAction.corsSpec() |
Modifier and Type | Method and Description |
---|---|
CORS.Spec |
ReflectedHandlerInvoker.corsSpec() |
Modifier and Type | Field and Description |
---|---|
static CORS.Spec |
CORS.Spec.DUMB |
Modifier and Type | Method and Description |
---|---|
CORS.Spec |
CORS.Spec.chain(CORS.Spec next) |
static CORS.Spec |
CORS.spec(java.lang.Class controller) |
static CORS.Spec |
CORS.spec(java.util.Collection<org.osgl.http.H.Method> methods) |
static CORS.Spec |
CORS.spec(java.lang.reflect.Method action) |
CORS.Spec |
CORS.Spec.with(CORS.AllowCredentials allowCredentials) |
CORS.Spec |
CORS.Spec.with(CORS.AllowHeaders allowHeaders) |
CORS.Spec |
CORS.Spec.with(CORS.AllowOrigin allowOrigin) |
CORS.Spec |
CORS.Spec.with(CORS.Disable disableCORS) |
CORS.Spec |
CORS.Spec.with(CORS.DisallowCredentials disallowCredentials) |
CORS.Spec |
CORS.Spec.with(CORS.ExposeHeaders exposeHeaders) |
CORS.Spec |
CORS.Spec.with(CORS.MaxAge maxAge) |
Modifier and Type | Method and Description |
---|---|
CORS.Spec |
CORS.Spec.chain(CORS.Spec next) |
Copyright © 2014–2017 ActFramework. All rights reserved.