org.apache.jetspeed.ajax
Class AJAXValve
java.lang.Object
org.apache.jetspeed.pipeline.valve.AbstractValve
org.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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AJAXValve
public AJAXValve(org.apache.jetspeed.ajax.AJAXService service)
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.