<%@ page import="java.io.*, java.util.*"%> <%@ page language="java" contentType="text/html;charset=utf-8"%> <%@ page import="com.eactive.eai.common.b2bextractor.B2BExtractManager"%> <%@ page import="com.eactive.eai.common.b2bextractor.B2BExtractVO"%> <%@ page import="java.util.HashMap"%> <%! /** *
	* 문자열을 받아서 널이면 제로스트링을, 아니면 트림된 문자열을 리턴.
	* 
* @param String 변환 대상 * @return 'String' */ public static String checkNull( String str ) { String sResult = new String(); if ( str == null ) { sResult = ""; } else { sResult = str.trim(); } return sResult; } %> <% B2BExtractManager manager = B2BExtractManager.getInstance(); String[] alls = manager.getAllKeyNames(); String action = request.getParameter("actionType"); String selectedKey = request.getParameter("selectedKey"); int seq = 1; if(selectedKey == null && alls.length>=1) { selectedKey = alls[0]; } if ("reload".equals(action)){ // 마지막 제거 manager.reload(selectedKey.substring(0,selectedKey.length()-1)); }else if ("reloadAll".equals(action)){ manager.reload(); }else { ; } B2BExtractVO vo = null; if(selectedKey!=null) { vo = manager.getB2BExtract(selectedKey); } %> B2BExtractManager

라우팅 필드추출 정보 관리

IF서비스코드+IF서비스처리번호 :    
IF서비스코드 :    
IF서비스처리번호 :    

<% if(vo != null ){ %> <% } %>
  내용  
  IF서비스코드 :    
  IF서비스 처리번호 :    
  기관코드추출 CLASS :    
  어댑터라우팅추출 CLASS :