Uses of Interface
creamtec.webcream.core.AgentRequestFilter

Packages that use AgentRequestFilter
creamtec.webcream.core   
creamtec.webcream.examples   
 

Uses of AgentRequestFilter in creamtec.webcream.core
 

Classes in creamtec.webcream.core that implement AgentRequestFilter
 class WebCreamAgentRequestFilter
           
 

Methods in creamtec.webcream.core that return AgentRequestFilter
 AgentRequestFilter WebCreamAgentRequestFilter.getDelegate()
           
 AgentRequestFilter ClientAgent.getRequestFilter()
          Returns request filter instance or null
 

Methods in creamtec.webcream.core with parameters of type AgentRequestFilter
 void WebCreamAgentRequestFilter.setDelegate(AgentRequestFilter delegate)
           
 

Uses of AgentRequestFilter in creamtec.webcream.examples
 

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



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