railo.runtime.net.amf
Class ModernAMFCaster

java.lang.Object
  extended by railo.runtime.net.amf.ClassicAMFCaster
      extended by railo.runtime.net.amf.ModernAMFCaster
All Implemented Interfaces:
AMFCaster

public final class ModernAMFCaster
extends ClassicAMFCaster

Cast a CFML object to AMF Objects and the other way


Constructor Summary
ModernAMFCaster()
           
 
Method Summary
 void init(Map arguments)
           
 Object toAMFObject(Object cf)
          cast cfml Object to AMF Object
 
Methods inherited from class railo.runtime.net.amf.ClassicAMFCaster
toCFMLObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModernAMFCaster

public ModernAMFCaster()
Method Detail

init

public void init(Map arguments)
Specified by:
init in interface AMFCaster
Overrides:
init in class ClassicAMFCaster
See Also:
ClassicAMFCaster.init(java.util.Map)

toAMFObject

public Object toAMFObject(Object cf)
                   throws PageException
Description copied from interface: AMFCaster
cast cfml Object to AMF Object

Specified by:
toAMFObject in interface AMFCaster
Overrides:
toAMFObject in class ClassicAMFCaster
Throws:
PageException
See Also:
AMFCaster.toAMFObject(java.lang.Object)


Copyright © 2012 Railo