Uses of Class
org.apache.wicket.request.resource.ContentDisposition

Packages that use ContentDisposition
org.apache.wicket.request.handler.resource   
org.apache.wicket.request.resource   
 

Uses of ContentDisposition in org.apache.wicket.request.handler.resource
 

Methods in org.apache.wicket.request.handler.resource that return ContentDisposition
 ContentDisposition ResourceStreamRequestHandler.getContentDisposition()
           
 

Methods in org.apache.wicket.request.handler.resource with parameters of type ContentDisposition
 ResourceStreamRequestHandler ResourceStreamRequestHandler.setContentDisposition(ContentDisposition contentDisposition)
           
 

Uses of ContentDisposition in org.apache.wicket.request.resource
 

Methods in org.apache.wicket.request.resource that return ContentDisposition
 ContentDisposition AbstractResource.ResourceResponse.getContentDisposition()
           
static ContentDisposition ContentDisposition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentDisposition[] ContentDisposition.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.wicket.request.resource with parameters of type ContentDisposition
 ResourceStreamResource ResourceStreamResource.setContentDisposition(ContentDisposition contentDisposition)
           
 void AbstractResource.ResourceResponse.setContentDisposition(ContentDisposition contentDisposition)
          Determines whether the resource will be inline or an attachment.
 



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