org.sakaiproject.tool.assessment.jsf.convert
Class AnswerSurveyConverter

java.lang.Object
  extended by org.sakaiproject.tool.assessment.jsf.convert.AnswerSurveyConverter
All Implemented Interfaces:
javax.faces.convert.Converter

public class AnswerSurveyConverter
extends Object
implements javax.faces.convert.Converter


Constructor Summary
AnswerSurveyConverter()
           
 
Method Summary
 Object getAsObject(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1, String arg2)
           
 String getAsString(javax.faces.context.FacesContext arg0, javax.faces.component.UIComponent arg1, Object arg2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnswerSurveyConverter

public AnswerSurveyConverter()
Method Detail

getAsObject

public Object getAsObject(javax.faces.context.FacesContext arg0,
                          javax.faces.component.UIComponent arg1,
                          String arg2)
Specified by:
getAsObject in interface javax.faces.convert.Converter

getAsString

public String getAsString(javax.faces.context.FacesContext arg0,
                          javax.faces.component.UIComponent arg1,
                          Object arg2)
Specified by:
getAsString in interface javax.faces.convert.Converter


Copyright © 2005-2012 Sakai Project. All Rights Reserved.