com.liferay.portlet.usergroupsadmin
Class UserGroupsAdminPortlet
java.lang.Object
javax.portlet.GenericPortlet
com.liferay.portal.kernel.portlet.LiferayPortlet
com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
com.liferay.portlet.usergroupsadmin.UserGroupsAdminPortlet
- All Implemented Interfaces:
- EventPortlet, Portlet, PortletConfig, ResourceServingPortlet
public class UserGroupsAdminPortlet
- extends MVCPortlet
| Fields inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet |
aboutTemplate, clearRequestParameters, configTemplate, copyRequestParameters, editDefaultsTemplate, editGuestTemplate, editTemplate, helpTemplate, previewTemplate, printTemplate, templatePath, viewTemplate |
| Methods inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet |
callActionMethod, callResourceMethod, checkPath, checkPermissions, destroy, doAbout, doConfig, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, getPath, hideDefaultErrorMessage, hideDefaultSuccessMessage, include, include, include, include, include, init, invokeTaglibDiscussion, invokeTaglibDiscussionPagination, processAction, serveResource |
| Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet |
addSuccessMessage, getActionMethod, getJSONContentType, getRedirect, getResourceMethod, getServletContext, getTitle, isAlwaysSendRedirect, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, sendRedirect, translate, translate, writeJSON, writeJSON |
| Methods inherited from class javax.portlet.GenericPortlet |
doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, init, processEvent, render |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupsAdminPortlet
public UserGroupsAdminPortlet()
deleteUserGroups
public void deleteUserGroups(ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Throws:
Exception
editUserGroup
public void editUserGroup(ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Throws:
Exception
editUserGroupAssignments
public void editUserGroupAssignments(ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Throws:
Exception
doDispatch
protected void doDispatch(RenderRequest renderRequest,
RenderResponse renderResponse)
throws IOException,
PortletException
- Overrides:
doDispatch in class MVCPortlet
- Throws:
IOException
PortletException
isSessionErrorException
protected boolean isSessionErrorException(Throwable cause)
- Overrides:
isSessionErrorException in class LiferayPortlet