|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITextResourceCompressor | |
|---|---|
| org.apache.wicket.css | |
| org.apache.wicket.javascript | |
| org.apache.wicket.resource | Locale aware resouce loaders. |
| org.apache.wicket.resource.bundles | |
| Uses of ITextResourceCompressor in org.apache.wicket.css |
|---|
| Subinterfaces of ITextResourceCompressor in org.apache.wicket.css | |
|---|---|
interface |
ICssCompressor
Allow for different implementations of a css compressor |
| Uses of ITextResourceCompressor in org.apache.wicket.javascript |
|---|
| Subinterfaces of ITextResourceCompressor in org.apache.wicket.javascript | |
|---|---|
interface |
IJavaScriptCompressor
Allow for different implementation of a javascript compressor |
| Classes in org.apache.wicket.javascript that implement ITextResourceCompressor | |
|---|---|
class |
DefaultJavaScriptCompressor
Wicket default implementation of a javascript compressor |
| Uses of ITextResourceCompressor in org.apache.wicket.resource |
|---|
| Subinterfaces of ITextResourceCompressor in org.apache.wicket.resource | |
|---|---|
interface |
IScopeAwareTextResourceProcessor
A ITextResourceCompressor that receives the scope class and
the resource name as a context information that it can use for the processing of the resource |
| Classes in org.apache.wicket.resource that implement ITextResourceCompressor | |
|---|---|
class |
CompositeCssCompressor
Used to apply several ICssCompressor to the CSS compression.Usage: |
class |
CompositeJavaScriptCompressor
Used to apply several IJavaScriptCompressor to the javascript compression.Usage: |
class |
CssUrlReplacer
This compressor is used to replace URLs within CSS files with URLs created from PackageResourceReferences that belongs to their corresponding resources (e.g images).The scope of the CSS file is used to create the PackageResourceReferences. |
class |
NoOpTextCompressor
A no-op text compressor |
| Uses of ITextResourceCompressor in org.apache.wicket.resource.bundles |
|---|
| Methods in org.apache.wicket.resource.bundles that return ITextResourceCompressor | |
|---|---|
ITextResourceCompressor |
ConcatResourceBundleReference.getCompressor()
|
ITextResourceCompressor |
ConcatBundleResource.getCompressor()
|
| Methods in org.apache.wicket.resource.bundles with parameters of type ITextResourceCompressor | |
|---|---|
void |
ConcatResourceBundleReference.setCompressor(ITextResourceCompressor compressor)
|
void |
ConcatBundleResource.setCompressor(ITextResourceCompressor compressor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||