Class AbstractValve
java.lang.Object
org.hippoecm.hst.container.valves.AbstractValve
- All Implemented Interfaces:
Valve
- Direct Known Subclasses:
AbstractOrderableValve
AbstractValve
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
Called by the container to indicate to a valve that the valve is being taken out of servicevoid
Initialize the valve before using in a pipeline.abstract void
invoke
(ValveContext context) Invoke this valve
-
Constructor Details
-
AbstractValve
public AbstractValve()
-
-
Method Details
-
invoke
Description copied from interface:Valve
Invoke this valve- Specified by:
invoke
in interfaceValve
- Throws:
ContainerException
-
initialize
Description copied from interface:Valve
Initialize the valve before using in a pipeline.- Specified by:
initialize
in interfaceValve
- Throws:
ContainerException
-
destroy
public void destroy()Description copied from interface:Valve
Called by the container to indicate to a valve that the valve is being taken out of service
-