org.weborganic.bastille.security
Class LoginGenerator

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

public final class LoginGenerator
extends Object
implements ContentGenerator

A generator to Login.

Since:
0.6.2

Constructor Summary
LoginGenerator()
           
 
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

LoginGenerator

public LoginGenerator()
Method Detail

process

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