패키지 | com.adobe.icomm.assetplacement.model |
클래스 | public class Resource |
상속 | Resource PackageElement Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Placement Building Block 9.5 |
런타임 버전: | AIR 1.0, Flash Player 9, Flash Player 10 |
속성 | 정의 주체 | ||
---|---|---|---|
altText : String [읽기 전용]
Alternative text (alt text) is used as a replacement for an image, whenever the image
cannot be seen. | Resource | ||
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
contentType : String [읽기 전용]
Identifies the content type of the the current resource. | Resource | ||
controller : String [읽기 전용]
Contains a reference to a controller element using an XML id. | Resource | ||
expiration : String [읽기 전용]
Specifies the expiration date of a given resource. | Resource | ||
namespace : String [읽기 전용]
The namespace for this element. | PackageElement | ||
source : String [읽기 전용]
Specifies a reference to an external file resource. | Resource | ||
targetURL : String [읽기 전용]
Specifies a reference to an external web page. | Resource | ||
xml : XML
The XML this object represents. | PackageElement |
메서드 | 정의 주체 | ||
---|---|---|---|
Resource()
Constructor. | Resource | ||
Retrieve an attribute of this element. | PackageElement | ||
Retrieve a child value of this element. | PackageElement | ||
Retrieve an attribute of this element's parent. | PackageElement | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Using the expiration attribute specified on the resource, this function calculates whether the resource
is expired based on the current date. | Resource | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
altText | 속성 |
altText:String
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Placement Building Block 9.5 |
런타임 버전: | AIR 1.0, Flash Player 9, Flash Player 10 |
Alternative text (alt text) is used as a replacement for an image, whenever the image cannot be seen. Every visible image should have alt text, unless the image is purely decorative, that is, it has no function and is used only for visual formatting or decoration. This text will also be used by screen readers.
구현
public function get altText():String
contentType | 속성 |
controller | 속성 |
controller:String
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Placement Building Block 9.5 |
런타임 버전: | AIR 1.0, Flash Player 9, Flash Player 10 |
Contains a reference to a controller element using an XML id. The controller element is the one that references this Resource at runtime.
구현
public function get controller():String
expiration | 속성 |
expiration:String
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Placement Building Block 9.5 |
런타임 버전: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the expiration date of a given resource. This date must be specified as YYYY-MM-DD. For example, 2009-12-12.
구현
public function get expiration():String
source | 속성 |
source:String
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Placement Building Block 9.5 |
런타임 버전: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies a reference to an external file resource. The set of supported URI schemes (e.g., http, ftp, repository, file) is implementation-defined.
구현
public function get source():String
targetURL | 속성 |
Resource | () | 생성자 |
public function Resource()
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Placement Building Block 9.5 |
런타임 버전: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
isExpired | () | 메서드 |
public function isExpired():Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Placement Building Block 9.5 |
런타임 버전: | AIR 1.0, Flash Player 9, Flash Player 10 |
Using the expiration attribute specified on the resource, this function calculates whether the resource is expired based on the current date.
반환값Boolean — True if the expiration data has passed as of the time of calling this function
and false otherwise
|
Tue Jun 12 2018, 03:17 PM Z