public interface BridgeController
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_PARAMETERS |
static String |
IGNORE_BRIDGE_SCOPE |
static String |
VIEW_ROOT |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
handlePortletEvent(BridgeContext ctx) |
void |
processPortletAction(BridgeContext ctx) |
void |
renderPortletBody(BridgeContext ctx) |
void |
renderPortletHead(BridgeContext ctx) |
void |
renderResource(BridgeContext ctx) |
static final String IGNORE_BRIDGE_SCOPE
static final String VIEW_ROOT
static final String ACTION_PARAMETERS
void destroy()
void processPortletAction(BridgeContext ctx) throws BridgeException
BridgeExceptionvoid handlePortletEvent(BridgeContext ctx) throws BridgeException
BridgeExceptionvoid renderPortletHead(BridgeContext ctx) throws BridgeException
BridgeExceptionvoid renderPortletBody(BridgeContext ctx) throws BridgeException
BridgeExceptionvoid renderResource(BridgeContext ctx) throws BridgeException
BridgeExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.