br.com.ibnetwork.guara.pipeline
Interface Valve

All Known Implementing Classes:
ActionExecutor, CheckSecurityValve, DelayValve, LogHeadersValve, LogValve, ModuleExecutorSupport, PopulateContextWithConstants, PopulateContextWithTools, PrintValve, RedirectRequest, RenderLayout, RenderScreen, ScreenExecutor, StartProfiler, StopProfiler, ValveSupport, WriteOutput

public interface Valve

Author:
leandro

Method Summary
 void forward(RunData data)
           
 java.lang.String getName()
           
 Pipeline getPipeline()
           
 void setName(java.lang.String name)
           
 void setPipeline(Pipeline pipeline)
           
 

Method Detail

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getPipeline

Pipeline getPipeline()

setPipeline

void setPipeline(Pipeline pipeline)

forward

void forward(RunData data)
             throws PipelineException
Throws:
PipelineException


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