You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Ethan Adams <et...@gmail.com> on 2008/03/27 19:12:24 UTC

custom modes and actions

I'd like to create actions for my custom modes so I can add additional items
icons to the titlebar.  problem is that supportedActions and
supportedSoloActions are private final in CustomDecoratorActionsFactory, so
there  is no way I can extend this class to add addition actions.