MarkupLanguage

A markup language is used to denote a particular grouping of pages, based on a user specified markup language name. For example,pages grouped by markup language names like HTML, WML, VXML. When a request enters the web container, a client agent may have specified a markup language within the request header. The web container uses the markup language from the header to see if there are page list extensions specified within the servlets descriptor extensions.



Attributes Summary
name : StringThe name of the markup language.
mimeType : StringThe mimeType of the markup language.
errorPage : Page@ The error page to use for this markup language.
pages : Page * A list of pages grouped within the markup language.
defaultPage : Page@ The default page to use for this markup language.

Attribute Details

name    -    The name of the markup language.Examples: "HTML", "WML", "VXML"
     data type:  String
     default Value:   unspecified



mimeType    -    The mimeType of the markup language.Example: "text/html", "text/vnd.wap.wml","text/x-vxml"The web container will set the mime type in the HTTP response header, so that the client agent can determine the type of content.
     data type:  String
     default Value:   unspecified



errorPage    -    The error page to use for this markup language.
     data type: Page@



pages    -    A list of pages grouped within the markup language.
     data type: Page*



defaultPage    -    The default page to use for this markup language.
     data type: Page@


Copyright IBM Corp. 1996-2002