org.tigris.scarab.pipeline
Class FreshenUserValve
java.lang.Object
org.apache.turbine.pipeline.AbstractValve
org.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
|
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 |
XMIT_SCREENS
protected static final java.util.Map XMIT_SCREENS
FreshenUserValve
public FreshenUserValve()
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.