org.apache.jetspeed.layout.impl
Class LayoutValve

java.lang.Object
  extended by org.apache.jetspeed.layout.impl.LayoutValve
All Implemented Interfaces:
Valve

public class LayoutValve
extends java.lang.Object
implements Valve


Constructor Summary
LayoutValve(AjaxRequestService ajaxService)
           
 
Method Summary
 void initialize()
          Initialize the valve before using in a pipeline.
 void invoke(RequestContext requestContext, ValveContext valveContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutValve

public LayoutValve(AjaxRequestService ajaxService)
Method Detail

initialize

public void initialize()
                throws PipelineException
Description copied from interface: Valve
Initialize the valve before using in a pipeline.

Specified by:
initialize in interface Valve
Throws:
PipelineException

invoke

public void invoke(RequestContext requestContext,
                   ValveContext valveContext)
            throws PipelineException
Specified by:
invoke in interface Valve
Throws:
PipelineException


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