railo.runtime.functions.string
Class RepeatString
java.lang.Object
railo.runtime.functions.string.RepeatString
- All Implemented Interfaces:
- Serializable, Function
public final class RepeatString
- extends Object
- implements Function
- See Also:
- Serialized Form
RepeatString
public RepeatString()
call
public static String call(PageContext pc,
String str,
double count)
throws ExpressionException
- Throws:
ExpressionException
_call
public static String _call(PageContext pc,
String str,
double count)
throws ExpressionException
- Throws:
ExpressionException
call
public static StringBuffer call(StringBuffer sb,
String str,
double count)
throws ExpressionException
- Throws:
ExpressionException
call
public static StringBuffer call(StringBuffer sb,
char c,
double count)
throws ExpressionException
- Throws:
ExpressionException
Copyright © 2012 Railo