com.livinglogic.struts.workflow
Class AddSessionAttributeCleanupAction.Cleanup

java.lang.Object
  extended bycom.livinglogic.struts.workflow.AddSessionAttributeCleanupAction.Cleanup
All Implemented Interfaces:
Serializable, WorkflowCleanup
Enclosing class:
AddSessionAttributeCleanupAction

public static class AddSessionAttributeCleanupAction.Cleanup
extends Object
implements WorkflowCleanup

The cleanup object,this action adds to the primary workflow

See Also:
Serialized Form

Constructor Summary
AddSessionAttributeCleanupAction.Cleanup(String attributeName)
           
 
Method Summary
 void cleanup(javax.servlet.http.HttpServletRequest request)
          Do what you want to do at workflow termination
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddSessionAttributeCleanupAction.Cleanup

public AddSessionAttributeCleanupAction.Cleanup(String attributeName)
Method Detail

cleanup

public void cleanup(javax.servlet.http.HttpServletRequest request)
Description copied from interface: WorkflowCleanup
Do what you want to do at workflow termination

Specified by:
cleanup in interface WorkflowCleanup
Parameters:
request - The servlet request we are processing


Copyright © 2004 Struts Workflow Extension Team. All Rights Reserved.