com.webmethods.caf.faces.convert
Class PrincipalAttributeValueSourceConverter

java.lang.Object
  extended by BaseConverter
      extended by com.webmethods.caf.faces.convert.PrincipalAttributeValueSourceConverter

public class PrincipalAttributeValueSourceConverter
extends BaseConverter

Converter for PrincipalAttributeValueSource object.

Since:
7.0

Constructor Summary
PrincipalAttributeValueSourceConverter()
           
 
Method Summary
 Object getAsObject(FacesContext facesContext, UIComponent component, String value)
           
 String getAsString(FacesContext facesContext, UIComponent component, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalAttributeValueSourceConverter

public PrincipalAttributeValueSourceConverter()
Method Detail

getAsObject

public Object getAsObject(FacesContext facesContext,
                          UIComponent component,
                          String value)

getAsString

public String getAsString(FacesContext facesContext,
                          UIComponent component,
                          Object value)