to.etc.domui.component.htmleditor
Class EditResPart

java.lang.Object
  extended by to.etc.domui.component.htmleditor.EditResPart
All Implemented Interfaces:
IPartFactory, IUnbufferedPartFactory

public class EditResPart
extends java.lang.Object
implements IUnbufferedPartFactory

This part handles requests from the HtmlEditor component (using the FCKeditor) for images and other files. When called it always gets passed the conversation and the ID of the editor in question. It uses that to retrieve the IEditorFileSystem implementation added on it. That filesystem is then used to generate the required responses.

Author:
Frits Jalvingh Created on Oct 1, 2008

Constructor Summary
EditResPart()
           
 
Method Summary
 void generate(DomApplication app, java.lang.String rurl, RequestContextImpl param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditResPart

public EditResPart()
Method Detail

generate

public void generate(DomApplication app,
                     java.lang.String rurl,
                     RequestContextImpl param)
              throws java.lang.Exception
Specified by:
generate in interface IUnbufferedPartFactory
Throws:
java.lang.Exception