org.apache.jetspeed.ajax
Class AJAXValve

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

public class AJAXValve
extends AbstractValve

This should eventually replace the AJAX ServletFilter.

Author:
Scott T. Weaver

Field Summary
private  org.apache.jetspeed.ajax.AJAXService ajaxService
           
private  org.apache.jetspeed.layout.PortletActionSecurityBehavior securityBehavior
           
 
Constructor Summary
AJAXValve(org.apache.jetspeed.ajax.AJAXService service, org.apache.jetspeed.layout.PortletActionSecurityBehavior securityBehavior)
           
 
Method Summary
 void invoke(org.apache.jetspeed.request.RequestContext request, org.apache.jetspeed.pipeline.valve.ValveContext context)
           
 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
 

Field Detail

ajaxService

private org.apache.jetspeed.ajax.AJAXService ajaxService

securityBehavior

private org.apache.jetspeed.layout.PortletActionSecurityBehavior securityBehavior
Constructor Detail

AJAXValve

public AJAXValve(org.apache.jetspeed.ajax.AJAXService service,
                 org.apache.jetspeed.layout.PortletActionSecurityBehavior securityBehavior)
Method Detail

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

toString

public String toString()
Overrides:
toString in class Object


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