org.apache.struts2.util
Interface IteratorGenerator.Converter

Enclosing class:
IteratorGenerator

public static interface IteratorGenerator.Converter

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


Method Summary
 Object convert(String token)
           
 

Method Detail

convert

Object convert(String token)
               throws Exception
Throws:
Exception


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.