|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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'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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||