|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PipelineException in br.com.ibnetwork.guara.pipeline |
---|
Methods in br.com.ibnetwork.guara.pipeline that throw PipelineException | |
---|---|
void |
Pipeline.addValve(Valve valve)
|
void |
Pipeline.execute(RunData runData)
|
void |
Valve.forward(RunData data)
|
Valve |
Pipeline.getNextValve(Valve valve)
Null if last or not found |
Pipeline |
PipelineManager.getPipeline(java.lang.String name)
|
java.util.Map |
PipelineManager.getPipelineMap()
|
void |
Pipeline.removeValve(Valve valve)
|
Uses of PipelineException in br.com.ibnetwork.guara.pipeline.impl |
---|
Methods in br.com.ibnetwork.guara.pipeline.impl that throw PipelineException | |
---|---|
void |
PipelineImpl.addValve(Valve valve)
|
Valve |
PipelineImpl.getNextValve(Valve valve)
|
Pipeline |
PipelineManagerImpl.getPipeline(java.lang.String name)
|
java.util.Map |
PipelineManagerImpl.getPipelineMap()
|
void |
PipelineImpl.removeValve(Valve valve)
|
Uses of PipelineException in br.com.ibnetwork.guara.pipeline.valve |
---|
Methods in br.com.ibnetwork.guara.pipeline.valve that throw PipelineException | |
---|---|
protected boolean |
DelayValve.execute(RunData data)
|
protected boolean |
RedirectRequest.execute(RunData data)
|
boolean |
PrintValve.execute(RunData runData)
|
boolean |
CheckSecurityValve.execute(RunData runData)
|
protected abstract boolean |
ValveSupport.execute(RunData data)
|
void |
ValveSupport.forward(RunData data)
|
Uses of PipelineException in br.com.ibnetwork.guara.pipeline.valve.audit |
---|
Methods in br.com.ibnetwork.guara.pipeline.valve.audit that throw PipelineException | |
---|---|
boolean |
LogHeadersValve.execute(RunData data)
|
protected boolean |
StopProfiler.execute(RunData data)
|
boolean |
LogValve.execute(RunData runData)
|
protected boolean |
StartProfiler.execute(RunData data)
|
Uses of PipelineException in br.com.ibnetwork.guara.pipeline.valve.modules |
---|
Methods in br.com.ibnetwork.guara.pipeline.valve.modules that throw PipelineException | |
---|---|
boolean |
ModuleExecutorSupport.execute(RunData runData)
|
Uses of PipelineException in br.com.ibnetwork.guara.pipeline.valve.pull |
---|
Methods in br.com.ibnetwork.guara.pipeline.valve.pull that throw PipelineException | |
---|---|
boolean |
PopulateContextWithTools.execute(RunData runData)
|
Uses of PipelineException in br.com.ibnetwork.guara.pipeline.valve.view |
---|
Methods in br.com.ibnetwork.guara.pipeline.valve.view that throw PipelineException | |
---|---|
boolean |
RenderLayout.execute(RunData runData)
|
boolean |
PopulateContextWithConstants.execute(RunData data)
|
boolean |
WriteOutput.execute(RunData runData)
|
boolean |
RenderScreen.execute(RunData data)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |