org.apache.jetspeed.pipeline.valve.impl
Class VerySimpleLayoutValveImpl

java.lang.Object
  extended by org.apache.jetspeed.pipeline.valve.AbstractValve
      extended by org.apache.jetspeed.pipeline.valve.impl.VerySimpleLayoutValveImpl
All Implemented Interfaces:
LayoutValve, Valve

public class VerySimpleLayoutValveImpl
extends AbstractValve
implements LayoutValve

VerySimpleLayoutValveImpl

Like the descriptions said this is a very simple layout valve and should not be used in production.

Version:
$Id: VerySimpleLayoutValveImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
Scott T. Weaver

Constructor Summary
VerySimpleLayoutValveImpl()
           
 
Method Summary
 void invoke(RequestContext request, ValveContext context)
           
 java.lang.String toString()
           
protected static void writeStackTrace(java.lang.StackTraceElement[] traceArray, java.io.PrintWriter pw)
           
 
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

VerySimpleLayoutValveImpl

public VerySimpleLayoutValveImpl()
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
See Also:
Valve.invoke(org.apache.jetspeed.request.RequestContext, org.apache.jetspeed.pipeline.valve.ValveContext)

toString

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

writeStackTrace

protected static final void writeStackTrace(java.lang.StackTraceElement[] traceArray,
                                            java.io.PrintWriter pw)


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