Class NavigationHandlerWrapper

    • Constructor Detail

      • NavigationHandlerWrapper

        @Deprecated
        public NavigationHandlerWrapper​()
        Deprecated. Use the other constructor taking the implementation being wrapped.
      • NavigationHandlerWrapper

        public NavigationHandlerWrapper​(NavigationHandler wrapped)

        If this navigation handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. The getWrapped() will then return the implementation being wrapped.

        Parameters:
        wrapped - The implementation being wrapped.
        Since:
        2.3