protected void respondWithInitialRedirectHandled(RequestCycle requestCycle) {
int separator = iface.lastIndexOf(':');
if (separator != -1) {
Component component = getTarget();
RequestListenerInterface listenerInterface = getRequestListenerInterface();
listenerInterface.invoke(/*getPage(),*/ component);
}
super.respondWithInitialRedirectHandled(requestCycle);
}