Package | Description |
---|---|
de.innovationgate.wga.server.api.tml |
OpenWGA Server API interfaces for WebTML objects.
|
Modifier and Type | Method and Description |
---|---|
Portlet |
Portlet.child(String name)
Returns a child portlet of the given name
|
Portlet |
Context.getportlet()
Returns a portlet object for the current WebTML portlet
|
Portlet |
Portlet.getroot()
Retrieves the root portlet
|
Portlet |
Portlet.getsourceportlet(PortletEvent event)
Returns the portlet that threw a portlet event
|
Portlet |
Portlet.parent()
Returns the parent portlet.
|
Portlet |
Context.portletbypath(String path)
Retrieves a portlet by a portlet path expression
|
Modifier and Type | Method and Description |
---|---|
boolean |
Form.storeinportlet(Portlet portlet)
Stores the form data into the a portlet configuration
|