com.liferay.portal.util
Class LayoutView

java.lang.Object
  extended by com.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<java.lang.String> list, int depth)
           
 
Method Summary
 int getDepth()
           
 java.util.List<java.lang.String> 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<java.lang.String> list,
                  int depth)
Method Detail

getList

public java.util.List<java.lang.String> getList()

getDepth

public int getDepth()