Uses of Interface
com.sun.faces.util.copier.Copier
Package | Description |
---|---|
com.sun.faces.util.copier |
-
Uses of Copier in com.sun.faces.util.copier
Classes in com.sun.faces.util.copier that implement Copier Modifier and Type Class Description class
CloneCopier
Copier that copies an object using theCloneable
facility.class
CopyCtorCopier
Copier that copies an object using its copy constructor.class
MultiStrategyCopier
Copier that copies an object trying a variety of strategies until one succeeds.class
NewInstanceCopier
Copier that doesn't actually copy an object fully, but just returns a new instance of the same type.class
SerializationCopier
Copier that copies an object by serializing and subsequently deserializing it again.Methods in com.sun.faces.util.copier that return Copier Modifier and Type Method Description static Copier
CopierUtils. getCopier(FacesContext context, String copierType)