public class BridgeUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Bridge.PortletPhase |
getPortletRequestPhase()
Return describes the portlet request phase currently being executed.
|
static boolean |
isPortletRequest()
Indicates whether the current request is executing in the portlet container.
|
public static boolean isPortletRequest()
true the
request is a portlet request, otherwise it is not.public static Bridge.PortletPhase getPortletRequestPhase()
null then this request is
not being executed in a portlet container.Copyright © 2015 JBoss by Red Hat. All rights reserved.