public class MGWTPhonegapHtml5ManifestServlet extends Html5ManifestServletBase {
private static final long serialVersionUID = 3480215265307651028L;
public MGWTPhonegapHtml5ManifestServlet() {
addPropertyProvider(new MgwtOsPropertyProvider());
addPropertyProvider(new PhoneGapPropertyProvider());
addPropertyProvider(new UserAgentPropertyProvider());
addPropertyProvider(new MobileUserAgentProvider());
}