| Package | org.pranaframework.puremvc.interfaces |
| 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: 736 $, $Date: 2008-06-05 10:18:48 +0200 (Thu, 05 Jun 2008) $, $Author: dmurat1 $
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 |