org.eclipse.birt.report.engine.api
Interface IHTMLActionHandler
- All Known Implementing Classes:
- HTMLActionHandler
- public interface IHTMLActionHandler
Defines an interface for action handler used in HTML format
Method Summary |
java.lang.String |
getURL(IAction actionDefn,
org.eclipse.birt.report.engine.api.script.IReportContext context)
|
java.lang.String |
getURL(IAction actionDefn,
java.lang.Object context)
generates a URL based on the action definition |
getURL
public java.lang.String getURL(IAction actionDefn,
java.lang.Object context)
- generates a URL based on the action definition
- Parameters:
actionDefn
- definition of an actioncontext
- the context for craetingt he hyperlink
- Returns:
- the URL based on an action
getURL
public java.lang.String getURL(IAction actionDefn,
org.eclipse.birt.report.engine.api.script.IReportContext context)
Copyright © 2005 Actuate Corp. All rights reserved.