InlineTranslationInterceptHandlerController(UserRequest ureq, WindowControl control) {
super(ureq, control);
// the deleagating component is ony used to provide the
// inlineTranslationURLBuilder to be able to create the translation tool
// links
delegatingComponent = new DelegatingComponent("delegatingComponent", new ComponentRenderer() {
public void render(Renderer renderer, StringOutput sb, Component source, URLBuilder ubu, Translator translator,
RenderResult renderResult, String[] args) {
// save urlbuilder for later use (valid only for one
// request scope thus
// transient, normally you may not save the url builder