Example usage for org.springframework.web.servlet.handler SimpleUrlHandlerMapping subclass-usage

List of usage examples for org.springframework.web.servlet.handler SimpleUrlHandlerMapping subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.handler SimpleUrlHandlerMapping subclass-usage.

Usage

From source file org.metis.pull.RdbMapper.java

/**
 * This is just a facade for the Spring handler mapper
 * @author jfernandez
 *
 */
public class RdbMapper extends SimpleUrlHandlerMapping {

From source file org.jasig.cas.support.openid.web.support.OpenIdPostUrlHandlerMapping.java

/**
 * 
 * @author Scott Battaglia
 * @version $Revision: 1.1 $ $Date: 2005/08/19 18:27:17 $
 * @since 3.1
 *

From source file carbonfive.spring.web.pathparameter.ParameterizedUrlHandlerMapping.java

/**
 * Substitute for Spring's SimpleUrlHandlerMapping that is capable of parsing parameters out of
 * URLs and adding them to the request.  When used alone, parameters will be placed in a Map which
 * is added to the request attributes.  If the
 * {@link carbonfive.spring.web.pathparameter.ParameterizedPathFilter} has been configured in
 * web.xml to handle the current request, each path parameter will appear as a request parameter

From source file edu.mayo.cts2.framework.webapp.soap.url.SwitchableSoapUrlMapping.java

/**
 * Switches ON/OFF SOAP functionality but selectively accepting SOAP URLs.
 *
 * @author <a href="mailto:kevin.peterson@mayo.edu">Kevin Peterson</a>
 */
@Component