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

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

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

Methods in org.apache.wicket.request.handler.logger that return ContentDisposition
 ContentDisposition ResourceStreamLogData.getContentDisposition()
           
 

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 are declared.
 

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



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.