Uses of Class
org.apache.wicket.request.resource.AbstractResource.ResourceResponse

Packages that use AbstractResource.ResourceResponse
org.apache.wicket.request.resource   
 

Uses of AbstractResource.ResourceResponse in org.apache.wicket.request.resource
 

Methods in org.apache.wicket.request.resource that return AbstractResource.ResourceResponse
protected  AbstractResource.ResourceResponse DynamicImageResource.newResourceResponse(IResource.Attributes attributes)
           
protected abstract  AbstractResource.ResourceResponse AbstractResource.newResourceResponse(IResource.Attributes attributes)
          Override this method to return a AbstractResource.ResourceResponse for the request.
protected  AbstractResource.ResourceResponse ResourceStreamResource.newResourceResponse(IResource.Attributes attributes)
           
protected  AbstractResource.ResourceResponse PackageResource.newResourceResponse(IResource.Attributes attributes)
          creates a new resource response based on the request attributes
protected  AbstractResource.ResourceResponse ByteArrayResource.newResourceResponse(IResource.Attributes attributes)
           
 

Methods in org.apache.wicket.request.resource with parameters of type AbstractResource.ResourceResponse
protected  void AbstractResource.configureCache(WebRequest request, WebResponse response, AbstractResource.ResourceResponse data, IResource.Attributes attributes)
          Configure the web response header for client cache control.
protected  void DynamicImageResource.configureResponse(AbstractResource.ResourceResponse response, IResource.Attributes attributes)
           
protected  void ByteArrayResource.configureResponse(AbstractResource.ResourceResponse response, IResource.Attributes attributes)
           
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.