public final class EmptyRequestHandler extends Object implements IRequestHandler
| Constructor and Description |
|---|
EmptyRequestHandler()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
detach(IRequestCycle requestCycle)
This method is called at the end of a request cycle to indicate that processing is done and
that cleaning up of the subject(s) of this target may be done.
|
void |
respond(IRequestCycle requestCycle)
Does nothing at all.
|
public void respond(IRequestCycle requestCycle)
respond in interface IRequestHandlerrequestCycle - the current request cycleIRequestHandler.respond(org.apache.wicket.request.IRequestCycle)public void detach(IRequestCycle requestCycle)
detach in interface IRequestHandlerrequestCycle - the current request cycleCopyright © 2006–2015 Apache Software Foundation. All rights reserved.