org.apache.jetspeed.profiler.impl
Class CreatePageValveImpl
java.lang.Object
org.apache.jetspeed.pipeline.valve.AbstractValve
org.apache.jetspeed.profiler.impl.CreatePageValveImpl
- All Implemented Interfaces:
- org.apache.jetspeed.pipeline.valve.Valve
public class CreatePageValveImpl
- extends AbstractValve
- implements org.apache.jetspeed.pipeline.valve.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
|
private org.apache.jetspeed.layout.PortletActionSecurityBehavior |
securityBehavior
|
Constructor Summary |
CreatePageValveImpl(org.apache.jetspeed.layout.PortletActionSecurityBehavior behavior)
CreatePageValveImpl - constructor |
Method Summary |
void |
invoke(org.apache.jetspeed.request.RequestContext request,
org.apache.jetspeed.pipeline.valve.ValveContext context)
|
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 |
log
protected org.apache.commons.logging.Log log
securityBehavior
private org.apache.jetspeed.layout.PortletActionSecurityBehavior securityBehavior
CreatePageValveImpl
public CreatePageValveImpl(org.apache.jetspeed.layout.PortletActionSecurityBehavior behavior)
- CreatePageValveImpl - constructor
- Parameters:
securityBehavior
- the behavior to create new page for new user
invoke
public void invoke(org.apache.jetspeed.request.RequestContext request,
org.apache.jetspeed.pipeline.valve.ValveContext context)
throws org.apache.jetspeed.pipeline.PipelineException
- Specified by:
invoke
in interface org.apache.jetspeed.pipeline.valve.Valve
- Specified by:
invoke
in class AbstractValve
- Throws:
org.apache.jetspeed.pipeline.PipelineException
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.