Package com.googlecode.mgwt.linker.server.propertyprovider

Examples of com.googlecode.mgwt.linker.server.propertyprovider.PhoneGapPropertyProvider


  private static final long serialVersionUID = 3480215265307651028L;

  public MGWTPhonegapHtml5ManifestServlet() {
    addPropertyProvider(new MgwtOsPropertyProvider());
    addPropertyProvider(new PhoneGapPropertyProvider());
    addPropertyProvider(new UserAgentPropertyProvider());
    addPropertyProvider(new MobileUserAgentProvider());
  }
View Full Code Here

TOP

Related Classes of com.googlecode.mgwt.linker.server.propertyprovider.PhoneGapPropertyProvider

Copyright © 2018 www.massapicom. 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.