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