public interface AjaxCommand
| Modifier and Type | Method and Description |
|---|---|
void |
execute(javax.faces.context.FacesContext facesContext,
String expression,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Invokes the relevant method on the bean represented by the given
expression.
|
void execute(javax.faces.context.FacesContext facesContext,
String expression,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
facesContext - FacesContextexpression - The binding expressionrequest - The requestresponse - The responsejavax.servlet.ServletExceptionIOExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.