|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |