org.apache.jetspeed.ajax
Class AJAXValve

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

public class AJAXValve
extends AbstractValve

This should eventually replace the AJAX ServletFilter.

Author:
Scott T. Weaver

Constructor Summary
AJAXValve(org.apache.jetspeed.ajax.AJAXService service)
           
 
Method Summary
 void invoke(org.apache.jetspeed.request.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
 

Constructor Detail

AJAXValve

public AJAXValve(org.apache.jetspeed.ajax.AJAXService service)
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


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