Package org.ametys.web.rights
Class Content2PagesRightContextConvertor
java.lang.Object
org.ametys.web.rights.Content2PagesRightContextConvertor
- All Implemented Interfaces:
RightContextConvertor
This implementation converts a
WebContent
into a set of Page
s referenced by the content-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Content2PagesRightContextConvertor
public Content2PagesRightContextConvertor()
-
-
Method Details
-
convert
Description copied from interface:RightContextConvertor
Converts the object.- Specified by:
convert
in interfaceRightContextConvertor
- Parameters:
object
- The initial object- Returns:
- The converted objects. A non-null set, that does not contains the initial object. So if you do not support the object to convert, you must return an empty set.
-