| Package | Description |
|---|---|
| com.sun.faces.util.copier |
| Modifier and Type | Class and Description |
|---|---|
class |
CloneCopier
Copier that copies an object using the
Cloneable 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Copier |
CopierUtils.getCopier(javax.faces.context.FacesContext context,
String copierType) |
Copyright © 2010–2018 JBoss by Red Hat. All rights reserved.