Class ResteasyHandlerMapping

java.lang.Object
org.jboss.resteasy.springmvc.ResteasyHandlerMapping
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.core.Ordered, org.springframework.web.servlet.HandlerMapping

public class ResteasyHandlerMapping extends Object implements org.springframework.web.servlet.HandlerMapping, org.springframework.core.Ordered, org.springframework.beans.factory.InitializingBean
Version:
$Revision: 1 $
Author:
Solomon Duskis
  • Field Summary

    Fields inherited from interface org.springframework.web.servlet.HandlerMapping

    BEST_MATCHING_HANDLER_ATTRIBUTE, BEST_MATCHING_PATTERN_ATTRIBUTE, INTROSPECT_TYPE_LEVEL_MAPPING, LOOKUP_PATH, MATRIX_VARIABLES_ATTRIBUTE, PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE, PRODUCIBLE_MEDIA_TYPES_ATTRIBUTE, URI_TEMPLATE_VARIABLES_ATTRIBUTE

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    ResteasyHandlerMapping(org.jboss.resteasy.spi.ResteasyDeployment deployment)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.jboss.resteasy.core.SynchronousDispatcher
     
    org.springframework.web.servlet.HandlerExecutionChain
    getHandler(jakarta.servlet.http.HttpServletRequest request)
     
    org.springframework.web.servlet.HandlerInterceptor[]
     
    int
     
     
    boolean
     
    void
    setInterceptors(org.springframework.web.servlet.HandlerInterceptor[] interceptors)
     
    void
    setOrder(int order)
     
    void
    setPrefix(String prefix)
     
    void
    setThrowNotFound(boolean throwNotFound)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.web.servlet.HandlerMapping

    usesPathPatterns
  • Constructor Details

    • ResteasyHandlerMapping

      public ResteasyHandlerMapping(org.jboss.resteasy.spi.ResteasyDeployment deployment)
  • Method Details

    • getDispatcher

      public org.jboss.resteasy.core.SynchronousDispatcher getDispatcher()
    • setOrder

      public void setOrder(int order)
    • getInterceptors

      public org.springframework.web.servlet.HandlerInterceptor[] getInterceptors()
    • setInterceptors

      public void setInterceptors(org.springframework.web.servlet.HandlerInterceptor[] interceptors)
    • getHandler

      public org.springframework.web.servlet.HandlerExecutionChain getHandler(jakarta.servlet.http.HttpServletRequest request) throws Exception
      Specified by:
      getHandler in interface org.springframework.web.servlet.HandlerMapping
      Throws:
      Exception
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • isThrowNotFound

      public boolean isThrowNotFound()
    • setThrowNotFound

      public void setThrowNotFound(boolean throwNotFound)
    • getPrefix

      public String getPrefix()
    • setPrefix

      public void setPrefix(String prefix)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception