edu.internet2.middleware.grouper.ui.tags
Class GroupBreadcrumbTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by edu.internet2.middleware.grouper.ui.tags.GroupBreadcrumbTag
All Implemented Interfaces:
JspTag, SimpleTag

public class GroupBreadcrumbTag
extends SimpleTagSupport

shows the folders and group which is being looked at


Constructor Summary
GroupBreadcrumbTag()
           
 
Method Summary
 void doTag()
           
 String getGroupName()
          group name
 void setGroupName(String groupName1)
          group name
 void setLabel(String theLabel)
          Text in the label if not simpleMembershipUpdate.find.browse.here
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupBreadcrumbTag

public GroupBreadcrumbTag()
Method Detail

setLabel

public void setLabel(String theLabel)
Text in the label if not simpleMembershipUpdate.find.browse.here

Parameters:
theLabel -

doTag

public void doTag()
           throws JspException,
                  IOException
Specified by:
doTag in interface SimpleTag
Overrides:
doTag in class SimpleTagSupport
Throws:
JspException
IOException
See Also:
SimpleTagSupport.doTag()

getGroupName

public String getGroupName()
group name

Returns:
the groupName

setGroupName

public void setGroupName(String groupName1)
group name

Parameters:
groupName1 - the groupName to set