public class DetachEventEmitter extends Object implements IRequestCycleListener
DetachEvent
eventConstructor and Description |
---|
DetachEventEmitter(CdiContainer container)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
onDetach(RequestCycle cycle)
Called after the request cycle has been detached
|
void |
onRequestHandlerResolved(RequestCycle cycle,
IRequestHandler handler)
Called when an
IRequestHandler is resolved and will be executed. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onBeginRequest, onEndRequest, onException, onExceptionRequestHandlerResolved, onRequestHandlerExecuted, onRequestHandlerScheduled, onUrlMapped
public DetachEventEmitter(CdiContainer container)
container
- public void onRequestHandlerResolved(RequestCycle cycle, IRequestHandler handler)
IRequestCycleListener
IRequestHandler
is resolved and will be executed.onRequestHandlerResolved
in interface IRequestCycleListener
public void onDetach(RequestCycle cycle)
IRequestCycleListener
onDetach
in interface IRequestCycleListener
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.