T
- the ManagedPortalObject
type held by this holder.public interface ManagedPortalObjectHolder<T extends ManagedPortalObject> extends PortalObjectHolder<T>
Serializable
object which holds a ManagedPortalObject
.
ManagedPortalObject
implementations are not generally Serializable
.
This means that references to them cannot be held on managed beans which are session scoped or page flow /
conversation scoped. The holder class provides a convenient way of holding a reference to a
ManagedPortalObject
on such managed beans.
The holder would normall by obtained by calling ManagedPortalObject.getHolder()
on
the instance of ManagedPortalObject
that you wish to hold.
get