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
Modifier and Type | Method and Description |
---|---|
getDynamicUICtrl(javax.portlet.ActionRequest req,javax.portlet.ActionResponse rsp,java.lang.String configName)
Deprecated.
|
|
getDynamicUIInfo(javax.portlet.ActionRequest req,javax.portlet.ActionResponse rsp,java.lang.String configName)
Deprecated.
|
Method Detail
getDynamicUICtrl
- DynamicUICtrl getDynamicUICtrl( javax.portlet.ActionRequest req,
- javax.portlet.ActionResponse rsp,
- java.lang.String configName)
- throws DynamicUIManagementException
Deprecated.
Throws:
getDynamicUIInfo
- DynamicUIInfo getDynamicUIInfo( javax.portlet.ActionRequest req,
- javax.portlet.ActionResponse rsp,
- java.lang.String configName)
- throws DynamicUIManagementException
Deprecated.
Throws: