Interface SimpleLinkFactory
- All Known Implementing Classes:
AdminHistoryLinkFactory
@PublicSpi
public interface SimpleLinkFactory
Deprecated.
A factory that produces a list of
SimpleLink
objects.- Since:
- v4.0
-
Method Summary
Modifier and TypeMethodDescriptiongetLinks
(ApplicationUser user, Map<String, Object> params) Deprecated.Generates a list ofSimpleLink
objects.void
init
(SimpleLinkFactoryModuleDescriptor descriptor) Deprecated.Initialization method for the factory.
-
Method Details
-
init
Deprecated.Initialization method for the factory. Used to retrieve information off the module descriptor- Parameters:
descriptor
- The descriptor responsible for defining this factory.
-
getLinks
Deprecated.Generates a list ofSimpleLink
objects.- Parameters:
user
- The user this list is being generated for.- Returns:
- a list of
SimpleLink
objects tailored for the user.
-
WebItemProvider