org.perf.log.utils
Class WebSpherePortletInfoGetterImpl

java.lang.Object
  extended by org.perf.log.utils.WebSpherePortletInfoGetterImpl
All Implemented Interfaces:
PortletInfoGetter

public class WebSpherePortletInfoGetterImpl
extends java.lang.Object
implements PortletInfoGetter


Constructor Summary
WebSpherePortletInfoGetterImpl()
           
 
Method Summary
static java.util.List getAllChildPortlets(com.ibm.portal.content.LayoutNode subtreeRoot, com.ibm.portal.content.LayoutModel lm)
           
 java.lang.String getName(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response)
           
 java.lang.String getPageName(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSpherePortletInfoGetterImpl

public WebSpherePortletInfoGetterImpl()
Method Detail

getAllChildPortlets

public static java.util.List getAllChildPortlets(com.ibm.portal.content.LayoutNode subtreeRoot,
                                                 com.ibm.portal.content.LayoutModel lm)
                                          throws com.ibm.portal.ModelException
Throws:
com.ibm.portal.ModelException

getPageName

public java.lang.String getPageName(javax.portlet.PortletRequest request,
                                    javax.portlet.PortletResponse response)
Specified by:
getPageName in interface PortletInfoGetter

getName

public java.lang.String getName(javax.portlet.PortletRequest request,
                                javax.portlet.PortletResponse response)
Specified by:
getName in interface PortletInfoGetter