public interface UrlProviderFactory
This factory creates UrlProvider
considering a particular workflow ID. Since the UrlProvider
produces
URL for a particular Nut
, this factory gives a chance to include a workflow ID in a
generated URL.
Modifier and Type | Method and Description |
---|---|
UrlProvider |
create(String workflowId)
Creates a new
UrlProvider . |
UrlProvider create(String workflowId)
Creates a new UrlProvider
.
workflowId
- the workflow IDUrlProvider
Copyright © 2012-2015. All Rights Reserved.