刘政道 - 应用程序框架

《31天学会CRM项目开发(C#编程入门及项目实战)》作者,IT经理,程序员
  博客园  :: 新随笔  :: 联系 :: 管理

How to set context param in web.xml

Posted on 2009-10-10 08:29  刘政道  阅读(144)  评论(0编辑  收藏  举报
1 <context-param>
2 <param-name>siteName</param-name>
3 <param-value>CeapetSoft</param-value>
4 </context-param>


1 FacesContext.getCurrentInstance().getExternalContext().getInitParameter("siteName")