Uses of Class
org.apache.wicket.request.resource.AbstractResource.ContentRangeType
-
Packages that use AbstractResource.ContentRangeType Package Description org.apache.wicket.request.resource -
-
Uses of AbstractResource.ContentRangeType in org.apache.wicket.request.resource
Methods in org.apache.wicket.request.resource that return AbstractResource.ContentRangeType Modifier and Type Method Description AbstractResource.ContentRangeTypeAbstractResource.ResourceResponse. getAcceptRange()If the resource accepts rangesstatic AbstractResource.ContentRangeTypeAbstractResource.ContentRangeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractResource.ContentRangeType[]AbstractResource.ContentRangeType. 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 AbstractResource.ContentRangeType Modifier and Type Method Description voidAbstractResource.ResourceResponse. setAcceptRange(AbstractResource.ContentRangeType contentRangeType)Sets the accept range header (e.g.
-