Uses of Class
kr.co.hit.live.web.mapper.element.Table

Packages that use Table
kr.co.hit.live.web.mapper.element   
kr.co.hit.live.web.mapper.output.impl   
 

Uses of Table in kr.co.hit.live.web.mapper.element
 

Methods in kr.co.hit.live.web.mapper.element that return Table
 Table Output.getTable(int idx)
           
 Table Input.getTable(int idx)
           
 Table Table.replaceTable(String repeatRef)
          ${repeat_ref}를 주어진 repeatRef로 치환된 Table 객체를 생성하여 리턴한다.
 

Methods in kr.co.hit.live.web.mapper.element that return types with arguments of type Table
 Collection<Table> Table.getAllReplacedTables(Collection<String> refs)
          repeat_ref 대상 목록을 파라메터로 전달하면 Table 내의 ${repeat_ref}를 각 대상 이름으로 치환된 Table 객체들의 집합을 리턴한다.
 

Methods in kr.co.hit.live.web.mapper.element with parameters of type Table
 void Output.addTable(Table tbl)
           
 void Input.addTable(Table tbl)
           
 

Uses of Table in kr.co.hit.live.web.mapper.output.impl
 

Methods in kr.co.hit.live.web.mapper.output.impl with parameters of type Table
protected  void DelimeterResponseWriter.writeReplacedTable(Table replacedTable, ValueObjectAssembler voa, Writer out, Map<String,Format> formatMap, String rowSep, String colSep)
          table에 정의된 매핑대로 voa에 있는 값들을 Delimeter 방식으로 출력한다.
protected  void DelimeterResponseWriter.writeTable(Table table, ValueObjectAssembler voa, Writer out, String rowSep, String colSep, Map<String,Format> formatMap)
          table에 정의된 매핑대로 voa에 있는 값들을 출력한다.
 



Copyright © 2014. All Rights Reserved.