org.chorem.pollen.ui.actions
Class PollUriConverter

java.lang.Object
  extended by com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
      extended by org.apache.struts2.util.StrutsTypeConverter
          extended by org.chorem.pollen.ui.actions.PollUriConverter
All Implemented Interfaces:
com.opensymphony.xwork2.conversion.TypeConverter

public class PollUriConverter
extends org.apache.struts2.util.StrutsTypeConverter

Created: 27/03/12

Author:
fdesbois

Field Summary
 
Fields inherited from interface com.opensymphony.xwork2.conversion.TypeConverter
NO_CONVERSION_POSSIBLE, TYPE_CONVERTER_CONTEXT_KEY
 
Constructor Summary
PollUriConverter()
           
 
Method Summary
 org.chorem.pollen.bean.PollUri convertFromString(Map context, String[] values, Class toClass)
           
static org.chorem.pollen.bean.PollUri convertFromString(String[] values)
           
 String convertToString(Map context, Object o)
           
static PollUriConverter getInstance()
           
 
Methods inherited from class org.apache.struts2.util.StrutsTypeConverter
convertValue, performFallbackConversion
 
Methods inherited from class com.opensymphony.xwork2.conversion.impl.DefaultTypeConverter
bigDecValue, bigIntValue, booleanValue, convertValue, convertValue, doubleValue, enumValue, getTypeConverter, longValue, stringValue, stringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollUriConverter

public PollUriConverter()
Method Detail

getInstance

public static PollUriConverter getInstance()

convertFromString

public org.chorem.pollen.bean.PollUri convertFromString(Map context,
                                                        String[] values,
                                                        Class toClass)
Specified by:
convertFromString in class org.apache.struts2.util.StrutsTypeConverter

convertToString

public String convertToString(Map context,
                              Object o)
Specified by:
convertToString in class org.apache.struts2.util.StrutsTypeConverter

convertFromString

public static org.chorem.pollen.bean.PollUri convertFromString(String[] values)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.