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

Packages that use IResource.Attributes
org.apache.wicket.examples.resourcedecoration   
org.apache.wicket.extensions.markup.html.captcha   
org.apache.wicket.extensions.markup.html.image.resource Image resource extensions. 
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.examples.resourcedecoration
 

Methods in org.apache.wicket.examples.resourcedecoration with parameters of type IResource.Attributes
protected  AbstractResource.ResourceResponse MergedResourcesResource.newResourceResponse(IResource.Attributes attributes)
           
 

Uses of IResource.Attributes in org.apache.wicket.extensions.markup.html.captcha
 

Methods in org.apache.wicket.extensions.markup.html.captcha with parameters of type IResource.Attributes
protected  byte[] CaptchaImageResource.getImageData(IResource.Attributes attributes)
           
 

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

Methods in org.apache.wicket.extensions.markup.html.image.resource with parameters of type IResource.Attributes
protected  byte[] ThumbnailImageResource.getImageData(IResource.Attributes attributes)
           
protected  BufferedImage ThumbnailImageResource.getScaledImageInstance(IResource.Attributes attributes)
          get resized image instance.
 

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  Blob BlobImageResource.getBlob(IResource.Attributes attributes)
          Gets the BLOB (Binary Large OBject) that holds the raw image data.
protected  byte[] RenderedDynamicImageResource.getImageData(IResource.Attributes attributes)
           
protected  byte[] BufferedDynamicImageResource.getImageData(IResource.Attributes attributes)
           
protected  byte[] BlobImageResource.getImageData(IResource.Attributes attributes)
           
protected  boolean RenderedDynamicImageResource.render(Graphics2D graphics, IResource.Attributes attributes)
          Override this method to provide your rendering code.
protected  byte[] RenderedDynamicImageResource.render(IResource.Attributes attributes)
          Renders this image
 

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(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  byte[] ByteArrayResource.getData(IResource.Attributes attributes)
          Gets the data for this resource.
protected abstract  byte[] DynamicImageResource.getImageData(IResource.Attributes attributes)
          Get image data for our dynamic image resource.
protected abstract  AbstractResource.ResourceResponse AbstractResource.newResourceResponse(IResource.Attributes attributes)
          Override this method to return a AbstractResource.ResourceResponse for the request.
protected  AbstractResource.ResourceResponse PackageResource.newResourceResponse(IResource.Attributes attributes)
          creates a new resource response based on the request attributes
protected  AbstractResource.ResourceResponse ContextRelativeResource.newResourceResponse(IResource.Attributes attributes)
           
protected  AbstractResource.ResourceResponse ResourceStreamResource.newResourceResponse(IResource.Attributes attributes)
           
protected  AbstractResource.ResourceResponse ByteArrayResource.newResourceResponse(IResource.Attributes attributes)
           
protected  AbstractResource.ResourceResponse DynamicImageResource.newResourceResponse(IResource.Attributes attributes)
           
protected  byte[] JavaScriptPackageResource.processResponse(IResource.Attributes attributes, byte[] bytes)
           
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[] CssPackageResource.processResponse(IResource.Attributes attributes, byte[] bytes)
           
 void IResource.respond(IResource.Attributes attributes)
          Renders this resource to response using the provided attributes.
 void AbstractResource.respond(IResource.Attributes attributes)
           
protected  void AbstractResource.setResponseHeaders(AbstractResource.ResourceResponse data, IResource.Attributes 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 © 2006-2012 Apache Software Foundation. All Rights Reserved.