Uses of Class
io.inverno.mod.web.compiler.spi.WebRouteQualifiedName
-
Uses of WebRouteQualifiedName in io.inverno.mod.web.compiler.spi
Methods in io.inverno.mod.web.compiler.spi that return WebRouteQualifiedNameModifier and TypeMethodDescriptionWebRouteInfo.getQualifiedName()WebParameterQualifiedName.getRouteQName()Returns the route qualified name.static WebRouteQualifiedNameWebRouteQualifiedName.valueOf(io.inverno.core.compiler.spi.ModuleQualifiedName moduleQName, String qname)Creates a bean socket qualified name from the specified module qualified name and the specified raw value of the form<controllerName>:<routeName>where<controllerName>and<routeName>are valid Java names.static WebRouteQualifiedNameCreates a web route qualified name from the specified raw value of the formWebControllerQualifiedName():<routeName>where<routeName>is a valid Java name.Constructors in io.inverno.mod.web.compiler.spi with parameters of type WebRouteQualifiedNameModifierConstructorDescriptionWebParameterQualifiedName(WebRouteQualifiedName routeQName, String name)Creates a web parameter qualified name with the specified route qualified name and parameter name.