Registering a Custom Scope
customScopes = {
ortus = "path.model.dsl.OrtusScope"
};
or
mapScope("ortus","path.model.dsl.OrtusScope");component scope="ortus"{
}
// map it
map("Luis")
.to("model.path.LuisService")
.into("Ortus");Was this helpful?