Class ResteasyView

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

public class ResteasyView extends Object implements org.springframework.web.servlet.View
Version:
$Revision: 1 $
Author:
Solomon Duskis
  • Constructor Details

    • ResteasyView

      public ResteasyView(String contentType, org.jboss.resteasy.spi.ResteasyDeployment deployment)
    • ResteasyView

      public ResteasyView()
  • 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
    • getPotentialContentTypes

      public List<String> getPotentialContentTypes()
    • setPotentialContentTypes

      public void setPotentialContentTypes(List<String> potentialContentTypes)
    • render

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

      protected org.jboss.resteasy.specimpl.BuiltResponse getResponse(Map model, jakarta.ws.rs.core.MediaType mt)
    • setContentType

      public void setContentType(String contentType)