Uses of Class
org.gcube.portlets.user.uriresolvermanager.exception.IllegalArgumentException
-
Packages that use IllegalArgumentException Package Description org.gcube.portlets.user.uriresolvermanager -
-
Uses of IllegalArgumentException in org.gcube.portlets.user.uriresolvermanager
Methods in org.gcube.portlets.user.uriresolvermanager that throw IllegalArgumentException Modifier and Type Method Description List<ServiceParameter>UriResolverManager. discoveryServiceParameters(Resolver resolver)Discovery service parameters.StringUriResolverManager. getLink(String applicationType, Map<String,String> parameters, boolean shortLink)Gets the link.StringUriResolverManager. getLink(Map<String,String> parameters, boolean shortLink)Gets the link.voidUriResolverManager. setApplicationType(String applicationType)Sets the application type.Constructors in org.gcube.portlets.user.uriresolvermanager that throw IllegalArgumentException 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
-