org.apache.myfaces.orchestra.flow
Class NullFlowTypeConverter

java.lang.Object
  extended by org.apache.myfaces.orchestra.flow.NullFlowTypeConverter
All Implemented Interfaces:
Serializable, FlowTypeConverter

public class NullFlowTypeConverter
extends Object
implements FlowTypeConverter, Serializable

An implementation of the FlowTypeConverter interface that just passes the object through unmodified. This can be used when a FlowTypeConverter object is required, but no actual conversion needs to be done.

See Also:
Serialized Form

Constructor Summary
NullFlowTypeConverter()
           
 
Method Summary
 Object convert(Object in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullFlowTypeConverter

public NullFlowTypeConverter()
Method Detail

convert

public Object convert(Object in)
Specified by:
convert in interface FlowTypeConverter


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.