org.apache.jetspeed.aggregator
Class PortletValve

java.lang.Object
  extended byorg.apache.jetspeed.pipeline.valve.AbstractValve
      extended byorg.apache.jetspeed.aggregator.PortletValve
All Implemented Interfaces:
Valve

public class PortletValve
extends AbstractValve

PortletValve

Version:
$Id: PortletValve.java 187179 2004-08-02 19:00:34Z weaver $
Author:
David Sean Taylor

Field Summary
private  org.apache.jetspeed.aggregator.PortletAggregator aggregator
           
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
PortletValve(org.apache.jetspeed.aggregator.PortletAggregator aggregator)
           
 
Method Summary
 void invoke(org.apache.jetspeed.request.RequestContext request, 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
 

Field Detail

log

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

aggregator

private org.apache.jetspeed.aggregator.PortletAggregator aggregator
Constructor Detail

PortletValve

public PortletValve(org.apache.jetspeed.aggregator.PortletAggregator aggregator)
Method Detail

invoke

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

toString

public String toString()


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