Uses of Class
org.apache.wicket.request.resource.ContentDisposition
-
Packages that use ContentDisposition Package Description org.apache.wicket.core.request.handler.logger org.apache.wicket.request.handler.resource org.apache.wicket.request.resource -
-
Uses of ContentDisposition in org.apache.wicket.core.request.handler.logger
Methods in org.apache.wicket.core.request.handler.logger that return ContentDisposition Modifier and Type Method Description ContentDispositionResourceStreamLogData. getContentDisposition() -
Uses of ContentDisposition in org.apache.wicket.request.handler.resource
Methods in org.apache.wicket.request.handler.resource that return ContentDisposition Modifier and Type Method Description ContentDispositionResourceStreamRequestHandler. getContentDisposition()Methods in org.apache.wicket.request.handler.resource with parameters of type ContentDisposition Modifier and Type Method Description ResourceStreamRequestHandlerResourceStreamRequestHandler. setContentDisposition(ContentDisposition contentDisposition) -
Uses of ContentDisposition in org.apache.wicket.request.resource
Methods in org.apache.wicket.request.resource that return ContentDisposition Modifier and Type Method Description ContentDispositionAbstractResource.ResourceResponse. getContentDisposition()static ContentDispositionContentDisposition. valueOf(java.lang.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 Modifier and Type Method Description AbstractResource.ResourceResponseAbstractResource.ResourceResponse. setContentDisposition(ContentDisposition contentDisposition)Determines whether the resource will be inline or an attachment.ResourceStreamResourceResourceStreamResource. setContentDisposition(ContentDisposition contentDisposition)
-