it.eng.spagobi.presentation.listobjectshtmlgenerators
Class ListObjectsHtmlGeneratorAdminImpl
java.lang.Object
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
.
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 |
ListObjectsHtmlGeneratorAdminImpl
public ListObjectsHtmlGeneratorAdminImpl()
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 inputhttpRequest
- The request httplistPage
- String for paging navigation
- Returns:
- the string buffer with HTML code