com.ibm.portal.portlet.service
Interface DynamicUIManagerFactoryService
All Superinterfaces:
com.ibm.portal.portlet.service.PortletService, java.io.Serializable
- public interface DynamicUIManagerFactoryService
- extends com.ibm.portal.portlet.service.PortletService
Method Summary
Modifier and Type | Method and Description |
---|---|
getDynamicUICtrl(ActionRequest req,ActionResponse rsp,java.lang.String configName)
|
|
getDynamicUIInfo(ActionRequest req,ActionResponse rsp,java.lang.String configName)
|
Method Detail
getDynamicUICtrl
- DynamicUICtrl getDynamicUICtrl( ActionRequest req,
- ActionResponse rsp,
- java.lang.String configName)
- throws DynamicUIManagementException
Throws:
getDynamicUIInfo
- DynamicUIInfo getDynamicUIInfo( ActionRequest req,
- ActionResponse rsp,
- java.lang.String configName)
- throws DynamicUIManagementException
Throws: