Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.faces.component
Class _AttachedListStateWrapper  view _AttachedListStateWrapper download _AttachedListStateWrapper.java

java.lang.Object
  extended byjavax.faces.component._AttachedListStateWrapper
All Implemented Interfaces:
java.io.Serializable

class _AttachedListStateWrapper
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 225333 $ $Date: 2005-07-26 11:49:19 -0400 (Tue, 26 Jul 2005) $

Field Summary
private  java.util.List _wrappedStateList
           
private static long serialVersionUID
           
 
Constructor Summary
_AttachedListStateWrapper(java.util.List wrappedStateList)
           
 
Method Summary
 java.util.List getWrappedStateList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

_wrappedStateList

private java.util.List _wrappedStateList
Constructor Detail

_AttachedListStateWrapper

public _AttachedListStateWrapper(java.util.List wrappedStateList)
Method Detail

getWrappedStateList

public java.util.List getWrappedStateList()