Class ResteasyNoResourceFoundView

java.lang.Object
org.jboss.resteasy.springmvc.ResteasyNoResourceFoundView
All Implemented Interfaces:
org.springframework.web.servlet.View

public class ResteasyNoResourceFoundView extends Object implements org.springframework.web.servlet.View
  • Constructor Details

    • ResteasyNoResourceFoundView

      public ResteasyNoResourceFoundView()
  • Method Details

    • getDeployment

      public org.jboss.resteasy.spi.ResteasyDeployment getDeployment()
    • setDeployment

      public void setDeployment(org.jboss.resteasy.spi.ResteasyDeployment deployment)
    • getContentType

      public String getContentType()
      Specified by:
      getContentType in interface org.springframework.web.servlet.View
    • render

      public void render(Map model, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws Exception
      Specified by:
      render in interface org.springframework.web.servlet.View
      Throws:
      Exception