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 The name of the markup language. mimeType The mimeType of the markup language. errorPage The error page to use for this markup language. pages A list of pages grouped within the markup language. defaultPage 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