org.apache.jetspeed.capabilities.impl
Class CapabilityCustomizerValveImpl
java.lang.Object
org.apache.jetspeed.pipeline.valve.AbstractValve
org.apache.jetspeed.capabilities.impl.CapabilityCustomizerValveImpl
- All Implemented Interfaces:
- Valve
public class CapabilityCustomizerValveImpl
- extends AbstractValve
Invokes the capability customizer in the request pipeline
- Version:
- $Id: CapabilityCustomizerValveImpl.java 517719 2007-03-13 15:05:48Z ate $
- Author:
- Woonsan Ko
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CapabilityCustomizerValveImpl
public CapabilityCustomizerValveImpl(Capabilities capabilities,
java.util.Map clientToMediaTypeMap)
initialize
public void initialize()
throws PipelineException
- Initialize the valve before using in a pipeline.
- Specified by:
initialize
in interface Valve
- Overrides:
initialize
in class AbstractValve
- Throws:
PipelineException
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-2009 Apache Software Foundation. All Rights Reserved.