|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.faces.graph.dhtml.event.IltFacesGraphInteractorServerActionListener
public abstract class IltFacesGraphInteractorServerActionListener
IltFacesGraphInteractorServerActionListener implements a server
action listener that binds client-side interactions with the
IltFacesGraphInteractor faces component.
It is executed outside of the JSF life cycle, when the invocation
context of the interactor is set to IMAGE_SERVLET_CONTEXT.
This means that the interactor is communicating directly with the image
generation servlet, and bypassing the JSF life cycle.
This listener translates the server event into an
ActionEvent object, then invokes the appropriate
actionListener method binding.
IltFacesGraphInteractor| Field Summary | |
|---|---|
static String |
ACTION_NAME
|
| Constructor Summary | |
|---|---|
protected |
IltFacesGraphInteractorServerActionListener()
Creates a new IltFacesGraphInteractorServerActionListener instance. |
| Method Summary | |
|---|---|
void |
actionPerformed(ServerActionEvent event)
Translates the server action into an ActionEvent object, then
invokes the appropriate listener to process the user interaction. |
protected abstract IlvFacesView |
createFakeView()
Returns the fake faces view component used in the mock action event. |
protected FacesContext |
getFacesContext(javax.servlet.http.HttpServletRequest request)
Returns the faces context that will be used to resolve the action listener method binding. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ACTION_NAME
| Constructor Detail |
|---|
protected IltFacesGraphInteractorServerActionListener()
IltFacesGraphInteractorServerActionListener instance.
| Method Detail |
|---|
public void actionPerformed(ServerActionEvent event)
throws javax.servlet.ServletException
ActionEvent object, then
invokes the appropriate listener to process the user interaction.
actionPerformed in interface ServerActionListenerevent - The server event containing client-side interaction data.
javax.servlet.ServletException - if there is a problem processing event.ServerActionListener.actionPerformed(ilog.views.servlet.ServerActionEvent)protected abstract IlvFacesView createFakeView()
protected FacesContext getFacesContext(javax.servlet.http.HttpServletRequest request)
request - The servlet request.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||