org.exoplatform.frameworks.portletcontainer.portalframework.layout
Class LayoutItem

java.lang.Object
  extended by org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutItem
Direct Known Subclasses:
LayoutNode, LayoutPlt

public class LayoutItem
extends Object

Created by The eXo Platform SAS .

Version:
$Id: $
Author:
Roman Pedchenko

Field Summary
static String FOOTER
          Page footer.
static String HEADER
          Page header.
static String PAGES
          Page selector.
 
Constructor Summary
LayoutItem(String name)
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADER

public static final String HEADER
Page header.

See Also:
Constant Field Values

FOOTER

public static final String FOOTER
Page footer.

See Also:
Constant Field Values

PAGES

public static final String PAGES
Page selector.

See Also:
Constant Field Values
Constructor Detail

LayoutItem

public LayoutItem(String name)
Parameters:
name - item name
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set


Copyright © 2009 eXo Platform SAS. All Rights Reserved.