List of usage examples for org.apache.wicket.request.cycle AbstractRequestCycleListener subclass-usage
From source file at.molindo.wicketutils.migration.ex.MigrationExceptionHandler.java
public class MigrationExceptionHandler extends AbstractRequestCycleListener { public MigrationExceptionHandler() { } @Override
From source file com.cubeia.backoffice.web.BackofficeRequestCycleListener.java
public class BackofficeRequestCycleListener extends AbstractRequestCycleListener { @Override public IRequestHandler onException(RequestCycle cycle, Exception ex) { // search for errors we want to intercept for (Throwable t : flattenCauses(ex)) {
From source file com.evolveum.midpoint.web.security.LoggingRequestCycleListener.java
/** * @author Viliam Repan (lazyman) */ public class LoggingRequestCycleListener extends AbstractRequestCycleListener { private static final Trace LOGGER = TraceManager.getTrace(LoggingRequestCycleListener.class);
From source file com.github.javawithmarcus.wicket.cdi.ConversationPropagator.java
/**
* A request cycle listener that takes care of propagating persistent conversations.
*
* @author igor
*/
@ApplicationScoped
From source file com.github.javawithmarcus.wicket.cdi.DetachEventEmitter.java
/**
* Request cycle listener that fires the {@link DetachEvent} event
*
* @author igor
*/
@SessionScoped
From source file com.premiumminds.webapp.wicket.persistence.TransactionalRequestCycleListener.java
public class TransactionalRequestCycleListener extends AbstractRequestCycleListener { private PersistenceTransaction persistenceTransaction; public TransactionalRequestCycleListener(PersistenceTransaction persistenceTransaction) { this.persistenceTransaction = persistenceTransaction; }
From source file com.wyndhamjade.util.wicket.newrelic.NewRelicRequestCycleListener.java
/**
* Integrate Wicket with New Relic application monitoring.
*
* {@link RequestCycle} events are handled and integration with New Relic is
* enhanced in the following ways:
*
From source file de.alpharogroup.wicket.base.application.AbstractApplicationRequestCycleListener.java
/** * Extends the {@link AbstractApplicationRequestCycleListener} and implement the method * {@link AbstractApplicationRequestCycleListener#newExceptionPage(RequestCycle, Exception)} that * return an application specific exception page. */ public abstract class AbstractApplicationRequestCycleListener extends AbstractRequestCycleListener
From source file de.codepitbull.irequestcycle.listener.CustomExceptionListener.java
/**
* Copyright (C) 2012 by Jochen Mader (pflanzenmoerder@gmail.com)
* ==============================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
From source file de.codepitbull.irequestcycle.listener.StatefulPerformanceListener.java
/**
* Copyright (C) 2012 by Jochen Mader (pflanzenmoerder@gmail.com)
* ==============================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at