The scope of a portlet initialization parameter is the portlet for which it’s specified, but if you need to create an initialization parameter that’s accessible to all portlets (and servlets) in a portlet application, you must use a servlet context initialization parameter. You can define servlet context initialization parameters in web.xml using <context-param> elements.
No comments:
Post a Comment