Packageandromeda.ioc.io
Classpublic class ObjectResourceType

Convenience base class for resource implementations.



Public Constants
 ConstantDefined by
  ASSEMBLY : String = "assembly"
[static] The "assembly" resource type.
ObjectResourceType
  CONFIG : String = "config"
[static] The "config" resource type.
ObjectResourceType
  CONTEXT : String = "context"
[static] The "context" resource type.
ObjectResourceType
  FONT : String = "font"
[static] The "font" resource type.
ObjectResourceType
  I18N : String = "i18n"
[static] The "i18n" resource type.
ObjectResourceType
  STYLE : String = "style"
[static] The "style" resource type.
ObjectResourceType
  XML : String = "xml"
[static] The "xml" resource type.
ObjectResourceType
Constant detail
ASSEMBLYconstant
public static const ASSEMBLY:String = "assembly"

The "assembly" resource type.

CONFIGconstant 
public static const CONFIG:String = "config"

The "config" resource type.

CONTEXTconstant 
public static const CONTEXT:String = "context"

The "context" resource type.

FONTconstant 
public static const FONT:String = "font"

The "font" resource type.

I18Nconstant 
public static const I18N:String = "i18n"

The "i18n" resource type.

STYLEconstant 
public static const STYLE:String = "style"

The "style" resource type.

XMLconstant 
public static const XML:String = "xml"

The "xml" resource type.