org.apache.pluto
Interface EventContainer
- All Known Implementing Classes:
- PortletContainerImpl
public interface EventContainer
The publicized entry point into Pluto for firing events
- Author:
- Christian Raschka
Method Summary |
void |
fireEvent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PortletWindow window,
Event event)
Indicates that an event should be fired in the current request and calls
the processEvent method of this portlet. |
javax.servlet.ServletContext |
getServletContext()
|
fireEvent
void fireEvent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PortletWindow window,
Event event)
throws PortletException,
java.io.IOException
- Indicates that an event should be fired in the current request and calls
the processEvent method of this portlet.
- Parameters:
internalPortletWindow
- the portlet Windowrequest
- the servlet requestresponse
- the servlet responseeventNumber
-
- Throws:
PortletException
- if one portlet has trouble fulfilling
the request
PortletContainerException
- if the portlet container implementation
has trouble fulfilling the request
java.io.IOException
getServletContext
javax.servlet.ServletContext getServletContext()
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.