Package | Description |
---|---|
org.apache.wicket.core.request.handler.logger | |
org.apache.wicket.request.handler.resource | |
org.apache.wicket.request.resource |
Modifier and Type | Method and Description |
---|---|
ContentDisposition |
ResourceStreamLogData.getContentDisposition() |
Modifier and Type | Method and Description |
---|---|
ContentDisposition |
ResourceStreamRequestHandler.getContentDisposition() |
Modifier and Type | Method and Description |
---|---|
ResourceStreamRequestHandler |
ResourceStreamRequestHandler.setContentDisposition(ContentDisposition contentDisposition) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ResourceStreamResource |
ResourceStreamResource.setContentDisposition(ContentDisposition contentDisposition) |
AbstractResource.ResourceResponse |
AbstractResource.ResourceResponse.setContentDisposition(ContentDisposition contentDisposition)
Determines whether the resource will be inline or an attachment.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.