패키지 | mx.managers |
클래스 | public class BrowserManager |
상속 | BrowserManager Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
document.location
property in JavaScript.
Events are dispatched when the url
property is changed.
Listeners can then respond, alter the URL, and/or block others
from getting the event.
To use the BrowserManager, you call the getInstance()
method to get the current
instance of the manager, and call methods and listen to
events on that manager. See the IBrowserManager class for the
methods, properties, and events to use.
기타 예제
Deep linking in sandboxed applications
Deep linking in multi-versioned applications
About deep linking
Using the BrowserManager
Setting the title of the HTML wrapper
Passing request data with URL fragments
Accessing information about the current URL
Deep linking in multi-versioned applications
About deep linking
Using the BrowserManager
Setting the title of the HTML wrapper
Passing request data with URL fragments
Accessing information about the current URL
관련 API 요소
공용 속성
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
[정적]
Returns the sole instance of this Singleton class;
creates it if it does not already exist. | BrowserManager | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
메서드 세부 정보
getInstance | () | 메서드 |
public static function getInstance():IBrowserManager
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns the sole instance of this Singleton class; creates it if it does not already exist.
반환값IBrowserManager — Returns the sole instance of this Singleton class;
creates it if it does not already exist.
|
Tue Jun 12 2018, 03:17 PM Z