Package org.apache.turbine.pipeline
Class XmlValve
- java.lang.Object
-
- org.apache.turbine.pipeline.XmlValve
-
public class XmlValve extends Object
A JAXB Class for holding the class name of a valve.- Author:
- Thomas Vandahl
-
-
Constructor Summary
Constructors Constructor Description XmlValve()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClazz()Get the class attributevoidsetClazz(String clazz)Set the class attribute
-