コード例 #1
0
 @Override
 public void init(Context context, Properties initProps) {
   dataField = context.getEntityAttribute("dataField");
   encoding = context.getEntityAttribute("encoding");
   entityProcessor = (EntityProcessorWrapper) context.getEntityProcessor();
   /*no op*/
 }