org.apache.cocoon.forms.datatype.convertor
Class DefaultFormatCache

java.lang.Object
  extended by org.apache.cocoon.forms.datatype.convertor.DefaultFormatCache
All Implemented Interfaces:
Convertor.FormatCache

public class DefaultFormatCache
extends Object
implements Convertor.FormatCache

Version:
$Id: DefaultFormatCache.java 449149 2006-09-23 03:58:05Z crossley $

Constructor Summary
DefaultFormatCache()
           
 
Method Summary
 Object get()
           
 void store(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFormatCache

public DefaultFormatCache()
Method Detail

get

public Object get()
Specified by:
get in interface Convertor.FormatCache

store

public void store(Object object)
Specified by:
store in interface Convertor.FormatCache


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.