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, sendAjaxRedirect
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
getApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isAjaxRequest, sendAjaxRedirect
public RichFacesAjaxHandler()
public RichFacesAjaxHandler(AbstractAjaxHandler delegate)
protected boolean isAjaxRequestInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
isAjaxRequestInternal
in class AbstractAjaxHandler
protected 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 AbstractAjaxHandler
java.io.IOException