com.ibm.ccd.ui.tags.element
Class AttributeCollectionTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by com.ibm.ccd.ui.tags.element.AttributeCollectionTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class AttributeCollectionTag
extends javax.servlet.jsp.tagext.BodyTagSupport

See Also:
Serialized Form

Field Summary
protected  java.lang.String imageURI
           
protected  java.lang.String locale
           
protected  java.util.Map map
           
protected  org.apache.jetspeed.portlet.PortletURI portletURI
           
protected  javax.servlet.http.HttpSession session
           
protected  java.lang.String updateMode
           
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
AttributeCollectionTag()
           
 
Method Summary
 int doEndTag()
           
 void doInitBody()
           
 int doStartTag()
           
 java.lang.String getImageURI()
           
 java.lang.String getLocale()
           
 java.util.Map getMap()
           
 org.apache.jetspeed.portlet.PortletURI getPortletURI()
           
 java.lang.String getUpdateMode()
           
 void resetGroupIndex()
           
 void setImageURI(java.lang.String string)
           
 void setLocale(java.lang.String locale)
           
 void setMap(java.util.Map map)
           
 void setPortletURI(org.apache.jetspeed.portlet.PortletURI portletURI)
           
 void setUpdateMode(java.lang.String string)
           
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

locale

protected java.lang.String locale

updateMode

protected java.lang.String updateMode

imageURI

protected java.lang.String imageURI

map

protected java.util.Map map

portletURI

protected org.apache.jetspeed.portlet.PortletURI portletURI

session

protected javax.servlet.http.HttpSession session
Constructor Detail

AttributeCollectionTag

public AttributeCollectionTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException
See Also:
BodyTagSupport.doStartTag()

doInitBody

public void doInitBody()
                throws javax.servlet.jsp.JspException
Specified by:
doInitBody in interface javax.servlet.jsp.tagext.BodyTag
Overrides:
doInitBody in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException
See Also:
BodyTagSupport.doInitBody()

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException
See Also:
BodyTagSupport.doEndTag()

getMap

public java.util.Map getMap()
Returns:
map

setMap

public void setMap(java.util.Map map)
Parameters:
map -

getLocale

public java.lang.String getLocale()
Returns:
string

setLocale

public void setLocale(java.lang.String locale)
Parameters:
locale -

getPortletURI

public org.apache.jetspeed.portlet.PortletURI getPortletURI()
Returns:
portletURI

setPortletURI

public void setPortletURI(org.apache.jetspeed.portlet.PortletURI portletURI)
Parameters:
portletURI -

getImageURI

public java.lang.String getImageURI()
Returns:
string

setImageURI

public void setImageURI(java.lang.String string)
Parameters:
string -

getUpdateMode

public java.lang.String getUpdateMode()
Returns:
string

setUpdateMode

public void setUpdateMode(java.lang.String string)
Parameters:
string -

resetGroupIndex

public void resetGroupIndex()