Administration Console Online Help

 Previous Next Contents Index  

 


Tag --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to set options for a tag library, changing the elements defined in http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd.

Tasks

Using the Web Application Deployment Descriptor Editor

Configuring Error Pages

Additional Documentation

(Requires an Internet connection.)

Writing the Tag Library Descriptor

Creating a Tag Library Descriptor

Attributes

Attribute Label

Description

Value Constraints

Name

Specifies the unique tag/element name

Attribute: Name

Configurable: yes

Readable: yes

Writable: yes

Classname

Specifies the fully qualified Java class name.

Attribute: Classname

Configurable: yes

Readable: yes

Writable: yes

ExtraInfoClassname

Defines the subclass of javax.servlet.jsp.tagext.TagExtraInfo for this tag. (optional)

Attribute: ExtraInfoClassname

Configurable: yes

Readable: yes

Writable: yes

BodyContent

Provides a hint as to the content of the body of this tag. Primarily intended for use by page composition tools. There are currently three values specified: tagdependent (the body of the tag is interpreted by the tag implementation itself, and is most likely in a different "langage", e.g embedded SQL statements); JSP (the body of the tag contains nested JSP syntax); and empty (the body must be empty). The default (if not defined) is JSP

Attribute: BodyContent

Configurable: yes

Readable: yes

Writable: yes

Description

Provide textual description of parent element.

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next