org.duelengine.duel
Interface LinkInterceptor

All Known Implementing Classes:
CDNLinkInterceptor

public interface LinkInterceptor

Allows links within view markup to be transformed at runtime. Useful for dynamically resolving links from custom names, or transforming URLs per environment (DEV/TEST/PROD). LinkInterceptors may be chained using a Decorator pattern.


Method Summary
 String transformURL(String url)
           
 

Method Detail

transformURL

String transformURL(String url)


Copyright © 2011. All Rights Reserved.