|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.portlet.listener.PortletRequestEvent
public class PortletRequestEvent
This is the event class for notifications about changes to the portlet request of a portlet application.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PortletRequestEvent(PortletContext pc,
PortletRequest request)
Construct a PortletRequestEvent from the given context. |
|
| Method Summary | |
|---|---|
PortletContext |
getPortletContext()
Return the PortletContext that changed. |
PortletRequest |
getPortletRequest()
Return the ServletRequest that changed. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PortletRequestEvent(PortletContext pc,
PortletRequest request)
PortletRequestEvent from the given context.
pc - portlet contextrequest - portlet request| Method Detail |
|---|
public PortletRequest getPortletRequest()
public PortletContext getPortletContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||