Interface UrlCreator

All Known Subinterfaces:
UrlCreator

@Deprecated public interface UrlCreator
Deprecated.
since 5.0.3, use the interface UrlCreator.
Note: Since FirstSpirit v5 implementors should implement the new interface UrlFactory.
The url creation during the generate process are delegated to implementations of this interface. Created instances have a lifecycle: The methods init(GenerationContext) and setUrlPrefix(String) are called once in this order before any other methods are called. The method cleanUp() is called when the instance is no longer used. Instances should hold no static state. Instances are not used concurrently from different threads.
Since:
4.0.17