Skin Module

Version 1.2 by Thomas Mortagne on 2015/03/18 11:50

cogProvide APIs to manipulate skin resources
TypeJAR
Category
Developed by

XWiki Development Team

Rating
0 Votes
LicenseGNU Lesser General Public License 2.1

Table of contents

Description

This module provide API and tools to navigate in skin resources. If you search documentation related to "Skin Extensions" see Skin Extension Plugin.

The main entry point of this module is the org.xwiki.skin.SkinManager component, it API to access various skins by identifier.

Each skin is represented by org.xwiki.skin.Skin interface which is in most part a org.xwiki.skin.ResourceRepository. As its name indicated it provide APIs to navigate in the resource located in the skin, it's also take into account skin inheritance when searching a resource.

See the module javadoc for more details.

Get Connected