public class ClientWindowLiferayImpl
extends javax.faces.lifecycle.ClientWindowWrapper
ClientWindow implementation provided by the JSF runtime
(Mojarra/MyFaces). Liferay Portal provides the ability to have multiple portlets on the same portal page, each with
its own unique instance ID that is the suffix of the portlet namespace. The getId() method ensures that the
client window ID takes the portlet instance into account.| Constructor and Description |
|---|
ClientWindowLiferayImpl(javax.faces.lifecycle.ClientWindow clientWindow) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext facesContext) |
String |
getId() |
Map<String,String> |
getQueryURLParameters(javax.faces.context.FacesContext facesContext) |
javax.faces.lifecycle.ClientWindow |
getWrapped() |
public ClientWindowLiferayImpl(javax.faces.lifecycle.ClientWindow clientWindow)
public void decode(javax.faces.context.FacesContext facesContext)
decode in class javax.faces.lifecycle.ClientWindowWrapperpublic String getId()
getId in class javax.faces.lifecycle.ClientWindowWrapperpublic Map<String,String> getQueryURLParameters(javax.faces.context.FacesContext facesContext)
getQueryURLParameters in class javax.faces.lifecycle.ClientWindowWrapperpublic javax.faces.lifecycle.ClientWindow getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.lifecycle.ClientWindow>getWrapped in class javax.faces.lifecycle.ClientWindowWrapperCopyright © 2016 Liferay, Inc.. All rights reserved.