|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.Action
edu.internet2.middleware.grouper.ui.actions.LowLevelGrouperCapableAction
edu.internet2.middleware.grouper.ui.actions.GrouperCapableAction
edu.internet2.middleware.grouper.ui.actions.PopulateChainsAction
public class PopulateChainsAction
Top level Struts Action which shows all the ways in which a member is a member of a group - used so users can follow effective memberships.
Request Parameter | Direction | Description |
asMemberOf |
IN | Identifies group which is focus of action |
subjectId |
IN | Identifies the Subject we are viewing chains for |
subjectType |
IN | Identifies the type of the Subject we are viewing chains for |
groupId |
IN | Identifiesgroup which is focus of action |
listField |
IN | Identifies list field we are interested in |
Request Attribute | Direction | Description |
subtitle | OUT | subtitle:
text derived from groups.action.show-members key in nav ResourceBundle |
chainPaths | OUT | List of objects representing the chains |
browseParent | OUT | The current group we are showing chains for |
composite | OUT | If the group has a composite member, make the Composite available as a Map |
subject | OUT | The subject we are showing chains for |
requestParams | OUT | request.getParameterMap |
linkParams | OUT | Empty Map for use in templates to build parameters for a link |
groupMemberParams | OUT | Map with parameters for link to populateGroupMember. Allows direct assignment of privileges to the subject |
privs | OUT | Set of directly assigned privileges for the subject on this group |
privsSize | OUT | Number of items in privs |
Session Attribute | Direction | Description |
findForNode | IN | Identifies group which is focus of action |
Strut's Action Parameter | Direction | Description |
Field Summary |
---|
Fields inherited from class edu.internet2.middleware.grouper.ui.actions.GrouperCapableAction |
---|
HIER_DELIM |
Constructor Summary | |
---|---|
PopulateChainsAction()
|
Method Summary | |
---|---|
ActionForward |
grouperExecute(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response,
HttpSession session,
GrouperSession grouperSession)
Action specific - must be implemented by all subclasses |
Methods inherited from class edu.internet2.middleware.grouper.ui.actions.GrouperCapableAction |
---|
clearCallerPageHistory, execute, getCallerPageData, getPageSize, grouperTransactionExecute, restoreDynaFormBean, saveAsCallerPage, saveAsCallerPage, saveDynaFormBean, setAdvancedSearchMode |
Methods inherited from class edu.internet2.middleware.grouper.ui.actions.LowLevelGrouperCapableAction |
---|
findAttribute, getAdvancedSearchMode, getBrowseMode, getBrowseNode, getCookie, getCurrentGroupOrStem, getDefaultRootStemName, getExceptionHelper, getLinkBrowseMode, getTilesAttributes, isEmpty, readDebugPrefs, saveDebugPrefs, setBrowseMode, setBrowseNode, sort |
Methods inherited from class org.apache.struts.action.Action |
---|
execute, getServlet, setServlet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PopulateChainsAction()
Method Detail |
---|
public ActionForward grouperExecute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, HttpSession session, GrouperSession grouperSession) throws Exception
GrouperCapableAction
grouperExecute
in class GrouperCapableAction
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |