Liferay 6.2-ce-ga5

com.liferay.portal.util
Class LayoutView

java.lang.Object
  extended by com.liferay.portal.util.LayoutView
All Implemented Interfaces:
Serializable

public class LayoutView
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LayoutView()
           
LayoutView(List<String> list, int depth)
           
 
Method Summary
 int getDepth()
           
 List<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(List<String> list,
                  int depth)
Method Detail

getDepth

public int getDepth()

getList

public List<String> getList()

Liferay 6.2-ce-ga5