org.apache.myfaces.convert
Class StringArrayConverter
java.lang.Object
org.apache.myfaces.convert.StringArrayConverter
- Converter
public class StringArrayConverter
extends java.lang.Object
implements Converter
$Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $- Thomas Spiegl (latest modification by $Author: matze $)
Object | getAsObject(FacesContext context, UIComponent component, String value)
|
String | getAsString(FacesContext context, UIComponent component, Object value)
|
static String | getAsString(String[] strings, boolean escapeCommas)
|
getAsObject
public Object getAsObject(FacesContext context,
UIComponent component,
String value)
throws ConverterException
getAsString
public String getAsString(FacesContext context,
UIComponent component,
Object value)
throws ConverterException
getAsString
public static String getAsString(String[] strings,
boolean escapeCommas)