Package io.jmix.ui.sys.linkhandling
Interface LinkHandlerProcessor
public interface LinkHandlerProcessor
Interface that is used by
To set processor priority use
LinkHandler
to handle links from outside of the application.
LinkHandler
traverses processors to find first able to handle link.
To set processor priority use
@Order
,
Ordered
or @Priority
.-
Method Summary
Modifier and TypeMethodDescriptionboolean
canHandle
(ExternalLinkContext linkContext) void
handle
(ExternalLinkContext linkContext) Called to handle action.
-
Method Details
-
canHandle
- Returns:
- true if action with such request parameters should be handled by this processor.
-
handle
Called to handle action.
-