Package | Description |
---|---|
org.apache.wicket.request.resource | |
org.apache.wicket.resource |
Locale aware resouce loaders.
|
org.apache.wicket.settings |
Modifier and Type | Method and Description |
---|---|
protected ICssCompressor |
CssPackageResource.getCompressor()
Gets the
ICssCompressor to be used. |
Modifier and Type | Class and Description |
---|---|
class |
CompositeCssCompressor
|
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
|
Modifier and Type | Method and Description |
---|---|
CompositeCssCompressor |
CompositeCssCompressor.add(ICssCompressor compressor)
Adds a ICssCompressor to the list of delegates.
|
Constructor and Description |
---|
CompositeCssCompressor(ICssCompressor... compressors)
Initializes the composite CSS compressor with the given
ICssCompressor (s) |
Modifier and Type | Method and Description |
---|---|
ICssCompressor |
ResourceSettings.getCssCompressor()
Get the CSS compressor to remove comments and whitespace characters from css resources
|
ICssCompressor |
ResourceSettings.setCssCompressor(ICssCompressor compressor)
Set the CSS compressor implemententation use e.g.
|
Modifier and Type | Method and Description |
---|---|
ICssCompressor |
ResourceSettings.setCssCompressor(ICssCompressor compressor)
Set the CSS compressor implemententation use e.g.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.