Liferay 6.2-ce-ga5

com.liferay.portal.theme
Class NavItem

java.lang.Object
  extended by com.liferay.portal.theme.NavItem
All Implemented Interfaces:
Serializable

public class NavItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NavItem(javax.servlet.http.HttpServletRequest request, Layout layout, Template template)
           
 
Method Summary
static List<NavItem> fromLayouts(javax.servlet.http.HttpServletRequest request, List<Layout> layouts, Template template)
           
 List<NavItem> getChildren()
           
 Layout getLayout()
           
 long getLayoutId()
           
 String getName()
           
 String getRegularFullURL()
           
 String getRegularURL()
           
 String getResetLayoutURL()
           
 String getResetMaxStateURL()
           
 String getTarget()
           
 String getTitle()
           
 String getUnescapedName()
           
 String getURL()
           
 boolean hasChildren()
           
 void icon()
           
 boolean isChildSelected()
           
 boolean isSelected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavItem

public NavItem(javax.servlet.http.HttpServletRequest request,
               Layout layout,
               Template template)
Method Detail

fromLayouts

public static List<NavItem> fromLayouts(javax.servlet.http.HttpServletRequest request,
                                        List<Layout> layouts,
                                        Template template)

getChildren

public List<NavItem> getChildren()
                          throws Exception
Throws:
Exception

getLayout

public Layout getLayout()

getLayoutId

public long getLayoutId()

getName

public String getName()

getRegularFullURL

public String getRegularFullURL()
                         throws Exception
Throws:
Exception

getRegularURL

public String getRegularURL()
                     throws Exception
Throws:
Exception

getResetLayoutURL

public String getResetLayoutURL()
                         throws Exception
Throws:
Exception

getResetMaxStateURL

public String getResetMaxStateURL()
                           throws Exception
Throws:
Exception

getTarget

public String getTarget()

getTitle

public String getTitle()

getUnescapedName

public String getUnescapedName()

getURL

public String getURL()
              throws Exception
Throws:
Exception

hasChildren

public boolean hasChildren()
                    throws Exception
Throws:
Exception

icon

public void icon()
          throws Exception
Throws:
Exception

isChildSelected

public boolean isChildSelected()
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

isSelected

public boolean isSelected()
                   throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5