<%@ taglib uri= http://www.mycorp/supertags prefix= super />
...
...
2.7.7.1
Syntax
<%@ taglib uri= tagLibraryURI prefix= tagPrefix %>
where the attributes are:
uri
Either an absolute URI or a relative URI specification to be interpreted
as in Section 2.5.2 that uniquely identifies the tag library descriptor
associated with this prefix.
The URI is used to locate a description of the tag library as indicated
in Chapter 5.
tagPrefix
Defines the
prefix
string in
:
that is used to
distinguish a custom action, e.g
prefixes jsp:, jspx:, java:, javax:, servlet:, sun:, and sunw: are reserved.
Empty prefixes are illegal in this version of the specification.
A fatal translation time error will result if the JSP page translator encounters a tag with name
prefix:Name
using a prefix introduced using the taglib directive, and
Name
is not recognized
by the corresponding tag library.
2.8
Implicit Objects
When you author JSP pages, you have access to certain implicit objects that are always
available for use within scriptlets and expressions, without being declared first. All scripting
languages are required to provide access to these objects.
Chapter 2
Standard Syntax and Semantics
52
JSP Web Hosting JavaServer Pages Specifications JSP Hosting
|
|
|
|
TotalRoute.net Business web hosting division of Vision Web Hosting Inc. All rights reserved. |