|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.util.servlet.event.ServletActionListener
ilog.views.faces.dhtml.event.FacesViewActionListener
public abstract class FacesViewActionListener
This class defines the base JSF listener for event on view components.
| Constructor Summary | |
|---|---|
FacesViewActionListener()
Creates a new IlvFacesActionListener instance. |
|
FacesViewActionListener(int invocationContext)
Creates a new IlvFacesActionListener instance. |
|
| Method Summary | |
|---|---|
protected FacesContext |
getFacesContext()
Returns the current faces context. |
int |
getInvocationContext()
Returns the invocation context of this action. |
void |
processAction(ActionEvent event)
Delegates the event to ActionListener.actionPerformed(java.util.EventObject) method. |
void |
setInvocationContext(int invocationContext)
Sets the invocation context of this action. |
protected EventObject |
translateServletAction(EventObject event)
Translates a image servlet event into a JSF event. |
| Methods inherited from class ilog.views.util.servlet.event.ServletActionListener |
|---|
getActionName, getAdditionalParameters, isUpdateAll, setActionName, setAdditionalParameters, setUpdateAll |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ilog.views.util.servlet.event.ActionListener |
|---|
actionPerformed |
| Constructor Detail |
|---|
public FacesViewActionListener()
IlvFacesActionListener instance.
public FacesViewActionListener(int invocationContext)
IlvFacesActionListener instance.
invocationContext - The invocation context of this actionIlvDHTMLConstants.JSF_CONTEXT,
IlvDHTMLConstants.IMAGE_SERVLET_CONTEXT| Method Detail |
|---|
public int getInvocationContext()
IlvDHTMLConstants.JSF_CONTEXT,
IlvDHTMLConstants.IMAGE_SERVLET_CONTEXTpublic void setInvocationContext(int invocationContext)
invocationContext - The invocation context.IlvDHTMLConstants.JSF_CONTEXT,
IlvDHTMLConstants.IMAGE_SERVLET_CONTEXT
public void processAction(ActionEvent event)
throws AbortProcessingException
ActionListener.actionPerformed(java.util.EventObject) method.
AbortProcessingExceptionprotected FacesContext getFacesContext()
protected EventObject translateServletAction(EventObject event)
Translates a image servlet event into a JSF event.
In order to be used in a JSF context and in the image servlet context,
the event must be translated into an IlvFacesViewActionEvent.
event - The event to translate, if applicable.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||