org.apache.jetspeed.layout.impl
Class LayoutValve
java.lang.Object
org.apache.jetspeed.layout.impl.LayoutValve
- All Implemented Interfaces:
- org.apache.jetspeed.pipeline.valve.Valve
public class LayoutValve
- extends Object
- implements org.apache.jetspeed.pipeline.valve.Valve
Field Summary |
(package private) org.apache.jetspeed.ajax.AjaxRequestService |
ajaxService
|
Constructor Summary |
LayoutValve(org.apache.jetspeed.ajax.AjaxRequestService ajaxService)
|
Method Summary |
void |
initialize()
|
void |
invoke(org.apache.jetspeed.request.RequestContext requestContext,
org.apache.jetspeed.pipeline.valve.ValveContext valveContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ajaxService
org.apache.jetspeed.ajax.AjaxRequestService ajaxService
LayoutValve
public LayoutValve(org.apache.jetspeed.ajax.AjaxRequestService ajaxService)
initialize
public void initialize()
throws org.apache.jetspeed.pipeline.PipelineException
- Specified by:
initialize
in interface org.apache.jetspeed.pipeline.valve.Valve
- Throws:
org.apache.jetspeed.pipeline.PipelineException
invoke
public void invoke(org.apache.jetspeed.request.RequestContext requestContext,
org.apache.jetspeed.pipeline.valve.ValveContext valveContext)
throws org.apache.jetspeed.pipeline.PipelineException
- Specified by:
invoke
in interface org.apache.jetspeed.pipeline.valve.Valve
- Throws:
org.apache.jetspeed.pipeline.PipelineException
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.