public interface UsesRequestCycle
RequestCycle
SiteApplication.initAllRequestCycleUsers(RequestCycle)
Modifier and Type | Method and Description |
---|---|
void |
initWithRequestCycle(org.apache.wicket.RequestCycle requestCycle)
Some Services or components may need to refer to the
RequestCycle while it may not be available in context or need it on boot/load. |
void initWithRequestCycle(org.apache.wicket.RequestCycle requestCycle)
RequestCycle
while it may not be available in context or need it on boot/load.
requestCycle
- as RequestCycleCopyright © 2018. All rights reserved.