org.apache.pluto.portlet.admin.taglib
Class PortletSelectTag

java.lang.Object
  extended by TagSupport
      extended by org.apache.pluto.portlet.admin.taglib.PortletSelectTag

public class PortletSelectTag
extends TagSupport

Taglib that creates an HTML select control containing portlet names and values as defined in the PortletTO class.

Author:
Craig Doremus
See Also:
PortletTO

Field Summary
private  int column
           
private  java.util.Map portletMap
           
private  int row
           
 
Constructor Summary
PortletSelectTag()
           
 
Method Summary
 int doStartTag()
           
 void setColumn(int column)
           
 void setPortletMap(java.util.Map portletMap)
           
 void setRow(int row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portletMap

private java.util.Map portletMap

row

private int row

column

private int column
Constructor Detail

PortletSelectTag

public PortletSelectTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

setPortletMap

public void setPortletMap(java.util.Map portletMap)
Parameters:
portletMap - The portletMap to set.

setColumn

public void setColumn(int column)
Parameters:
column - The column to set.

setRow

public void setRow(int row)
Parameters:
row - The row to set.