|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.ResourceReference
wicket.markup.html.resources.CompressedResourceReference
public class CompressedResourceReference
A static resource reference which can be transferred to the browser using the
gzip compression. Reduces the download size of for example javascript
resources.
see ResourceReference and CompressedPackageResource
| Field Summary |
|---|
| Fields inherited from class wicket.ResourceReference |
|---|
locale |
| Constructor Summary | |
|---|---|
CompressedResourceReference(java.lang.Class scope,
java.lang.String name)
Construct. |
|
| Method Summary | |
|---|---|
protected Resource |
newResource()
Factory method for lazy initialization of shared resources. |
| Methods inherited from class wicket.ResourceReference |
|---|
bind, equals, getLocale, getName, getResource, getScope, getSharedResourceKey, getStyle, hashCode, invalidate, setLocale, setStyle, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompressedResourceReference(java.lang.Class scope,
java.lang.String name)
scope - name - | Method Detail |
|---|
protected Resource newResource()
ResourceReference
newResource in class ResourceReference
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||