The DAF servlet pipeline includes a BrowserTyper component called /atg/dynamo/servlet/pipeline/BrowserTypes/WML that describes the wireless browsers that support WML. To determine if your application supports a particular browser, you can use this component to compare the USER_AGENT string in the request header returned from a browser against the WML component’s pattern property. Using this component is optional.

See the Request Handling with Servlet Pipelines chapter in this guide for information about how you can modify the WML BrowserType or create your own BrowserType components so that Dynamo can recognize other classes of browser. For example, you might want to create BrowserType components for individual brands of wireless devices.

 
loading table of contents...