Uses of Class
org.gcube.portlets.user.uriresolvermanager.exception.UriResolverMapException
-
Packages that use UriResolverMapException Package Description org.gcube.portlets.user.uriresolvermanager -
-
Uses of UriResolverMapException in org.gcube.portlets.user.uriresolvermanager
Methods in org.gcube.portlets.user.uriresolvermanager that throw UriResolverMapException Modifier and Type Method Description StringUriResolverManager. getLink(String applicationType, Map<String,String> parameters, boolean shortLink)Gets the link.StringUriResolverManager. getLink(Map<String,String> parameters, boolean shortLink)Gets the link.Constructors in org.gcube.portlets.user.uriresolvermanager that throw UriResolverMapException Constructor Description UriResolverManager()Instantiates a new uri resolver manager.UriResolverManager(String applicationType)Instance a UriResolverManager Precondition: set the scope provider {@link ScopeProvider.instance.get()} The scope is used to look up the generic resourceUriResolverMapReader#URI_RESOLVER_MAPavailable in the infrastructure to map ApplicationType with its Resolver
-