public class OptionsRequestHandler extends FastRequestHandler implements ExpressHandler
Destroyable.UtilDUMB, logger| Constructor and Description |
|---|
OptionsRequestHandler(CORS.Spec corsSpec) |
| Modifier and Type | Method and Description |
|---|---|
CORS.Spec |
corsSpec()
Get CORS specification that specifically applied to this request handler
|
void |
handle(ActionContext context)
Invoke handler upon an action context
|
csrfSpec, prepareAuthentication, requireResolveContext, sessionFreeapply, destroy, express, isDestroyed, noContextResoving, realHandler, releaseResources, scope, setExpress, setSessionFree, supportPartialPath, wrappublic OptionsRequestHandler(CORS.Spec corsSpec)
public CORS.Spec corsSpec()
RequestHandlerGet CORS specification that specifically applied to this request handler
corsSpec in interface RequestHandlercorsSpec in class RequestHandlerBasepublic void handle(ActionContext context)
RequestHandlerInvoke handler upon an action context
handle in interface RequestHandlercontext - the context dataCopyright © 2014–2017 ActFramework. All rights reserved.