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
Constructors Constructor Description PageAttachment2PageRightContextConvertor()
-
-
-
Constructor Detail
-
PageAttachment2PageRightContextConvertor
public PageAttachment2PageRightContextConvertor()
-
-
Method Detail
-
convert
public Set<Object> convert(Object object)
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.
-
-