environment.pop(TrackableComponentEventCallback.class);
environment.pop(ComponentEventResultProcessor.class);
if (callback.isAborted())
{
callback.rethrow();
return;
}
// If we get this far without generating a response, the default behavior is to
// generate a redirect back to the active page; we can let the ComponentEventResultProcessor handle that.