org.gcube.portlets.user.td.gwtservice.shared.csv
Class AvailableCharsetList
java.lang.Object
org.gcube.portlets.user.td.gwtservice.shared.csv.AvailableCharsetList
- All Implemented Interfaces:
- Serializable
public class AvailableCharsetList
- extends Object
- implements Serializable
- Author:
- Federico De Faveri defaveri@isti.cnr.it
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
charsetList
protected ArrayList<String> charsetList
defaultCharset
protected String defaultCharset
AvailableCharsetList
protected AvailableCharsetList()
AvailableCharsetList
public AvailableCharsetList(ArrayList<String> charsetList,
String defaultCharset)
- Parameters:
charsetList - defaultCharset -
getCharsetList
public ArrayList<String> getCharsetList()
- Returns:
- the charsetList
getDefaultCharset
public String getDefaultCharset()
- Returns:
- the defaultCharset
Copyright © 2013. All Rights Reserved.