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

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

public class DefaultFormatCache
extends Object
implements Convertor.FormatCache

Version:
$Id: DefaultFormatCache.html 1304280 2012-03-23 11:18:01Z ilgrosso $

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-2008 The Apache Software Foundation. All Rights Reserved.