| Package | Description |
|---|---|
| javax.portlet.faces | |
| org.jboss.portletbridge.bridge.context |
| Modifier and Type | Method and Description |
|---|---|
static Bridge.PortletPhase |
BridgeUtil.getPortletRequestPhase()
Return describes the portlet request phase currently being executed.
|
static Bridge.PortletPhase |
Bridge.PortletPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bridge.PortletPhase[] |
Bridge.PortletPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Bridge.PortletPhase |
BridgeContext.getPortletRequestPhase()
Gets the request phase govering this context.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BridgeContext.setPortletRequestPhase(Bridge.PortletPhase phase)
Sets the request phase govering this context.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.