Package | Description |
---|---|
de.innovationgate.wga.server.api.tml |
OpenWGA Server API interfaces for WebTML objects.
|
de.innovationgate.wgpublisher.webtml.portlet | |
de.innovationgate.wgpublisher.webtml.utils |
Utility objects for the WebTML runtime including facilities to build WebTML elements.
|
Modifier and Type | Method and Description |
---|---|
PortletEvent |
Context.createevent(java.lang.String name)
Creates a new PortletEvent object
|
Modifier and Type | Method and Description |
---|---|
void |
Portlet.fireevent(PortletEvent event)
Fires a portlet event
|
Portlet |
Portlet.getsourceportlet(PortletEvent event)
Returns the portlet that threw a portlet event
|
Modifier and Type | Field and Description |
---|---|
static PortletEvent |
PortletEvent.LOGIN_REQUIRED_EVENT |
static PortletEvent |
PortletEvent.SESSION_IS_NEW_EVENT |
Modifier and Type | Method and Description |
---|---|
void |
TMLPortlet.fireevent(PortletEvent event) |
TMLPortlet |
TMLPortlet.getsourceportlet(PortletEvent event) |
Modifier and Type | Method and Description |
---|---|
PortletEvent |
TMLContext.createevent(java.lang.String name) |
PortletEvent |
TMLContext.fetchRequestPortletEvent() |