Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress Servlet Development Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

6.8 Reading Initialization Parameters

The servlet container provides the initialization parameters for a servlet or filter within the configuration object the container passes to the init method. The configuration object provides agetInitParameter() function that takes a string name and returns the contents of the initialization parameter by that name. A filter uses the configuration object to access initialization parameters. A servlet uses the convenience functions provided by rwsf::GenericServlet to access initialization parameters directly.

The code sample below shows a servlet retrieving the initialization parameters from the servlet element shown in Section 4.2

If the instance definition does not contain an initialization parameter with the name provided, the getInitParameter() function returns an empty string.



Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.