Package org.xwiki.lesscss.resources
Interface WikiLESSResourceReference
-
- All Superinterfaces:
LESSResourceReference
@Unstable public interface WikiLESSResourceReference extends LESSResourceReference
ExtendsLESSResourceReference
with wiki entity specific information.- Since:
- 14.0RC1
- Version:
- $Id: 504c102eb9f51c3ec9ec81e23839e7544fab8b9d $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentReference
getAuthorReference()
DocumentReference
getDocumentReference()
-
Methods inherited from interface org.xwiki.lesscss.resources.LESSResourceReference
equals, getContent, hashCode, serialize
-
-
-
-
Method Detail
-
getDocumentReference
DocumentReference getDocumentReference()
- Returns:
- the reference of the document to use as secure document (generally the document containing the code to execute) or null if the template is not associated with any document (for example filesystem template)
-
getAuthorReference
DocumentReference getAuthorReference()
- Returns:
- the author of this resource
-
-