[sandbox.akabana]/trunk/yui-frameworks/yui-framework/src/main/flex/jp/akb7/yui/core/mixin/YuiFrameworkMixin.as
Parent Directory
|
Revision Log
|
Patch
| revision 1070 by e1arkw, Fri Mar 26 15:30:13 2010 JST | revision 1071 by e1arkw, Tue May 11 15:40:22 2010 JST | |
|---|---|---|
| # | Line 15 | Line 15 |
| 15 | */ | */ |
| 16 | package org.seasar.akabana.yui.framework.mixin | package org.seasar.akabana.yui.framework.mixin |
| 17 | { | { |
| 18 | CONFIG::FP10{ | |
| 19 | import __AS3__.vec.Vector; | |
| 20 | } | |
| 21 | import flash.events.Event; | import flash.events.Event; |
| 22 | import flash.net.registerClassAlias; | import flash.net.registerClassAlias; |
| 23 | ||
| # | Line 88 package org.seasar.akabana.yui.framework | Line 90 package org.seasar.akabana.yui.framework |
| 90 | ||
| 91 | protected static function initNamingConvention():void{ | protected static function initNamingConvention():void{ |
| 92 | var namingConvention:NamingConvention = _namingConventionClassFactory.newInstance() as NamingConvention; | var namingConvention:NamingConvention = _namingConventionClassFactory.newInstance() as NamingConvention; |
| 93 | CONFIG::FP9{ | |
| 94 | namingConvention.conventions = ResourceManager.getInstance().getStringArray("conventions","package"); | namingConvention.conventions = ResourceManager.getInstance().getStringArray("conventions","package"); |
| 95 | } | |
| 96 | CONFIG::FP10{ | |
| 97 | namingConvention.conventions = Vector.<String>(ResourceManager.getInstance().getStringArray("conventions","package")); | |
| 98 | } | |
| 99 | YuiFrameworkGlobals.yui_internal::namingConvention = namingConvention; | YuiFrameworkGlobals.yui_internal::namingConvention = namingConvention; |
| 100 | } | } |
| 101 |
|
||||||||
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

