it.eng.spagobi.presentation.listobjectshtmlgenerators
Class ListObjectsHtmlGeneratorAdminImpl

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

public class ListObjectsHtmlGeneratorAdminImpl
extends java.lang.Object
implements IListObjectsHtmlGenerator

Generates the HTML code for the constraction of Business Objects Administration jsp page treeAdminObjects.jsp.

Author:
sulis

Constructor Summary
ListObjectsHtmlGeneratorAdminImpl()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListObjectsHtmlGeneratorAdminImpl

public ListObjectsHtmlGeneratorAdminImpl()
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