kr.co.hit.live.web.flex.io.type
Class FlexObject

java.lang.Object
  extended by kr.co.hit.live.web.flex.io.type.FlexObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArrayCollection, FlexMessage, ObjectProxy

public class FlexObject
extends Object
implements Serializable

Flex용 클래스들을 표현하기 위한 최상위 클래스이다.

Author:
김형도
See Also:
Serialized Form

Field Summary
protected  String className
           
protected static String FLEX_IO_PACKAGE_PREFIX
           
protected static String FLEX_MESSAGE_PACKAGE_PREFIX
          Flex에서 사용하는 메시지 클래스들의 패키지 명
protected static String LIVE_PACKAGE_PREFIX
          Live Framework에서 해당되는 클래스들의 패키지 명
 
Constructor Summary
FlexObject(String cname)
           
 
Method Summary
 String getClassName()
           
static Object instantiate(String flexClassname)
          flex의 패키지 명을 받아서 Live framework에서 상대되는 패키지 명으로 바꾸어 해당 객체를 생성한다.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FLEX_MESSAGE_PACKAGE_PREFIX

protected static final String FLEX_MESSAGE_PACKAGE_PREFIX
Flex에서 사용하는 메시지 클래스들의 패키지 명

See Also:
Constant Field Values

FLEX_IO_PACKAGE_PREFIX

protected static final String FLEX_IO_PACKAGE_PREFIX
See Also:
Constant Field Values

LIVE_PACKAGE_PREFIX

protected static final String LIVE_PACKAGE_PREFIX
Live Framework에서 해당되는 클래스들의 패키지 명

See Also:
Constant Field Values

className

protected String className
Constructor Detail

FlexObject

public FlexObject(String cname)
Method Detail

instantiate

public static Object instantiate(String flexClassname)
flex의 패키지 명을 받아서 Live framework에서 상대되는 패키지 명으로 바꾸어 해당 객체를 생성한다.

Parameters:
flexClassname -
Returns:

getClassName

public String getClassName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.