net.sf.fridaymvc.sample.actions
Class Logout

java.lang.Object
  extended bynet.sf.fridaymvc.actions.AbstractAction
      extended bynet.sf.fridaymvc.sample.actions.Logout
All Implemented Interfaces:
net.sf.fridaymvc.actions.Action

public class Logout
extends net.sf.fridaymvc.actions.AbstractAction

Version:
$Id: Logout.java,v 1.2 2004/11/23 20:36:44 artsi Exp $
Author:
Arto Pastinen

Field Summary
 
Fields inherited from class net.sf.fridaymvc.actions.AbstractAction
attributes
 
Constructor Summary
Logout()
           
 
Method Summary
 void service()
           
 
Methods inherited from class net.sf.fridaymvc.actions.AbstractAction
getAttribute, getAttributesMap, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logout

public Logout()
Method Detail

service

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


Copyright © 2004 Friday MVC. All Rights Reserved.