All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.shiftleft.codepropertygraph.generated.Frameworks Maven / Gradle / Ivy

The newest version!
package io.shiftleft.codepropertygraph.generated;

import gremlin.scala.Key;

public class Frameworks {

/** Play framework */
public static final String PLAY = "PLAY";

/** Google web toolkit */
public static final String GWT = "GWT";

/** Java spring framework */
public static final String SPRING = "SPRING";

/** Polyglot event-driven framework */
public static final String VERTX = "VERTX";

/** JavaServer Faces */
public static final String JSF = "JSF";

/** Java Servlet based frameworks */
public static final String SERVLET = "SERVLET";

/** JAX-RS */
public static final String JAXRS = "JAXRS";

/** Spark micro web framework */
public static final String SPARK = "SPARK";

/** Microsoft ASP.NET Core */
public static final String ASP_NET_CORE = "ASP_NET_CORE";

/** Microsoft ASP.NET Web API */
public static final String ASP_NET_WEB_API = "ASP_NET_WEB_API";

/** Microsoft ASP.NET MVC */
public static final String ASP_NET_MVC = "ASP_NET_MVC";

/** JAX-WS */
public static final String JAXWS = "JAXWS";

/** Microsoft ASP.NET Web UI */
public static final String ASP_NET_WEB_UI = "ASP_NET_WEB_UI";

/** Framework facilities directly provided by Java */
public static final String JAVA_INTERNAL = "JAVA_INTERNAL";

/** Dropwizard framework */
public static final String DROPWIZARD = "DROPWIZARD";

/** WCF HTTP and REST */
public static final String WCF = "WCF";


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy