Uses of Class
org.apache.turbine.util.StringStackBuffer

Packages that use StringStackBuffer
org.apache.turbine.util Various utilities used in Turbine and for Turbine based applications. 
 

Uses of StringStackBuffer in org.apache.turbine.util
 

Methods in org.apache.turbine.util that return StringStackBuffer
 StringStackBuffer StringStackBuffer.add(java.lang.String s)
          Deprecated. Adds the String to the collection if it does not already contain it.
 StringStackBuffer StringStackBuffer.addAll(StringStackBuffer s)
          Deprecated. Adds all Strings in the given StringStackBuffer to the collection (skipping those it already contains)
 

Methods in org.apache.turbine.util with parameters of type StringStackBuffer
 StringStackBuffer StringStackBuffer.addAll(StringStackBuffer s)
          Deprecated. Adds all Strings in the given StringStackBuffer to the collection (skipping those it already contains)
 



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