|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
org.jboss.portal.theme.tag.RegionTagHandler
Tag handler for the region tag.
A region represents a subsection of a portal page. A region can host several portlets. The portlets can be arranged horizontally or vertically. The region tag utilizes a render set to create the markup around the individual portlets.
PortalRenderSet
,
RendererFactory
Constructor Summary | |
RegionTagHandler()
|
Method Summary | |
void |
doTag()
create the markup of this tag |
void |
setOrientation(java.lang.String orientation)
Attribute handler for the orientation attribute of this tag |
void |
setRegionID(java.lang.String regionID)
Attribute handler for the region id attribute of this tag |
void |
setRegionName(java.lang.String regionName)
Attribute handler for the region name attribute of this tag |
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RegionTagHandler()
Method Detail |
public void doTag() throws javax.servlet.jsp.JspException, java.io.IOException
javax.servlet.jsp.JspException
java.io.IOException
public void setOrientation(java.lang.String orientation)
orientation
- the orientation attribute value set in the hosting jsppublic void setRegionName(java.lang.String regionName)
regionName
- the name of the region this tag should render the markup forpublic void setRegionID(java.lang.String regionID)
regionID
- the id attribute value to set for this tag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |