Sun Java System Portal Server 7.1 Technical Reference

Data Stage

At the Data stage, the robot has downloaded the content of the resource at the URL, and can access data about the content, such as the description, the author, and so on.

If the resource is an HTML file, the Robot parses the <META> tags in the HTML headers. Consequently, any data contained in <META> tags is available at the Data stage.

During the data phase, the following sources, shown in the following table are available to RAFs, in addition to those available during the MetaData phase.

Table 44–2 Sources Available to the RAFs at the Data Phase

Source 

Description 

Example 

content-charset 

Character set used by the resource 

 

content-encoding 

Any form of encoding 

 

content-length 

Size of the resource in bytes 

 

content-type 

MIME type of the resource 

text/html, image/jpeg 

expires 

Date the resource itself expires 

 

last-modified 

Date the resource was last modified 

 

data in <META> tags 

Any data that is provided in <META> tags in the header of HTML resources 

Author 

Description 

Keywords