Package org.xwiki.skin
Interface Skin
-
- All Superinterfaces:
ResourceRepository
public interface Skin extends ResourceRepository
Represent a skin.- Since:
- 7.0M1
- Version:
- $Id: de1960638c490ce79f27a69f6f48895c7a057f52 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.xwiki.rendering.syntax.Syntax
getOutputSyntax()
Skin
getParent()
-
Methods inherited from interface org.xwiki.skin.ResourceRepository
getId, getLocalResource, getResource
-
-
-
-
Method Detail
-
getParent
Skin getParent()
- Specified by:
getParent
in interfaceResourceRepository
- Returns:
- the parent of the resource repository used to fallback
-
getOutputSyntax
org.xwiki.rendering.syntax.Syntax getOutputSyntax()
- Returns:
- the syntax used by the skin
-
-