Package org.ametys.web.rights
Class PageAttachment2PageRightContextConvertor
java.lang.Object
org.ametys.web.rights.PageAttachment2PageRightContextConvertor
- All Implemented Interfaces:
RightContextConvertor
public class PageAttachment2PageRightContextConvertor
extends Object
implements RightContextConvertor
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PageAttachment2PageRightContextConvertor
-
-
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.
-