com.ibm.portal.portlet.service

Interface DynamicUIManagerFactoryService

All Superinterfaces:
com.ibm.portal.portlet.service.PortletService, java.io.Serializable

  1. public interface DynamicUIManagerFactoryService
  2. extends com.ibm.portal.portlet.service.PortletService

Method Summary

Modifier and Type Method and Description
  1. DynamicUICtrl
getDynamicUICtrl(ActionRequest req,ActionResponse rsp,java.lang.String configName)
  1. DynamicUIInfo
getDynamicUIInfo(ActionRequest req,ActionResponse rsp,java.lang.String configName)

Method Detail

getDynamicUICtrl

  1. DynamicUICtrl getDynamicUICtrl( ActionRequest req,
  2. ActionResponse rsp,
  3. java.lang.String configName)
  4. throws DynamicUIManagementException
Throws:

getDynamicUIInfo

  1. DynamicUIInfo getDynamicUIInfo( ActionRequest req,
  2. ActionResponse rsp,
  3. java.lang.String configName)
  4. throws DynamicUIManagementException
Throws: