GreenLightning allows for easy-to-use routing. Routes define how your content is accessed through HTTP.
builder.defineRoute()
.path("/api/hello/${NAME}")
//.associatedObject("NAME", HelloField.NAME)
.refineString("NAME", HelloField.NAME, "DefaultName")
.routeId(HelloStruct.HELLO_WORLD);