org.weborganic.bastille.security
Class LogoutGenerator

java.lang.Object
  extended by org.weborganic.bastille.security.LogoutGenerator
All Implemented Interfaces:
ContentGenerator

public final class LogoutGenerator
extends Object
implements ContentGenerator

A generator to Logout.

Since:
0.6.2

Constructor Summary
LogoutGenerator()
           
 
Method Summary
 void process(ContentRequest req, XMLWriter xml)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutGenerator

public LogoutGenerator()
Method Detail

process

public void process(ContentRequest req,
                    XMLWriter xml)
             throws BerliozException,
                    IOException
Specified by:
process in interface ContentGenerator
Throws:
BerliozException
IOException