<%@ page import="java.io.*, java.util.*"%> <%@ page language="java" contentType="text/html;charset=utf-8"%> <%@ page import="com.eactive.eai.common.property.PropGroupVO"%> <%@ page import="com.eactive.eai.common.property.PropManager"%> <% PropManager manager = PropManager.getInstance(); String[] alls = manager.getAllPropGroupNames(); String action = request.getParameter("actionType"); String selectedKey = request.getParameter("selectedKey"); if(selectedKey == null && alls.length>1) { selectedKey = alls[0]; } if ("reload".equals(action)){ manager.reload(selectedKey); }else if ("reloadAll".equals(action)){ manager.reload(); }else { ; } PropGroupVO vo = null; String[] keys = null; if(selectedKey!=null) { vo = manager.getPropGroupVO(selectedKey); keys = vo.keys(); } %> Property Manager

프라퍼티 관리

프라퍼티 그룹 :    
 

<% if(vo!=null) { for (int i=0; i <% } } %>
  Property Key      Property Value
  <%=keys[i]%> :