org.apache.jetspeed.pipeline.descriptor
Interface ValveDescriptorApi


public interface ValveDescriptorApi


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

Method Detail

setClassName

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

Parameters:
s - the full package/class name used for the valve

getClassName

java.lang.String getClassName()
Returns:
the full package/class name used for the valve


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.