railo.runtime.functions.string
Class RepeatString

java.lang.Object
  extended by railo.runtime.functions.string.RepeatString
All Implemented Interfaces:
Serializable, Function

public final class RepeatString
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
RepeatString()
           
 
Method Summary
static String _call(PageContext pc, String str, double count)
           
static String call(PageContext pc, String str, double count)
           
static StringBuffer call(StringBuffer sb, char c, double count)
           
static StringBuffer call(StringBuffer sb, String str, double count)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatString

public RepeatString()
Method Detail

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