Liferay Control Panel Search user Analysis

Source: Internet
Author: User
Tags definition

In the Liferay Control Panel, when you click the search user in the user panel:

The requests sent to the server are as follows:

Based on the configuration in Struts-config.xml, we find forward that match struts-action to/user_admin/view_users:

<action path= "/users_admin/view_users" forward= "Portlet.users_admin.view"/>

Then go to tiles-def.xml and find the page that matches forward for Portlet.users_admin.view:

<definition name= "Portlet.users_admin.view" extends= "Portlet.users_admin" > 
        <put name= "portlet_" Content "value="/portlet/users_admin/view.jsp "/> 
    </definition>

So, we found the page is/portlet/users_admin/view.jsp:

<aui:form action= "<%= portleturlstring%>" method= "get" name= "FM" > 
    <liferay-portlet: Renderurlparams varimpl= "Portleturl"/> <aui:input name= "<%= constants.cmd%>" type= "hidden" 
    /> 
    <aui:input name= "redirect" Type= "hidden" value= "<%= portleturlstring%>"/> 
     
    <% 
    Long organizationgroupid = 0; 
    %> 
     
    <c:if test= "<%= portletname.equals (portletkeys.users_admin)%>" > 
        <liferay-util: Include page= "/html/portlet/users_admin/toolbar.jsp" > 
            <liferay-util:param name= "ToolbarItem" View-all "/> 
        </liferay-util:include> 
     
        ...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.