|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.op.PatternCaster
public final class PatternCaster
this Caster cast to types that are not CFML types, most are string that must match a specific pattern
Constructor Summary | |
---|---|
PatternCaster()
|
Method Summary | |
---|---|
static Object |
toCreditCard(String str)
|
static Object |
toCreditCard(String str,
String defaultValue)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternCaster()
Method Detail |
---|
public static Object toCreditCard(String str) throws PageException
PageException
public static Object toCreditCard(String str, String defaultValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |