org.tigris.scarab.pipeline
Class FreshenUserValve

java.lang.Object
  extended byorg.apache.turbine.pipeline.AbstractValve
      extended byorg.tigris.scarab.pipeline.FreshenUserValve
All Implemented Interfaces:
org.apache.turbine.Valve

public class FreshenUserValve
extends org.apache.turbine.pipeline.AbstractValve

This valve clears any stale data out of the user due to aborted wizards.

Version:
$Id: FreshenUserValve.java 10301 2006-09-19 20:08:10Z jorgeuriarte $
Author:
John McNally

Field Summary
protected static java.util.Map XMIT_SCREENS
           
 
Constructor Summary
FreshenUserValve()
           
 
Method Summary
 void initialize()
           
 void invoke(org.apache.turbine.RunData data, org.apache.turbine.ValveContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XMIT_SCREENS

protected static final java.util.Map XMIT_SCREENS
Constructor Detail

FreshenUserValve

public FreshenUserValve()
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Throws:
java.lang.Exception

invoke

public void invoke(org.apache.turbine.RunData data,
                   org.apache.turbine.ValveContext context)
            throws java.io.IOException,
                   org.apache.turbine.TurbineException
Throws:
java.io.IOException
org.apache.turbine.TurbineException
See Also:
Valve.invoke(RunData, ValveContext)


Copyright © 2000-2004 Tigris.org. All Rights Reserved.