|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortletWindowEvent | |
|---|---|
| org.jboss.portal.portlet.controller.event | |
| org.jboss.portal.portlet.controller.impl.event | |
| org.jboss.portal.portlet.portal.jsp | |
| Uses of PortletWindowEvent in org.jboss.portal.portlet.controller.event |
|---|
| Methods in org.jboss.portal.portlet.controller.event with parameters of type PortletWindowEvent | |
|---|---|
void |
EventControllerContext.eventConsumed(EventPhaseContext context,
PortletWindowEvent consumedEvent,
PortletInvocationResponse consumerResponse)
Context call back when an event is consumed by a portlet. |
void |
AbstractEventControllerContext.eventConsumed(EventPhaseContext context,
PortletWindowEvent consumedEvent,
PortletInvocationResponse consumerResponse)
|
void |
EventControllerContext.eventDiscarded(EventPhaseContext context,
PortletWindowEvent discardedEvent,
int cause)
Context call back when an event is discarded by the controller for a specific reason. |
void |
AbstractEventControllerContext.eventDiscarded(EventPhaseContext context,
PortletWindowEvent discardedEvent,
int cause)
|
void |
EventControllerContext.eventFailed(EventPhaseContext context,
PortletWindowEvent failedEvent,
java.lang.Throwable throwable)
Context call back when an event failed to be delivered because the invoker threw an exception. |
void |
AbstractEventControllerContext.eventFailed(EventPhaseContext context,
PortletWindowEvent consumedEvent,
java.lang.Throwable throwable)
|
void |
EventControllerContext.eventProduced(EventPhaseContext context,
PortletWindowEvent producedEvent,
PortletWindowEvent sourceEvent)
Context call back when an event is produced. |
void |
AbstractEventControllerContext.eventProduced(EventPhaseContext context,
PortletWindowEvent producedEvent,
PortletWindowEvent sourceEvent)
|
void |
EventPhaseContext.queueEvent(PortletWindowEvent event)
Queue an event for consumption. |
| Uses of PortletWindowEvent in org.jboss.portal.portlet.controller.impl.event |
|---|
| Methods in org.jboss.portal.portlet.controller.impl.event with parameters of type PortletWindowEvent | |
|---|---|
void |
EventControllerContextImpl.eventConsumed(EventPhaseContext context,
PortletWindowEvent consumedEvent,
PortletInvocationResponse consumerResponse)
|
void |
EventControllerContextImpl.eventDiscarded(EventPhaseContext context,
PortletWindowEvent discardedEvent,
int cause)
|
void |
EventControllerContextImpl.eventFailed(EventPhaseContext context,
PortletWindowEvent failedEvent,
java.lang.Throwable throwable)
|
void |
EventControllerContextImpl.eventProduced(EventPhaseContext context,
PortletWindowEvent producedEvent,
PortletWindowEvent sourceEvent)
|
| Uses of PortletWindowEvent in org.jboss.portal.portlet.portal.jsp |
|---|
| Methods in org.jboss.portal.portlet.portal.jsp with parameters of type PortletWindowEvent | |
|---|---|
void |
PageEventControllerContext.eventConsumed(EventPhaseContext context,
PortletWindowEvent consumedEvent,
PortletInvocationResponse consumerResponse)
|
void |
PageEventControllerContext.eventDiscarded(EventPhaseContext context,
PortletWindowEvent discardedEvent,
int cause)
|
void |
PageEventControllerContext.eventFailed(EventPhaseContext context,
PortletWindowEvent failedEvent,
java.lang.Throwable throwable)
|
void |
PageEventControllerContext.eventProduced(EventPhaseContext context,
PortletWindowEvent producedEvent,
PortletWindowEvent causeEvent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||