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 |
init(BridgeConfig config) |
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 init(BridgeConfig config) throws BridgeException
BridgeExceptionvoid 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 © 2013 JBoss by Red Hat. All Rights Reserved.