| Package | org.springextensions.actionscript.puremvc.interfaces |
| SVN browsing | IIocConfigNameAware.as |
| Fisheye | IIocConfigNameAware.as |
| Interface | public interface IIocConfigNameAware |
| Subinterfaces | IIocCommand, IIocMediator, IIocProxy |
IIocProxy, IIocMediator and IIocFacade.
Setter method from this interface is intended to be used internally from ioc facade. It should not be used by clients.
Author: Damir Murat
Version: $Revision: 17 $, $Date: 2008-11-01 20:07:07 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.6
| Method | Defined by | ||
|---|---|---|---|
|
getConfigName():String
| IIocConfigNameAware | ||
|
setConfigName(p_proxyConfigName:String):void
This function should not be used by clients.
| IIocConfigNameAware | ||
| getConfigName | () | method |
public function getConfigName():String
Returns
String |
| setConfigName | () | method |
public function setConfigName(p_proxyConfigName:String):voidThis function should not be used by clients. It is invoked internally by ioc facade when appropriate.
Parametersp_proxyConfigName:String |