|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
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
|
|
getDialogModel(HttpServletRequest aRequest,
HttpServletResponse aResponse)
|
getDialogModel
<T extends DialogDefinition> DialogModel<T> getDialogModel(HttpServletRequest aRequest,
HttpServletResponse aResponse)
throws ModelException
- Throws:
- ModelException
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |