org.apache.struts2.util
接口 IteratorGenerator.Converter

包容类:
IteratorGenerator

public static interface IteratorGenerator.Converter

Interface for converting each separated token into an Object of choice.


方法摘要
 Object convert(String token)
           
 

方法详细信息

convert

Object convert(String token)
               throws Exception
抛出:
Exception