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, org.apache.jetspeed.pipeline.valve.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

Field Summary
private static String DEFAULT_TEMPLATE_PATH
           
private static org.apache.commons.logging.Log log
           
private  String templatePath
           
 
Constructor Summary
LoginJSPViewValve()
           
LoginJSPViewValve(String templatePath)
           
 
Method Summary
 void invoke(org.apache.jetspeed.request.RequestContext request, org.apache.jetspeed.pipeline.valve.ValveContext context)
           
 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
 

Field Detail

log

private static final org.apache.commons.logging.Log log

DEFAULT_TEMPLATE_PATH

private static final String DEFAULT_TEMPLATE_PATH
See Also:
Constant Field Values

templatePath

private String templatePath
Constructor Detail

LoginJSPViewValve

public LoginJSPViewValve()

LoginJSPViewValve

public LoginJSPViewValve(String templatePath)
Method Detail

invoke

public void invoke(org.apache.jetspeed.request.RequestContext request,
                   org.apache.jetspeed.pipeline.valve.ValveContext context)
            throws org.apache.jetspeed.pipeline.PipelineException
Specified by:
invoke in interface org.apache.jetspeed.pipeline.valve.Valve
Specified by:
invoke in class AbstractValve
Throws:
org.apache.jetspeed.pipeline.PipelineException

toString

public String toString()
Overrides:
toString in class Object


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