IBM WebSphere Application ServerTM
Release 8

com.ibm.portal.portlet.service
Interface DynamicUIManagerFactoryService

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

Deprecated.

@Deprecated
public interface DynamicUIManagerFactoryService
extends com.ibm.portal.portlet.service.PortletService


Method Summary
 DynamicUICtrl getDynamicUICtrl(ActionRequest req, ActionResponse rsp, java.lang.String configName)
          Deprecated.  
 DynamicUIInfo getDynamicUIInfo(ActionRequest req, ActionResponse rsp, java.lang.String configName)
          Deprecated.  
 

Method Detail

getDynamicUICtrl

DynamicUICtrl getDynamicUICtrl(ActionRequest req,
                               ActionResponse rsp,
                               java.lang.String configName)
                               throws DynamicUIManagementException
Deprecated. 
Throws:
DynamicUIManagementException

getDynamicUIInfo

DynamicUIInfo getDynamicUIInfo(ActionRequest req,
                               ActionResponse rsp,
                               java.lang.String configName)
                               throws DynamicUIManagementException
Deprecated. 
Throws:
DynamicUIManagementException

IBM WebSphere Application ServerTM
Release 8