public class RichFacesAjaxHandler extends AbstractAjaxHandler implements AjaxHandler
AbstractAjaxHandler| Constructor and Description |
|---|
RichFacesAjaxHandler()
Create a RichFacesAjaxHandler that is not part of a chain of AjaxHandler's.
|
RichFacesAjaxHandler(AbstractAjaxHandler delegate)
Create a RichFacesAjaxHandler as part of a chain of AjaxHandler's.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isAjaxRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
sendAjaxRedirectInternal(java.lang.String targetUrl,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean popup) |
isAjaxRequest, sendAjaxRedirectgetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextgetApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAjaxRequest, sendAjaxRedirectpublic RichFacesAjaxHandler()
public RichFacesAjaxHandler(AbstractAjaxHandler delegate)
protected boolean isAjaxRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
isAjaxRequestInternal in class AbstractAjaxHandlerprotected void sendAjaxRedirectInternal(java.lang.String targetUrl,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean popup)
throws java.io.IOException
sendAjaxRedirectInternal in class AbstractAjaxHandlerjava.io.IOException