|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.request.resource.AbstractResource
org.apache.wicket.examples.resourcedecoration.MergedResourcesResource
public class MergedResourcesResource
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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.wicket.request.resource.AbstractResource |
|---|
AbstractResource.ResourceResponse, AbstractResource.WriteCallback |
| Nested classes/interfaces inherited from interface org.apache.wicket.request.resource.IResource |
|---|
IResource.Attributes |
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.request.resource.AbstractResource |
|---|
INTERNAL_HEADERS |
| Constructor Summary | |
|---|---|
MergedResourcesResource()
|
|
| Method Summary | |
|---|---|
protected AbstractResource.ResourceResponse |
newResourceResponse(IResource.Attributes attributes)
Override this method to return a AbstractResource.ResourceResponse for the request. |
| Methods inherited from class org.apache.wicket.request.resource.AbstractResource |
|---|
configureCache, getCachingStrategy, respond, setResponseHeaders |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MergedResourcesResource()
| Method Detail |
|---|
protected AbstractResource.ResourceResponse newResourceResponse(IResource.Attributes attributes)
AbstractResourceAbstractResource.ResourceResponse for the request.
newResourceResponse in class AbstractResourceattributes - request attributes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||