Example usage for org.apache.wicket.response.filter IResponseFilter interface-usage

List of usage examples for org.apache.wicket.response.filter IResponseFilter interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.response.filter IResponseFilter interface-usage.

Usage

From source file com.francetelecom.clara.cloud.presentation.tools.ServerPageMetaFilter.java

/**
 * ServerPageMetaFilter
 * Class that display page meta information in html comment
 * Last update  : $LastChangedDate$
 * Last author  : $Author$
 * Sample usage : see ManageStatisticsImplTest

From source file org.wicketstuff.minis.filter.ServerHostNameAndTimeFilter.java

/**
 * Displays an server identifier (combination of host name, IP address and unique id) and the time
 * it took to handle the request in the browser's status bar like this:
 * <code>window.defaultStatus = 'Host: myhost/192.168.1.66/someid, handled in: 0.01s'</code>
 * 
 * @author eelco hillenius