org.apache.wicket.examples.resourcedecoration
Class MergedResourcesResource
java.lang.Object
org.apache.wicket.request.resource.AbstractResource
org.apache.wicket.examples.resourcedecoration.MergedResourcesResource
- All Implemented Interfaces:
- Serializable, IClusterable, IResource
public class MergedResourcesResource
- extends AbstractResource
A shared resource that receives as query parameters a list of the names of grouped resources and
their type, then it loads each resource and merges it with the others. At the end returns the
merged resource.
- Author:
- jthomerson
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MergedResourcesResource
public MergedResourcesResource()
newResourceResponse
protected AbstractResource.ResourceResponse newResourceResponse(IResource.Attributes attributes)
- Description copied from class:
AbstractResource
- Override this method to return a
AbstractResource.ResourceResponse
for the request.
- Specified by:
newResourceResponse
in class AbstractResource
- Parameters:
attributes
- request attributes
- Returns:
- resource data instance
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.