com.opensymphony.web
Interface ParameterConverter


public interface ParameterConverter

Interface to handler to convert a String into appropriate object.

Version:
1.1
Author:
Joe Walnes
See Also:
Parameters

Method Summary
 java.lang.Object convert(java.lang.String in)
          Convert parameter into appropriate object.
 

Method Detail

convert

public java.lang.Object convert(java.lang.String in)
Convert parameter into appropriate object.
Parameters:
in - Value of String from request.
Returns:
Converted object.

See www.opensymphony.com for more information.