com.satline.faces.converter
Class ExpressionConverter

java.lang.Object
  extended by com.satline.faces.converter.ExpressionConverter
All Implemented Interfaces:
javax.faces.convert.Converter

public class ExpressionConverter
extends java.lang.Object
implements javax.faces.convert.Converter

Author:
tomas

Field Summary
static java.lang.String MULTILINE
           
 
Constructor Summary
ExpressionConverter()
           
 
Method Summary
 java.lang.Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String value)
           
 java.lang.String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.Object value)
           
protected  java.util.Locale getLocale()
           
protected  int getOptions(javax.faces.component.UIComponent component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULTILINE

public static final java.lang.String MULTILINE
See Also:
Constant Field Values
Constructor Detail

ExpressionConverter

public ExpressionConverter()
Method Detail

getLocale

protected java.util.Locale getLocale()
Returns:
Returns the locale.

getOptions

protected int getOptions(javax.faces.component.UIComponent component)

getAsObject

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

getAsString

public java.lang.String getAsString(javax.faces.context.FacesContext context,
                                    javax.faces.component.UIComponent component,
                                    java.lang.Object value)
Specified by:
getAsString in interface javax.faces.convert.Converter


Copyright © 2007 null. All Rights Reserved.