public final class Wrap extends BIF
Constructor and Description |
---|
Wrap() |
Modifier and Type | Method and Description |
---|---|
static String |
call(PageContext pc,
String string,
double limit) |
static String |
call(PageContext pc,
String string,
double limit,
boolean strip) |
Object |
invoke(PageContext pc,
Object[] args) |
static String |
wrap(String str,
int wrapTextLength)
wraps a String to specified length
|
public Wrap()
public static String call(PageContext pc, String string, double limit) throws ExpressionException
ExpressionException
public static String call(PageContext pc, String string, double limit, boolean strip) throws ExpressionException
ExpressionException
public static String wrap(String str, int wrapTextLength)
str
- string to erapwrapTextLength
- public Object invoke(PageContext pc, Object[] args) throws PageException
invoke
in class BIF
PageException
Copyright © 2015 Lucee