Powered by Blogger.

What are the JSP page attributes

>> Tuesday, March 22, 2011

Syntax of the declaration of the page directive with it's attributes is <%@ page attributeName="values" %>. The space between the tag <%@ and %> before the page(directive name) and after values of the last attribute, is optional, you can leave the space or not.


Following are name of the attributes of the page directive used in JSP:

JSP Page Directive Attributes


  • language
  • extends
  • import
  • session
  • buffer
  • autoflush
  • info
  • errorPage
  • isErrorPage
  • isThreadSafe

Related Posts Plugin for WordPress, Blogger...
© javabynataraj.blogspot.com from 2009 - 2022. All rights reserved.