org.jboss.resteasy.springmvc
Class ResteasyNoResourceFoundView

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

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


Field Summary
 
Fields inherited from interface org.springframework.web.servlet.View
RESPONSE_STATUS_ATTRIBUTE
 
Constructor Summary
ResteasyNoResourceFoundView()
           
 
Method Summary
 String getContentType()
           
 SynchronousDispatcher getDispatcher()
           
 void render(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void setDispatcher(SynchronousDispatcher dispatcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResteasyNoResourceFoundView

public ResteasyNoResourceFoundView()
Method Detail

getDispatcher

public SynchronousDispatcher getDispatcher()

setDispatcher

public void setDispatcher(SynchronousDispatcher dispatcher)

getContentType

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

render

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


Copyright © 2011. All Rights Reserved.