A developer has a component named foobar with the following file:
FooBar.java
import com.adobe.cq.sightly.WCMUsePojo;
public class FooBar extends WCMUsePojo; {
@Override
public void activate() throws Exception {}
public String getLink() {
}
public String getText() {
return "foo'bar";
}
}
foobar.html
What is the output when the component is rendered?
Currently there are no comments in this discussion, be the first to comment!