|
||||||||||
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.request.resource.PackageResource
org.apache.wicket.request.resource.CssPackageResource
public class CssPackageResource
Package resource for css files. It strips comments and whitespace from css.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.wicket.request.resource.PackageResource |
---|
PackageResource.PackageResourceBlockedException |
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 |
Constructor Summary | |
---|---|
CssPackageResource(Class<?> scope,
String name,
Locale locale,
String style,
String variation)
Construct. |
Method Summary | |
---|---|
protected byte[] |
processResponse(IResource.Attributes attributes,
byte[] bytes)
Gives a chance to modify the resource going to be written in the response |
Methods inherited from class org.apache.wicket.request.resource.PackageResource |
---|
equals, exists, getResourceStream, getScope, getStyle, hashCode, newResourceResponse, toString |
Methods inherited from class org.apache.wicket.request.resource.AbstractResource |
---|
configureCache, respond |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CssPackageResource(Class<?> scope, String name, Locale locale, String style, String variation)
scope
- name
- locale
- style
- variation
- Method Detail |
---|
protected byte[] processResponse(IResource.Attributes attributes, byte[] bytes)
PackageResource
processResponse
in class PackageResource
attributes
- current request attributes from clientbytes
- the original response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |