public interface CallbackUrlResolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
compute(UrlResolver urlResolver,
java.lang.String url,
java.lang.String clientName,
WebContext context)
Compute a callback URL from the provided URL resolver, URL, client name and web context.
|
boolean |
matches(java.lang.String clientName,
WebContext context)
Whether the current context matches the client name.
|
java.lang.String compute(UrlResolver urlResolver, java.lang.String url, java.lang.String clientName, WebContext context)
urlResolver - the provided URL resolverurl - the URLclientName - the client namecontext - the web contextboolean matches(java.lang.String clientName,
WebContext context)
clientName - the client namecontext - the web contextCopyright © 2019. All Rights Reserved.