public final class RepeatString extends BIF
Constructor and Description |
---|
RepeatString() |
Modifier and Type | Method and Description |
---|---|
static String |
_call(PageContext pc,
String str,
double count) |
static String |
call(PageContext pc,
String str,
double count) |
static StringBuilder |
call(StringBuilder sb,
char c,
double count) |
static StringBuilder |
call(StringBuilder sb,
String str,
double count) |
Object |
invoke(PageContext pc,
Object[] args) |
public RepeatString()
public static String call(PageContext pc, String str, double count) throws ExpressionException
ExpressionException
public static String _call(PageContext pc, String str, double count) throws ExpressionException
ExpressionException
public static StringBuilder call(StringBuilder sb, String str, double count) throws ExpressionException
ExpressionException
public static StringBuilder call(StringBuilder sb, char c, double count) throws ExpressionException
ExpressionException
public Object invoke(PageContext pc, Object[] args) throws PageException
invoke
in class BIF
PageException
Copyright © 2015 Lucee