it.eng.spagobi.presentation.listobjectshtmlgenerators
Class ListObjectsHtmlGeneratorExecImpl

java.lang.Object
  extended by it.eng.spagobi.presentation.listobjectshtmlgenerators.ListObjectsHtmlGeneratorExecImpl
All Implemented Interfaces:
IListObjectsHtmlGenerator

public class ListObjectsHtmlGeneratorExecImpl
extends java.lang.Object
implements IListObjectsHtmlGenerator

Author:
Zerbetto

Constructor Summary
ListObjectsHtmlGeneratorExecImpl()
           
 
Method Summary
 java.lang.StringBuffer makeList(it.eng.spago.paginator.basic.ListIFace list, javax.servlet.http.HttpServletRequest httpRequest, java.lang.String listPage)
          The interface for the makeList method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListObjectsHtmlGeneratorExecImpl

public ListObjectsHtmlGeneratorExecImpl()
Method Detail

makeList

public java.lang.StringBuffer makeList(it.eng.spago.paginator.basic.ListIFace list,
                                       javax.servlet.http.HttpServletRequest httpRequest,
                                       java.lang.String listPage)
Description copied from interface: IListObjectsHtmlGenerator
The interface for the makeList method.

Specified by:
makeList in interface IListObjectsHtmlGenerator
Parameters:
list - the interface object list at input
httpRequest - The request http
listPage - String for paging navigation
Returns:
the string buffer with HTML code