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

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

public class LayoutHtmlTag
extends LayoutNode

Created by The eXo Platform SAS .

Version:
$Id: $
Author:
Roman Pedchenko

Field Summary
 
Fields inherited from class org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutItem
FOOTER, HEADER, PAGES
 
Constructor Summary
LayoutHtmlTag(String name, Map<String,String> attrs)
           
 
Method Summary
 Map<String,String> getAttrs()
           
 void setAttrs(Map<String,String> attrs)
           
 
Methods inherited from class org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutNode
addChild, getChildren, removeChild, setChildren
 
Methods inherited from class org.exoplatform.frameworks.portletcontainer.portalframework.layout.LayoutItem
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutHtmlTag

public LayoutHtmlTag(String name,
                     Map<String,String> attrs)
Method Detail

getAttrs

public Map<String,String> getAttrs()
Returns:
the attrs

setAttrs

public void setAttrs(Map<String,String> attrs)
Parameters:
attrs - the attrs to set


Copyright © 2009 eXo Platform SAS. All Rights Reserved.