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 java.lang.Object
implements org.springframework.web.servlet.View


Constructor Summary
ResteasyNoResourceFoundView()
           
 
Method Summary
 java.lang.String getContentType()
           
 SynchronousDispatcher getDispatcher()
           
 void render(java.util.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 java.lang.String getContentType()
Specified by:
getContentType in interface org.springframework.web.servlet.View

render

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


Copyright © 2009. All Rights Reserved.