Tobago Core
Package Index
|
Class Index
org.apache.myfaces.tobago.ajax
org.apache.myfaces.tobago.application
org.apache.myfaces.tobago.component
org.apache.myfaces.tobago.config
org.apache.myfaces.tobago.context
org.apache.myfaces.tobago.convert
org.apache.myfaces.tobago.el
org.apache.myfaces.tobago.event
org.apache.myfaces.tobago.layout
org.apache.myfaces.tobago.model
org.apache.myfaces.tobago.renderkit
org.apache.myfaces.tobago.renderkit.css
org.apache.myfaces.tobago.renderkit.html
org.apache.myfaces.tobago.servlet
org.apache.myfaces.tobago.util
org.apache.myfaces.tobago.validator
org.apache.myfaces.tobago.webapp
Classes
AjaxUtils
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
AjaxUtils
extends
Object
java.lang.Object
↳
org.apache.myfaces.tobago.ajax.AjaxUtils
Summary
Public Constructors
AjaxUtils
()
Public Methods
static void
addAjaxComponent
(FacesContext facesContext,
String
clientId)
static void
addAjaxComponent
(FacesContext facesContext, UIComponent component)
static boolean
addUIMessagesToRenderedPartially
(FacesContext context)
static
Set
<
String
>
getRequestPartialIds
(FacesContext facesContext)
static boolean
isAjaxRequest
(FacesContext facesContext)
static boolean
redirect
(FacesContext facesContext,
String
url)
static void
redirect
(HttpServletResponse response,
String
url)
static void
removeAjaxComponent
(FacesContext facesContext,
String
clientId)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
Public Constructors
public
AjaxUtils
()
Public Methods
public static void
addAjaxComponent
(FacesContext facesContext,
String
clientId)
public static void
addAjaxComponent
(FacesContext facesContext, UIComponent component)
public static boolean
addUIMessagesToRenderedPartially
(FacesContext context)
Returns
true if a UIMessage component has added to renderedPartially
public static
Set
<
String
>
getRequestPartialIds
(FacesContext facesContext)
public static boolean
isAjaxRequest
(FacesContext facesContext)
public static boolean
redirect
(FacesContext facesContext,
String
url)
Throws
IOException
public static void
redirect
(HttpServletResponse response,
String
url)
Throws
IOException
public static void
removeAjaxComponent
(FacesContext facesContext,
String
clientId)