Seam UI JSF2 support 2.3.0.Final-redhat-1

org.jboss.seam.ui.converter
Class AtomicLongConverter

java.lang.Object
  extended by org.jboss.seam.ui.converter.AtomicLongConverter
All Implemented Interfaces:
javax.faces.convert.Converter

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

Converter for java.util.concurrent.atomic.AtomicLong

Author:
Dennis Byrne

Constructor Summary
AtomicLongConverter()
           
 
Method Summary
 Object getAsObject(javax.faces.context.FacesContext ctx, javax.faces.component.UIComponent ui, String value)
           
 String getAsString(javax.faces.context.FacesContext ctx, javax.faces.component.UIComponent ui, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomicLongConverter

public AtomicLongConverter()
Method Detail

getAsObject

public Object getAsObject(javax.faces.context.FacesContext ctx,
                          javax.faces.component.UIComponent ui,
                          String value)
Specified by:
getAsObject in interface javax.faces.convert.Converter

getAsString

public String getAsString(javax.faces.context.FacesContext ctx,
                          javax.faces.component.UIComponent ui,
                          Object object)
Specified by:
getAsString in interface javax.faces.convert.Converter

Seam UI JSF2 support 2.3.0.Final-redhat-1

Copyright © 2012 Seam Framework. All Rights Reserved.