Package org.xwiki.extension.xar
Interface XarExtensionConfiguration
-
@Role public interface XarExtensionConfiguration
Various configuration related to XAR extensions support.- Since:
- 10.5RC1
- Version:
- $Id: 317de8b9444d044f270aa03002a4c2776a54a72f $
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
XarExtensionConfiguration.DocumentProtection
The type of protection to apply.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XarExtensionConfiguration.DocumentProtection
getDocumentProtection()
-
-
-
Method Detail
-
getDocumentProtection
XarExtensionConfiguration.DocumentProtection getDocumentProtection()
- Returns:
- the protection to apply
-
-