railo.runtime.op
Class PatternCaster

java.lang.Object
  extended by railo.runtime.op.PatternCaster

public final class PatternCaster
extends Object

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

PatternCaster

public PatternCaster()
Method Detail

toCreditCard

public static Object toCreditCard(String str)
                           throws PageException
Throws:
PageException

toCreditCard

public static Object toCreditCard(String str,
                                  String defaultValue)


Copyright © 2012 Railo