org.apache.jetspeed.pipeline.valve.impl
Class VerySimpleLayoutValveImpl
java.lang.Object
org.apache.jetspeed.pipeline.valve.AbstractValve
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
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 |
VerySimpleLayoutValveImpl
public VerySimpleLayoutValveImpl()
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-2009 Apache Software Foundation. All Rights Reserved.