org.apache.myfaces.trinidadinternal.ui.laf.base
Interface MutableProperty

All Superinterfaces:
java.lang.Cloneable

public interface MutableProperty
extends java.lang.Cloneable

Interface that should be implemented on objects set as properties that need to be mutated. This is used by TryRenderer to clone the objects to protect changed values from 'escaping' out of the try block.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/laf/base/MutableProperty.java#0 $) $Date: 10-nov-2005.18:53:04 $
Author:
The Oracle ADF Faces Team

Method Summary
 java.lang.Object clone()
           
 

Method Detail

clone

java.lang.Object clone()


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.