Uses of Class
lumis.portal.url.IURLManager.CreateStrategy
-
Packages that use IURLManager.CreateStrategy Package Description lumis.portal.url Manages the resolution of page URLs. -
-
Uses of IURLManager.CreateStrategy in lumis.portal.url
Methods in lumis.portal.url that return IURLManager.CreateStrategy Modifier and Type Method Description static IURLManager.CreateStrategy
IURLManager.CreateStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static IURLManager.CreateStrategy[]
IURLManager.CreateStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.url with parameters of type IURLManager.CreateStrategy Modifier and Type Method Description default WebResource
IURLManager. getWebResourceByDynamicPath(String dynamicPath, IURLManager.CreateStrategy createStrategy)
Returns a web resource for the given dynamic path.default WebResource
IURLManager. getWebResourceByDynamicPath(String dynamicPath, IURLManager.CreateStrategy createStrategy, Locale locale)
Returns a web resource for the given dynamic path.WebResource
IURLManager. getWebResourceByDynamicPath(String dynamicPath, IURLManager.CreateStrategy createStrategy, Locale locale, WebResource creator)
Returns a web resource for the given dynamic path.WebResource
URLManager. getWebResourceByDynamicPath(String dynamicPath, IURLManager.CreateStrategy createStrategy, Locale locale, WebResource creator)
-