public interface PortableRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
addCurrentSession(java.lang.String groupName)
All subsequently created views in the current session will be added to the specified group.
|
void |
removeCurrentSession(java.lang.String groupName)
Remove the current views from the specified group.
|
void |
render(java.lang.String group)
Render the specified group of sessions by performing the JavaServer Faces
execute and render lifecycle phases.
|
void |
render(java.lang.String group,
org.icefaces.application.PushOptions options)
Render message to the specified group of sessions but only to the clients
that have their blocking connection paused.
|
void render(java.lang.String group)
group - the group of sessions to be renderedvoid render(java.lang.String group,
org.icefaces.application.PushOptions options)
group - the group to renderoptions - the PushOptions to use during the rendervoid addCurrentSession(java.lang.String groupName)
groupName - the name of the group to add the current session tovoid removeCurrentSession(java.lang.String groupName)
groupName - the name of the group to remove the current view fromCopyright 2025 ICEsoft Technologies Canada Corp., All Rights Reserved.