|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.frameworks.portletcontainer.portalframework.EventInfo
public class EventInfo
Internal class that defines event + its target portlet each event before processing is splitted into a number of EventInfo instances -- one instance per target portlet.
| Constructor Summary | |
|---|---|
EventInfo()
Default constructor. |
|
EventInfo(javax.portlet.Event event,
String target)
Normal constructor. |
|
| Method Summary | |
|---|---|
javax.portlet.Event |
getEvent()
Event field getter. |
String |
getTarget()
Target field getter. |
void |
setEvent(javax.portlet.Event event)
Event field setter. |
void |
setTarget(String target)
Target field setter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventInfo()
public EventInfo(javax.portlet.Event event,
String target)
event - event to delivertarget - target portlet name to deliver the event to| Method Detail |
|---|
public final javax.portlet.Event getEvent()
public final void setEvent(javax.portlet.Event event)
event - event to setpublic final String getTarget()
public final void setTarget(String target)
target - target portlet name to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||