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

All Superinterfaces:
java.lang.Cloneable

Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.

@Deprecated
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 $

Method Summary
 java.lang.Object clone()
          Deprecated.  
 

Method Detail

clone

java.lang.Object clone()
Deprecated. 


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.