|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractResource.ResourceResponse | |
---|---|
org.apache.wicket.examples.resourcedecoration | |
org.apache.wicket.request.resource | |
org.apache.wicket.request.resource.caching |
Uses of AbstractResource.ResourceResponse in org.apache.wicket.examples.resourcedecoration |
---|
Methods in org.apache.wicket.examples.resourcedecoration that return AbstractResource.ResourceResponse | |
---|---|
protected AbstractResource.ResourceResponse |
MergedResourcesResource.newResourceResponse(IResource.Attributes attributes)
|
Uses of AbstractResource.ResourceResponse in org.apache.wicket.request.resource |
---|
Methods in org.apache.wicket.request.resource that return AbstractResource.ResourceResponse | |
---|---|
protected abstract AbstractResource.ResourceResponse |
AbstractResource.newResourceResponse(IResource.Attributes attributes)
Override this method to return a AbstractResource.ResourceResponse for the request. |
protected AbstractResource.ResourceResponse |
PackageResource.newResourceResponse(IResource.Attributes attributes)
creates a new resource response based on the request attributes |
protected AbstractResource.ResourceResponse |
ContextRelativeResource.newResourceResponse(IResource.Attributes attributes)
|
protected AbstractResource.ResourceResponse |
ResourceStreamResource.newResourceResponse(IResource.Attributes attributes)
|
protected AbstractResource.ResourceResponse |
ByteArrayResource.newResourceResponse(IResource.Attributes attributes)
|
protected AbstractResource.ResourceResponse |
DynamicImageResource.newResourceResponse(IResource.Attributes attributes)
|
Methods in org.apache.wicket.request.resource with parameters of type AbstractResource.ResourceResponse | |
---|---|
protected void |
AbstractResource.configureCache(AbstractResource.ResourceResponse data,
IResource.Attributes attributes)
Configure the web response header for client cache control. |
protected void |
ByteArrayResource.configureResponse(AbstractResource.ResourceResponse response,
IResource.Attributes attributes)
|
protected void |
DynamicImageResource.configureResponse(AbstractResource.ResourceResponse response,
IResource.Attributes attributes)
|
protected void |
AbstractResource.setResponseHeaders(AbstractResource.ResourceResponse data,
IResource.Attributes attributes)
|
Uses of AbstractResource.ResourceResponse in org.apache.wicket.request.resource.caching |
---|
Methods in org.apache.wicket.request.resource.caching with parameters of type AbstractResource.ResourceResponse | |
---|---|
void |
IResourceCachingStrategy.decorateResponse(AbstractResource.ResourceResponse response,
IStaticCacheableResource resource)
decorate resource response |
void |
QueryStringWithVersionResourceCachingStrategy.decorateResponse(AbstractResource.ResourceResponse response,
IStaticCacheableResource resource)
|
void |
NoOpResourceCachingStrategy.decorateResponse(AbstractResource.ResourceResponse response,
IStaticCacheableResource resource)
|
void |
FilenameWithVersionResourceCachingStrategy.decorateResponse(AbstractResource.ResourceResponse response,
IStaticCacheableResource resource)
set resource caching to maximum and set cache-visibility to 'public' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |