|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AjaxFilter | |
|---|---|
| org.directwebremoting.extend | This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. |
| org.directwebremoting.filter | |
| org.directwebremoting.guice | This package provides support for Guice dependency injection in DWR-based web applications. |
| org.directwebremoting.hibernate | |
| org.directwebremoting.impl | |
| org.directwebremoting.spring | |
| Uses of AjaxFilter in org.directwebremoting.extend |
|---|
| Methods in org.directwebremoting.extend that return types with arguments of type AjaxFilter | |
|---|---|
java.util.List<AjaxFilter> |
AjaxFilterManager.getAjaxFilters(java.lang.String scriptName)
Retrieve the global and class-based AjaxFilters for a given class. |
| Methods in org.directwebremoting.extend with parameters of type AjaxFilter | |
|---|---|
void |
AjaxFilterManager.addAjaxFilter(AjaxFilter filter)
Add a global AjaxFilter |
void |
AjaxFilterManager.addAjaxFilter(AjaxFilter filter,
java.lang.String scriptName)
Add a class based AjaxFilter |
| Uses of AjaxFilter in org.directwebremoting.filter |
|---|
| Classes in org.directwebremoting.filter that implement AjaxFilter | |
|---|---|
class |
ActionTimeoutAjaxFilter
ScriptSessions are timed out based on total user activity, which
includes reverse ajax calls. |
class |
ExtraLatencyAjaxFilter
An example filter that delays responding to a query by a customizable time to simulate Internet latency. |
| Uses of AjaxFilter in org.directwebremoting.guice |
|---|
| Methods in org.directwebremoting.guice that return types with arguments of type AjaxFilter | |
|---|---|
java.util.List<AjaxFilter> |
InternalAjaxFilterManager.getAjaxFilters(java.lang.String scriptname)
|
| Methods in org.directwebremoting.guice with parameters of type AjaxFilter | |
|---|---|
void |
InternalAjaxFilterManager.addAjaxFilter(AjaxFilter filter)
|
void |
InternalAjaxFilterManager.addAjaxFilter(AjaxFilter filter,
java.lang.String scriptname)
|
| Uses of AjaxFilter in org.directwebremoting.hibernate |
|---|
| Classes in org.directwebremoting.hibernate that implement AjaxFilter | |
|---|---|
class |
H3SessionAjaxFilter
An AjaxFilter that uses DWR Hibernate support classes to do a
Session.beginTransaction() before passing the control on to the chain
and a Transaction.commit() after. |
| Uses of AjaxFilter in org.directwebremoting.impl |
|---|
| Methods in org.directwebremoting.impl that return types with arguments of type AjaxFilter | |
|---|---|
java.util.List<AjaxFilter> |
DefaultAjaxFilterManager.getAjaxFilters(java.lang.String scriptName)
|
| Methods in org.directwebremoting.impl with parameters of type AjaxFilter | |
|---|---|
void |
DefaultAjaxFilterManager.addAjaxFilter(AjaxFilter filter)
|
void |
DefaultAjaxFilterManager.addAjaxFilter(AjaxFilter filter,
java.lang.String scriptName)
|
| Uses of AjaxFilter in org.directwebremoting.spring |
|---|
| Methods in org.directwebremoting.spring with parameters of type AjaxFilter | |
|---|---|
void |
CreatorConfig.addFilter(AjaxFilter filter)
Convenience method for adding a filter. |
| Method parameters in org.directwebremoting.spring with type arguments of type AjaxFilter | |
|---|---|
void |
SpringConfigurator.setFilters(java.util.List<AjaxFilter> filters)
Sets the global AJAX filters. |
|
Copyright ยจ 2008 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||