You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Ryan Lubke <Ry...@Sun.COM> on 2002/10/10 22:50:46 UTC

[PATCH][jakarta-servletapi-5/jsr152] Documentation Patch

Update to clarify return values of TagVariableInfo.

 - getClassName() will return java.lang.String if
   the <variable-class> element is not specified.

 - getDeclare() will return true if the <declare>
   element is not specified.

 - getScope() will return NESTED as the scope if
   <scope> is not specified.