com.ibm.portal.pcm
Interface PortalDialogModelProvider


public interface PortalDialogModelProvider

DialogModelProvider for portal scope, i. e. with servlet request / response. NOTE: This API may only be used in the scope of an HTTP request in WebSphere Portal, i.e. within a theme. The API can not be invoked directly by a custom servlet.

Since:
8.0.0

Method Summary
<T extends DialogDefinition>
DialogModel<T>
getDialogModel(javax.servlet.http.HttpServletRequest aRequest, javax.servlet.http.HttpServletResponse aResponse)
           
 

Method Detail

getDialogModel

<T extends DialogDefinition> DialogModel<T> getDialogModel(javax.servlet.http.HttpServletRequest aRequest,
                                                           javax.servlet.http.HttpServletResponse aResponse)
                                                       throws ModelException
Throws:
ModelException