Class 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
    • Constructor Detail

      • ResteasyHandlerMapping

        public ResteasyHandlerMapping​(ResteasyDeployment deployment)
    • Method Detail

      • 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​(javax.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