@karanmahi I think this is not directly possible. One way you can do is, in your Model class itself call the method inside a getter method and return the value. Call that Sling Model getter method in HTL.To call method using method name(String/Variable) use reflection API.Refer: https://www.tutorial...