Uses of Interface
lumis.portal.url.IURLManager
-
Packages that use IURLManager Package Description lumis.portal.manager lumis.portal.url Manages the resolution of page URLs. -
-
Uses of IURLManager in lumis.portal.manager
Methods in lumis.portal.manager that return IURLManager Modifier and Type Method Description static IURLManager
ManagerFactory. getURLManager()
Deprecated.Since 6.0.0, methods in ManagerFactory that return non-stable (seelumis.portal.stability
) objects are deprecated, due to risk of incompatibility between versions.static IURLManager
ManagerFactoryInternal. getURLManager()
Returns the URL manager. -
Uses of IURLManager in lumis.portal.url
Classes in lumis.portal.url that implement IURLManager Modifier and Type Class Description class
URLManager
IURLManager
implementation.
-