org.apache.jetspeed.login.impl
Class LoginJSPViewValve

java.lang.Object
  extended by org.apache.jetspeed.pipeline.valve.AbstractValve
      extended by org.apache.jetspeed.login.impl.LoginJSPViewValve
All Implemented Interfaces:
LoginViewValve, Valve

public class LoginJSPViewValve
extends AbstractValve
implements LoginViewValve

LoginJSPViewValveImpl TODO: move this class into a new component?

Version:
$Id: LoginJSPViewValve.java 186726 2004-06-05 05:13:09Z shinsuke $
Author:
Shinsuke Sugaya

Constructor Summary
LoginJSPViewValve()
           
LoginJSPViewValve(java.lang.String templatePath)
           
 
Method Summary
 void invoke(RequestContext request, ValveContext context)
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.jetspeed.pipeline.valve.AbstractValve
initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.jetspeed.pipeline.valve.Valve
initialize
 

Constructor Detail

LoginJSPViewValve

public LoginJSPViewValve()

LoginJSPViewValve

public LoginJSPViewValve(java.lang.String templatePath)
Method Detail

invoke

public void invoke(RequestContext request,
                   ValveContext context)
            throws PipelineException
Specified by:
invoke in interface Valve
Specified by:
invoke in class AbstractValve
Throws:
PipelineException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.