Examples of browser()


Examples of er.extensions.appserver.ERXRequest.browser()

   * @return browser オブジェクト
   * </span>
   */
  public ERXBrowser browser() {
    ERXRequest request = (ERXRequest) context().request();
    return request.browser();
  }

  /**
   * <span class="en">
   * Lazily initialized dictionary which can be used for the 'item' binding in
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.