ucSearchLDAPDisplay

Purpose

Applies To

Administration Methods

Signature

public boolean ucSearchLDAPDisplay( 
                  HttpServletRequest request, 
                  HttpServletResponse response, 
                  Connection dbconn, 
                  SesameSession session, 
                  String layoutType, 
                  String mode, 
                  String pClass) 
                       throws Exception 

Notes

Example

public boolean ucSearchLDAPDisplay( HttpServletRequest request,
                                        HttpServletResponse response,
                                        Connection dbconn,
                                        SesameSession session,
                                        String layoutType,
                                        String mode,
                                        String pClass) throws Exception {
        GemsSearchLDAPDisplay.doDisplay(request, response, dbconn, session);
        return true;
    }