Uses of Interface
com.creamtec.ajaxswing.core.AgentRequestFilter

Packages that use AgentRequestFilter
com.creamtec.ajaxswing.core   
com.creamtec.ajaxswing.examples   
 

Uses of AgentRequestFilter in com.creamtec.ajaxswing.core
 

Classes in com.creamtec.ajaxswing.core that implement AgentRequestFilter
 class AbstractAgentRequestFilter
          Provides base implementation for AgentRequestFilter interface
 class AjaxSwingAgentRequestFilter
           
 

Methods in com.creamtec.ajaxswing.core that return AgentRequestFilter
 AgentRequestFilter AjaxSwingAgentRequestFilter.getDelegate()
           
 AgentRequestFilter ClientAgent.getRequestFilter()
          Returns request filter instance or null
 

Methods in com.creamtec.ajaxswing.core with parameters of type AgentRequestFilter
 void AjaxSwingAgentRequestFilter.setDelegate(AgentRequestFilter delegate)
           
 

Uses of AgentRequestFilter in com.creamtec.ajaxswing.examples
 

Classes in com.creamtec.ajaxswing.examples that implement AgentRequestFilter
 class AgentRequestFilterExample
          Demonstrates the usage of AgentRequestFilter interface to intercept standard AjaxSwing "resize" action and to modify the generated HTML pages.
 



Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.