About Question com.enthuware.ets.scwcd.v5.2.148 :
Posted: Wed May 04, 2011 10:14 am
Hi,
I think the explanations(and variants) isn't correct:
Remember:
If we extend BodyTagSupport, then we use BodyTagSupport.getPreviousOut() to get the enclosing JspWriter.
I can't use BodyTagSupport.getPreviousOut(), I can use:
this.getPreviousOut() or getPreviousOut() if I extend BodyTagSupport, as getPreviousOut() isn't static method in BodyTagSupport.
I think the explanations(and variants) isn't correct:
Remember:
If we extend BodyTagSupport, then we use BodyTagSupport.getPreviousOut() to get the enclosing JspWriter.
I can't use BodyTagSupport.getPreviousOut(), I can use:
this.getPreviousOut() or getPreviousOut() if I extend BodyTagSupport, as getPreviousOut() isn't static method in BodyTagSupport.