java.lang.Object | |
↳ | org.apache.myfaces.tobago.portlet.PortletUtils |
Static utility class for portlet-related operations.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Determine if we are running as a portlet.
| |||||||||||
Determine if we are processing a portlet RenderResponse.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Determine if we are running as a portlet.
facesContext | The current FacesContext. |
---|
true
if we are running as a portlet,
false
otherwise.
Determine if we are processing a portlet RenderResponse.
facesContext | The current FacesContext. |
---|
true
if we are processing a RenderResponse,
false
otherwise.