Package com.xpn.xwiki.web.sx
Class CssExtension
- java.lang.Object
-
- com.xpn.xwiki.web.sx.CssExtension
-
-
Constructor Summary
Constructors Constructor Description CssExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassName()
SxCompressor
getCompressor()
String
getContentType()
-
-
-
Method Detail
-
getClassName
public String getClassName()
- Specified by:
getClassName
in interfaceExtension
- Returns:
- the full name of the wiki document holding the XWiki class defining this type of extension. For example, 'XWiki.JavaScriptExtension' for javascript extensions.
-
getContentType
public String getContentType()
- Specified by:
getContentType
in interfaceExtension
- Returns:
- the contentType for that extension, as it will be written as the response content type.
-
getCompressor
public SxCompressor getCompressor()
- Specified by:
getCompressor
in interfaceExtension
- Returns:
- a compressor associated with the extension.
-
-