com.liferay.portal.util
Class LayoutView

java.lang.Object
  extended bycom.liferay.portal.util.LayoutView
All Implemented Interfaces:
java.io.Serializable

public class LayoutView
extends java.lang.Object
implements java.io.Serializable

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
LayoutView()
           
LayoutView(java.util.List list, int depth)
           
 
Method Summary
 int getDepth()
           
 java.util.List getList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutView

public LayoutView()

LayoutView

public LayoutView(java.util.List list,
                  int depth)
Method Detail

getList

public java.util.List getList()

getDepth

public int getDepth()