Package org.bonitasoft.engine.page
Interface URLAdapter
- All Known Implementing Classes:
ExternalURLAdapter,LegacyURLAdapter
public interface URLAdapter
- Author:
- Baptiste Mesta
-
Method Summary
-
Method Details
-
adapt
adapt an url based on a context- Parameters:
url- the base urlkey- the url keycontext- the provided context- Returns:
- the new url
- Throws:
SExecutionException- when the URL rewriting fails
-
getId
String getId()- Returns:
- the identifier for this url adapter
-