org.apache.jetspeed.container.url.impl
Class PortalURLValveImpl

java.lang.Object
  extended by org.apache.jetspeed.pipeline.valve.AbstractValve
      extended by org.apache.jetspeed.container.url.impl.PortalURLValveImpl
All Implemented Interfaces:
Valve

public class PortalURLValveImpl
extends AbstractValve

Creates the PortalURL for the current Request

Version:
$Id: PortalURLValveImpl.java 588430 2007-10-26 00:08:07Z smilek $
Author:
Ate Douma

Constructor Summary
PortalURLValveImpl(NavigationalStateComponent navComponent)
           
 
Method Summary
 void invoke(RequestContext request, ValveContext context)
           
 java.lang.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
 

Constructor Detail

PortalURLValveImpl

public PortalURLValveImpl(NavigationalStateComponent navComponent)
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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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