Uses of Interface
br.com.ibnetwork.guara.pipeline.Valve

Packages that use Valve
br.com.ibnetwork.guara.pipeline   
br.com.ibnetwork.guara.pipeline.impl   
br.com.ibnetwork.guara.pipeline.valve   
br.com.ibnetwork.guara.pipeline.valve.audit   
br.com.ibnetwork.guara.pipeline.valve.modules   
br.com.ibnetwork.guara.pipeline.valve.pull   
br.com.ibnetwork.guara.pipeline.valve.view   
 

Uses of Valve in br.com.ibnetwork.guara.pipeline
 

Methods in br.com.ibnetwork.guara.pipeline that return Valve
 Valve Pipeline.getNextValve(Valve valve)
          Null if last or not found
 Valve Pipeline.getValveByName(java.lang.String valveName)
          Null if not found
 Valve[] Pipeline.getValves()
           
 

Methods in br.com.ibnetwork.guara.pipeline with parameters of type Valve
 void Pipeline.addValve(Valve valve)
           
 Valve Pipeline.getNextValve(Valve valve)
          Null if last or not found
 void Pipeline.removeValve(Valve valve)
           
 

Uses of Valve in br.com.ibnetwork.guara.pipeline.impl
 

Methods in br.com.ibnetwork.guara.pipeline.impl that return Valve
 Valve PipelineImpl.getNextValve(Valve valve)
           
 Valve PipelineImpl.getValveByName(java.lang.String valveName)
           
 Valve[] PipelineImpl.getValves()
           
 

Methods in br.com.ibnetwork.guara.pipeline.impl with parameters of type Valve
 void PipelineImpl.addValve(Valve valve)
           
 Valve PipelineImpl.getNextValve(Valve valve)
           
 void PipelineImpl.removeValve(Valve valve)
           
 

Uses of Valve in br.com.ibnetwork.guara.pipeline.valve
 

Classes in br.com.ibnetwork.guara.pipeline.valve that implement Valve
 class CheckSecurityValve
           
 class DelayValve
           
 class PrintValve
           
 class RedirectRequest
           
 class ValveSupport
           
 

Uses of Valve in br.com.ibnetwork.guara.pipeline.valve.audit
 

Classes in br.com.ibnetwork.guara.pipeline.valve.audit that implement Valve
 class LogHeadersValve
           
 class LogValve
           
 class StartProfiler
           
 class StopProfiler
           
 

Uses of Valve in br.com.ibnetwork.guara.pipeline.valve.modules
 

Classes in br.com.ibnetwork.guara.pipeline.valve.modules that implement Valve
 class ActionExecutor
           
 class ModuleExecutorSupport
           
 class ScreenExecutor
           
 

Uses of Valve in br.com.ibnetwork.guara.pipeline.valve.pull
 

Classes in br.com.ibnetwork.guara.pipeline.valve.pull that implement Valve
 class PopulateContextWithTools
           
 

Uses of Valve in br.com.ibnetwork.guara.pipeline.valve.view
 

Classes in br.com.ibnetwork.guara.pipeline.valve.view that implement Valve
 class PopulateContextWithConstants
           
 class RenderLayout
           
 class RenderScreen
           
 class WriteOutput
           
 



Copyright © 1999-2006 InterBusiness Technologies. All Rights Reserved.