org.apache.jetspeed.pipeline.descriptor
Interface ValveDescriptorApi


public interface ValveDescriptorApi


Method Summary
 String getClassName()
           
 void setClassName(String className)
          This is the full package/class name of the class used for the valve.
 

Method Detail

setClassName

public void setClassName(String className)
This is the full package/class name of the class used for the valve.


getClassName

public String getClassName()
Returns:
the full package/class name used for the valve


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