Package | Description |
---|---|
act.handler | |
act.handler.builtin.controller | |
act.handler.builtin.controller.impl | |
act.security |
Modifier and Type | Method and Description |
---|---|
CSRF.Spec |
RequestHandler.csrfSpec()
Get CSRF specification that applied to this request handler
|
CSRF.Spec |
DelegateRequestHandler.csrfSpec() |
CSRF.Spec |
RequestHandlerBase.csrfSpec() |
Modifier and Type | Method and Description |
---|---|
CSRF.Spec |
RequestHandlerProxy.csrfSpec() |
CSRF.Spec |
ActionHandlerInvoker.csrfSpec() |
CSRF.Spec |
FastRequestHandler.csrfSpec() |
CSRF.Spec |
ControllerAction.csrfSpec() |
Modifier and Type | Method and Description |
---|---|
CSRF.Spec |
ReflectedHandlerInvoker.csrfSpec() |
Modifier and Type | Field and Description |
---|---|
static CSRF.Spec |
CSRF.Spec.DEFAULT |
static CSRF.Spec |
CSRF.Spec.DUMB |
Modifier and Type | Method and Description |
---|---|
CSRF.Spec |
CSRF.Spec.chain(CSRF.Spec next) |
static CSRF.Spec |
CSRF.spec(java.lang.Class controller) |
static CSRF.Spec |
CSRF.spec(java.lang.reflect.Method action) |
Modifier and Type | Method and Description |
---|---|
CSRF.Spec |
CSRF.Spec.chain(CSRF.Spec next) |
Copyright © 2014–2017 ActFramework. All rights reserved.