edu.internet2.middleware.grouper.ui.tags
Class GroupBreadcrumbTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
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
GroupBreadcrumbTag
public GroupBreadcrumbTag()
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