Package com.sun.faces.util.copier
Class CloneCopier
java.lang.Object
com.sun.faces.util.copier.CloneCopier
- All Implemented Interfaces:
Copier
public class CloneCopier extends Object implements Copier
Copier that copies an object using the
Cloneable
facility.- Since:
- 2.3
- Author:
- Arjan Tijms
-
Constructor Summary
Constructors Constructor Description CloneCopier()
-
Method Summary
-
Constructor Details
-
CloneCopier
public CloneCopier()
-
-
Method Details