Example usage for org.apache.wicket.request.mapper IRequestMapperDelegate interface-usage

List of usage examples for org.apache.wicket.request.mapper IRequestMapperDelegate interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.request.mapper IRequestMapperDelegate interface-usage.

Usage

From source file org.geoserver.web.DynamicCryptoMapper.java

/**
 * Switches between a normal mapper that does not add hash segments at the end of the url making bookmarkable
 * url actually stateless, and a crypto one that does it all
 * 
 * @author Andrea Aime - GeoSolutions
 */