Uses of Class
org.apache.wicket.request.resource.IResource.Attributes

Packages that use IResource.Attributes
org.apache.wicket.markup.html.image.resource Resource support for image components. 
org.apache.wicket.request.resource   
 

Uses of IResource.Attributes in org.apache.wicket.markup.html.image.resource
 

Methods in org.apache.wicket.markup.html.image.resource with parameters of type IResource.Attributes
protected  byte[] RenderedDynamicImageResource.getImageData(IResource.Attributes attributes)
           
protected  byte[] BlobImageResource.getImageData(IResource.Attributes attributes)
           
protected  byte[] BufferedDynamicImageResource.getImageData(IResource.Attributes attributes)
           
 

Uses of IResource.Attributes in org.apache.wicket.request.resource
 

Methods in org.apache.wicket.request.resource with parameters of type IResource.Attributes
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 ByteArrayResource.configureResponse(AbstractResource.ResourceResponse response, IResource.Attributes attributes)
           
protected  void DynamicImageResource.configureResponse(AbstractResource.ResourceResponse response, IResource.Attributes attributes)
           
 boolean AbstractResource.ResourceResponse.dataNeedsToBeWritten(IResource.Attributes attributes)
          Check to determine if the resource data needs to be written.
protected abstract  byte[] DynamicImageResource.getImageData(IResource.Attributes attributes)
          Get image data for our dynamic image resource.
protected  AbstractResource.ResourceResponse ByteArrayResource.newResourceResponse(IResource.Attributes attributes)
           
protected  AbstractResource.ResourceResponse ContextRelativeResource.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 ResourceStreamResource.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 DynamicImageResource.newResourceResponse(IResource.Attributes attributes)
           
protected  byte[] PackageResource.processResponse(IResource.Attributes attributes, byte[] original)
          Gives a chance to modify the resource going to be written in the response
protected  byte[] JavaScriptPackageResource.processResponse(IResource.Attributes attributes, byte[] bytes)
           
protected  byte[] CssPackageResource.processResponse(IResource.Attributes attributes, byte[] bytes)
           
 void AbstractResource.respond(IResource.Attributes attributes)
           
 void IResource.respond(IResource.Attributes attributes)
          Renders this resource to response using the provided attributes.
abstract  void AbstractResource.WriteCallback.writeData(IResource.Attributes attributes)
          Write the resource data to response.
protected  void AbstractResource.WriteCallback.writeStream(IResource.Attributes attributes, InputStream stream)
          Convenience method to write an InputStream to response.
 



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