I believe the extends attribute of the page directive will
do what you want - it specifies the superclass of the generated
servlet.

        <%@ page extends="foo.MySuperClass" %>

-i

]MIME-Version: 1.0
]Date: Fri, 14 Apr 2000 15:57:50 -0400
]From: "Kowaleski, Michael" <[EMAIL PROTECTED]>
]Subject: jsp class redefinition
]To: [EMAIL PROTECTED]
]
]the old jhtml definition contained a tag that would allow the developer to
]alter the target servlet's class definition (<java type=class>...</java>) by
]adding other methods to the class without having them being added to the
]service method.  how would this be accomplished in the new jsp standard?
]
]
]- michael kowaleski
]
]===========================================================================
]To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
]Some relevant FAQs on JSP/Servlets can be found at:
]
] http://java.sun.com/products/jsp/faq.html
] http://www.esperanto.org.nz/jsp/jspfaq.html
] http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
] http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to