org.apache.jetspeed.profiler.impl
Class CreatePageValveImpl

java.lang.Object
  extended by org.apache.jetspeed.pipeline.valve.AbstractValve
      extended by org.apache.jetspeed.profiler.impl.CreatePageValveImpl
All Implemented Interfaces:
Valve

public class CreatePageValveImpl
extends AbstractValve
implements Valve

ProfilerValveImpl

Version:
$Id: ProfilerValveImpl.java 388733 2006-03-25 09:03:58Z rwatler $
Author:
David Sean Taylor

Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
CreatePageValveImpl(PortletActionSecurityBehavior behavior)
          CreatePageValveImpl - constructor
 
Method Summary
 void invoke(RequestContext request, ValveContext context)
           
 
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, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jetspeed.pipeline.valve.Valve
initialize
 

Field Detail

log

protected org.apache.commons.logging.Log log
Constructor Detail

CreatePageValveImpl

public CreatePageValveImpl(PortletActionSecurityBehavior behavior)
CreatePageValveImpl - constructor

Parameters:
securityBehavior - the behavior to create new page for new user
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


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