Kristian,
I didn't know that, I'll try it.
Thanks.
Kristian Marinkovic a écrit :
hi michael,
great tutorial... had to figure out this myself :)
you can simplify the getLeftContent() method
if you use the value attribute of the Parameter
annotation:
@Parameter(value="block:left")
private
hi michael,
great tutorial... had to figure out this myself :)
you can simplify the getLeftContent() method
if you use the value attribute of the Parameter
annotation:
@Parameter(value="block:left")
private Object left;
Object getLeftContent() {
return left;
}
if no left parameter is pass