패키지 | com.adobe.mosaic.om.interfaces |
인터페이스 | public interface IContextProvider |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
IContextProvider
interface provides a method for
retrieving context from nodes that support context in the DOM.
The context is specific to its accessor. For example, the mosaicApp.context is shared for the application, whereas the mosaicApp.parentView.context is shared for only the specific view.
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
context : IContext [읽기 전용]
Returns the context interface for the application. | IContextProvider |
속성 세부 정보
context | 속성 |
context:IContext
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
Returns the context interface for the application.
Note: The application context is seperate from the view context.
구현
public function get context():IContext
관련 API 요소
Tue Jun 12 2018, 03:17 PM Z