Class SecurityPresenter

    • Method Detail

      • finderPath

        public FinderPath finderPath()
        Deprecated.
        Description copied from interface: HasFinderPath
        Application presenters need to provide information about their path in the finder. Normally this path is updated automatically when navigating in the finder. However since application presenters can also be revealed using the breadcrumb dropdown or by entering the URL directly this information is crucial to restore the path in the finder context.

        Please make sure that the IDs for selected items in the finder path match to the IDs returned by ItemDisplay.getId()

        If this method returns null the path in the finder context is not touched.

        Specified by:
        finderPath in interface HasFinderPath