Class CustomServiceHandlerMapping

java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.handler.AbstractHandlerMapping
it.uniroma2.art.semanticturkey.customservice.CustomServiceHandlerMapping
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware, org.springframework.core.Ordered, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.HandlerMapping

public class CustomServiceHandlerMapping extends org.springframework.web.servlet.handler.AbstractHandlerMapping implements org.springframework.core.Ordered
A HandlerMapping that dispatches incoming requests to custom services (see CustomServiceDefinitionStore.
Author:
Manuel Fiorelli