Uses of Interface
com.sun.faces.util.copier.Copier
Packages that use Copier
-
Uses of Copier in com.sun.faces.util.copier
Classes in com.sun.faces.util.copier that implement CopierModifier and TypeClassDescriptionclassCopier that copies an object using theCloneablefacility.classCopier that copies an object using its copy constructor.classCopier that copies an object trying a variety of strategies until one succeeds.classCopier that doesn't actually copy an object fully, but just returns a new instance of the same type.classCopier that copies an object by serializing and subsequently deserializing it again.Methods in com.sun.faces.util.copier that return CopierModifier and TypeMethodDescriptionstatic CopierCopierUtils.getCopier(FacesContext context, String copierType)