|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.portlet.PortletEvent
public class PortletEvent
Portlet event
Field Summary | |
---|---|
static int |
INVALIDATE
|
Constructor Summary | |
---|---|
PortletEvent()
Default empty constructor |
|
PortletEvent(int nType,
int nPortletId,
int nPageId)
PortletEvent |
Method Summary | |
---|---|
int |
getPageId()
Gets the page id |
java.lang.Integer |
getPortletId()
Gets the portlet id |
int |
getType()
Event type |
void |
setPageId(int nPageId)
Sets the page id |
void |
setPortletId(int nPortletId)
Sets the portlet id |
void |
setType(int nType)
Sets the event type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INVALIDATE
Constructor Detail |
---|
public PortletEvent()
public PortletEvent(int nType, int nPortletId, int nPageId)
nType
- the typenPortletId
- the portlet idnPageId
- the page idMethod Detail |
---|
public int getType()
public void setType(int nType)
nType
- event typepublic java.lang.Integer getPortletId()
public void setPortletId(int nPortletId)
nPortletId
- the portlet idpublic int getPageId()
public void setPageId(int nPageId)
nPageId
- the page id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |