org.eclipse.birt.report.engine.api
Class HTMLEmitterConfig

java.lang.Object
  extended byorg.eclipse.birt.report.engine.api.HTMLEmitterConfig

public class HTMLEmitterConfig
extends java.lang.Object

Defines an emitter configuration class for HTML output format


Field Summary
protected  IHTMLActionHandler actionHandler
          default action handler
protected  IHTMLImageHandler imageHandler
          default image hanlder
 
Constructor Summary
HTMLEmitterConfig()
          dummy constructor
 
Method Summary
 IHTMLActionHandler getActionHandler()
          returns the action handler for HTML format
 IHTMLImageHandler getImageHandler()
          returns the image handler for HTML output format
 void setActionHandler(IHTMLActionHandler handler)
          sets the action handler for HTML format
 void setImageHandler(IHTMLImageHandler handler)
          sets the image handler for HTML format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imageHandler

protected IHTMLImageHandler imageHandler
default image hanlder


actionHandler

protected IHTMLActionHandler actionHandler
default action handler

Constructor Detail

HTMLEmitterConfig

public HTMLEmitterConfig()
dummy constructor

Method Detail

setImageHandler

public void setImageHandler(IHTMLImageHandler handler)
sets the image handler for HTML format

Parameters:
handler - image handler

setActionHandler

public void setActionHandler(IHTMLActionHandler handler)
sets the action handler for HTML format

Parameters:
handler - action handler

getImageHandler

public IHTMLImageHandler getImageHandler()
returns the image handler for HTML output format

Returns:
the image handler for HTML output format

getActionHandler

public IHTMLActionHandler getActionHandler()
returns the action handler for HTML format

Returns:
the action handler for HTML format


Copyright © 2005 Actuate Corp. All rights reserved.