net.databinder.web
Class NorewriteWebResponse

java.lang.Object
  extended by net.databinder.web.NorewriteWebResponse

public class NorewriteWebResponse
extends java.lang.Object

Creates web response objects that do not rewrite URLs for cookieless support. Buffered or basic responses are created according to the application configuration. This factory is used by DataApplicationBase when cookieless support is off, but may also be used independently.

Author:
Nathan Hamblen
See Also:
DataApplicationBase

Constructor Summary
NorewriteWebResponse()
           
 
Method Summary
static org.apache.wicket.protocol.http.WebResponse getNew(org.apache.wicket.Application app, javax.servlet.http.HttpServletResponse servletResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NorewriteWebResponse

public NorewriteWebResponse()
Method Detail

getNew

public static org.apache.wicket.protocol.http.WebResponse getNew(org.apache.wicket.Application app,
                                                                 javax.servlet.http.HttpServletResponse servletResponse)


Copyright © 2005-2008 Nathan Hamblen. All Rights Reserved.