com.ephox.editlive.custom
Interface HTTPUrlCallback


public interface HTTPUrlCallback

Allows developers to redirect all HTTP requests to customised URLs. If registered this callback will be used for every single URL the editor requests (including upload requests).

See Also:
ELJBean.setHTTPUrlCallback(HTTPUrlCallback)

Method Summary
 URL transformUrl(URL target)
          Performs any necessary transformations or redirection.
 

Method Detail

transformUrl

URL transformUrl(URL target)
Performs any necessary transformations or redirection.

Parameters:
target - The currently requested URL
Returns:
The transformed URL

Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.