Quadcap Embeddable Server

com.quadcap.http.servlets.jsp.TagJspPage Class Reference

Inheritance diagram for com.quadcap.http.servlets.jsp.TagJspPage:

com.quadcap.http.servlets.jsp.TagJsp com.quadcap.http.servlets.jsp.TagHandler com.quadcap.http.servlets.jsp.TagInstance List of all members.

Detailed Description

Implementation of the <@ page > directive.

Author:
Stan Bailes

Definition at line 50 of file TagJspPage.java.

Public Member Functions

 TagJspPage ()
 TagJspPage (TagContext context)
TagInstance makeInstance (TagContext context)
String getTagName ()


Constructor & Destructor Documentation

com.quadcap.http.servlets.jsp.TagJspPage.TagJspPage  ) 
 

Definition at line 51 of file TagJspPage.java.

Referenced by com.quadcap.http.servlets.jsp.TagJspPage.makeInstance().

com.quadcap.http.servlets.jsp.TagJspPage.TagJspPage TagContext  context  ) 
 

Definition at line 53 of file TagJspPage.java.


Member Function Documentation

void com.quadcap.http.servlets.jsp.TagJspPage.doStartTag String  tagName,
attributes
throws JspException
 

Reimplemented from com.quadcap.http.servlets.jsp.TagJsp.

Definition at line 63 of file TagJspPage.java.

References com.quadcap.http.servlets.jsp.TagContext.addPageDirective(), and com.quadcap.http.servlets.jsp.TagJspPage.doStartTag().

Referenced by com.quadcap.http.servlets.jsp.TagJspPage.doStartTag().

String com.quadcap.http.servlets.jsp.TagJspPage.getTagName  ) 
 

Reimplemented from com.quadcap.http.servlets.jsp.TagJsp.

Definition at line 61 of file TagJspPage.java.

TagInstance com.quadcap.http.servlets.jsp.TagJspPage.makeInstance TagContext  context  )  [virtual]
 

Implements com.quadcap.http.servlets.jsp.TagJsp.

Definition at line 57 of file TagJspPage.java.

References com.quadcap.http.servlets.jsp.TagJspPage.makeInstance(), and com.quadcap.http.servlets.jsp.TagJspPage.TagJspPage().

Referenced by com.quadcap.http.servlets.jsp.TagJspPage.makeInstance().