Class PortletQueryForeachActionPublish

    • Constructor Detail

      • PortletQueryForeachActionPublish

        public PortletQueryForeachActionPublish​(UILinkItemsContext ctx)
    • Method Detail

      • accept

        public boolean accept()
        Description copied from interface: UILinkItem
        Returns true if the menu should propose this item
        Specified by:
        accept in interface UILinkItem
        Overrides:
        accept in class AbstractUILinkItem
        Returns:
        true if the menu should propose this item
      • getHtml

        public java.lang.String getHtml()
        Description copied from interface: UILinkItem
        Returns the action(s) html if you need to provide multiple links (You will need to produce LI > A)
        Specified by:
        getHtml in interface UILinkItem
        Overrides:
        getHtml in class AbstractUILinkItem
        Returns:
        the actions html
      • getPortletTypeClasses

        public java.util.Set<java.lang.Class<? extends Publication>> getPortletTypeClasses()