kr.co.hit.live.web.flex.io.type
Class FlexObject
java.lang.Object
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
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
FlexObject
public FlexObject(String cname)
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.